Uses of Interface
com.softsynth.jmsl.util.HandleSpecialXMLTag
Package | Description |
---|---|
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.max | |
com.softsynth.jmsl.util | |
jmsltestsuite | |
jmsltutorial |
-
Uses of HandleSpecialXMLTag in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement HandleSpecialXMLTag 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 HandleSpecialXMLTag in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement HandleSpecialXMLTag Modifier and Type Class Description class
SamplePlayingInstrument
A JMSL Instrument that plays audio samples, mapped to integer pitch values. -
Uses of HandleSpecialXMLTag in com.softsynth.jmsl.max
Classes in com.softsynth.jmsl.max that implement HandleSpecialXMLTag 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 HandleSpecialXMLTag in com.softsynth.jmsl.util
Classes in com.softsynth.jmsl.util that implement HandleSpecialXMLTag Modifier and Type Class Description class
FunkyBean
A bean for testing com.softsynth.jmsl.util.BeanEditor -
Uses of HandleSpecialXMLTag in jmsltestsuite
Classes in jmsltestsuite that implement HandleSpecialXMLTag 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 HandleSpecialXMLTag in jmsltutorial
Classes in jmsltutorial that implement HandleSpecialXMLTag Modifier and Type Class Description class
SupoveVox
A subclass of SamplePlayingInstrument which maps pitches to sound files.