Uses of Interface
com.softsynth.jmsl.MusicDevice
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.midi |
-
Uses of MusicDevice in com.softsynth.jmsl
Classes in com.softsynth.jmsl that implement MusicDevice Modifier and Type Class Description class
NullMusicDevice
A do-nothing MusicDeviceMethods in com.softsynth.jmsl that return MusicDevice Modifier and Type Method Description MusicDevice
Instrument. getMusicDevice()
Get the MusicDevice associated with this InstrumentMusicDevice
InstrumentAdapter. getMusicDevice()
Methods in com.softsynth.jmsl with parameters of type MusicDevice Modifier and Type Method Description static void
JMSL. addMusicDevice(MusicDevice dev)
static void
JMSL. removeMusicDevice(MusicDevice dev)
void
Instrument. setMusicDevice(MusicDevice dev)
Set the MusicDevice associated with this Instrumentvoid
InstrumentAdapter. setMusicDevice(MusicDevice dev)
-
Uses of MusicDevice in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement MusicDevice Modifier and Type Class Description class
JSynMusicDevice
Deprecated.use the pure Java JSyn2 package instead -
Uses of MusicDevice in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement MusicDevice Modifier and Type Class Description class
JSynMusicDevice
MusicDevice for pure Java JSyn. -
Uses of MusicDevice in com.softsynth.jmsl.midi
Classes in com.softsynth.jmsl.midi that implement MusicDevice Modifier and Type Class Description class
MidiIO
Abstract class that provides access to a MIDI device.class
MidiIO_JavaSound
Uses Sun's JavaSound package to provide MIDI output nad input.Methods in com.softsynth.jmsl.midi that return MusicDevice Modifier and Type Method Description MusicDevice
MidiInstrument. getMusicDevice()