Uses of Interface
com.softsynth.jmsl.util.DirectorySettable
Package | Description |
---|---|
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.view | |
jmsltestsuite | |
jmsltutorial |
-
Uses of DirectorySettable in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement DirectorySettable Modifier and Type Class Description class
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 DirectorySettable in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement DirectorySettable Modifier and Type Class Description class
SamplePlayingInstrument
A JMSL Instrument that plays audio samples, mapped to integer pitch values. -
Uses of DirectorySettable in com.softsynth.jmsl.view
Constructors in com.softsynth.jmsl.view with parameters of type DirectorySettable Constructor Description SampleFinderDialog(java.lang.String msg1, java.lang.String msg2, DirectorySettable ins)
-
Uses of DirectorySettable in jmsltestsuite
Classes in jmsltestsuite that implement DirectorySettable 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 DirectorySettable in jmsltutorial
Classes in jmsltutorial that implement DirectorySettable Modifier and Type Class Description class
SupoveVox
A subclass of SamplePlayingInstrument which maps pitches to sound files.