Package soundPlayback.swing
Class ASIOPlaybackDialogComponent
java.lang.Object
soundPlayback.swing.PlaybackDialogComponent
soundPlayback.swing.ASIOPlaybackDialogComponent
This currently doens't seem to need to do anything.
Output will be through the same ASIO device as input is
coming from. I'm automatically restricting to two channels
the dialog will only be needed in the future if it's altered
to output over > 2 channels.
- Author:
- Doug Gillespie
- See Also:
-
Constructor Summary
ConstructorDescriptionASIOPlaybackDialogComponent
(ASIOSoundSystem asioSoundSystem, ASIOPlaybackSystem asioPlaybackSystem) -
Method Summary
Methods inherited from class soundPlayback.swing.PlaybackDialogComponent
dataSourceChanged, getParentDialog, setParentDialog
-
Constructor Details
-
ASIOPlaybackDialogComponent
public ASIOPlaybackDialogComponent(ASIOSoundSystem asioSoundSystem, ASIOPlaybackSystem asioPlaybackSystem)
-