Uses of Interface
com.softsynth.jmsl.Editable
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.max | |
com.softsynth.jmsl.midi | |
com.softsynth.jmsl.score.midi | |
jmsltestsuite | |
jmsltutorial |
-
Uses of Editable in com.softsynth.jmsl
Subinterfaces of Editable in com.softsynth.jmsl Modifier and Type Interface Description interface
MusicDevice
A MusicDevice represents a sound engine (such as midi or JSyn).Classes in com.softsynth.jmsl that implement Editable Modifier and Type Class Description class
NullMusicDevice
A do-nothing MusicDevice -
Uses of Editable in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement Editable Modifier and Type Class Description class
JSynMusicDevice
Deprecated.use the pure Java JSyn2 package insteadclass
SimpleSamplePlayingInstrument
Deprecated.use the pure Java JSyn2 package insteadclass
SimpleSamplePlayingInstrumentWithLoops
Deprecated.use the pure Java JSyn2 package insteadclass
TransposingSamplePlayingInstrument
Deprecated.use the pure Java JSyn2 package insteadclass
TransposingSampleSustainingInstrument
Deprecated.use the pure Java JSyn2 package instead -
Uses of Editable in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement Editable Modifier and Type Class Description class
JSynMusicDevice
MusicDevice for pure Java JSyn.class
SamplePlayingInstrument
A JMSL Instrument that plays audio samples, mapped to integer pitch values. -
Uses of Editable in com.softsynth.jmsl.max
Classes in com.softsynth.jmsl.max that implement Editable Modifier and Type Class Description class
MaxInstrument
A MaxInstrument is a JMSL Instrument that can be used to send scheduled data to Max. -
Uses of Editable in com.softsynth.jmsl.midi
Classes in com.softsynth.jmsl.midi that implement Editable 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. -
Uses of Editable in com.softsynth.jmsl.score.midi
Classes in com.softsynth.jmsl.score.midi that implement Editable Modifier and Type Class Description class
MidiScoreInstrument
Midi Instrument which is compatible with amplitude 0..1. -
Uses of Editable in jmsltestsuite
Classes in jmsltestsuite that implement Editable Modifier and Type Class Description class
SimpleSamplePlayingInstrumentWithAmplitudeMap
This subclass of SamplePlayingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude.class
TransposingSamplePlayingInstrumentWithAmplitudeMap
This subclass of SamplePlayingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude. -
Uses of Editable in jmsltutorial
Classes in jmsltutorial that implement Editable Modifier and Type Class Description class
SupoveVox
A subclass of SamplePlayingInstrument which maps pitches to sound files.