Package com.softsynth.jmsl
Interface MusicDevice
- All Superinterfaces:
Editable
- All Known Implementing Classes:
JSynMusicDevice
,JSynMusicDevice
,MidiIO
,MidiIO_JavaSound
,NullMusicDevice
public interface MusicDevice extends Editable
A MusicDevice represents a sound engine (such as midi or JSyn).
- Author:
- Nick Didkovsky, email: nick@didkovsky.com, (c) 2003 Nick Didkovsky, all rights reserved.
-
Method Summary
Methods inherited from interface com.softsynth.jmsl.Editable
addEditListener, edit, getEditEnabled, removeEditListener, setEditEnabled
-
Method Details
-
open
boolean open() -
close
boolean close()
-