Uses of Class
com.softsynth.jmsl.jsyn2.JSynSimpleUnitVoiceInstrument
Package | Description |
---|---|
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.jsyn2.instruments | |
jmsltestsuite | |
jmsltutorial |
-
Uses of JSynSimpleUnitVoiceInstrument in com.softsynth.jmsl.jsyn2
Subclasses of JSynSimpleUnitVoiceInstrument in com.softsynth.jmsl.jsyn2 Modifier and Type Class Description class
JSynUnitVoiceInstrument
Create an Instrument by passing in the classname of a UnitGenerator.class
SamplePlayingInstrument
A JMSL Instrument that plays audio samples, mapped to integer pitch values. -
Uses of JSynSimpleUnitVoiceInstrument in com.softsynth.jmsl.jsyn2.instruments
Subclasses of JSynSimpleUnitVoiceInstrument in com.softsynth.jmsl.jsyn2.instruments Modifier and Type Class Description class
LineInInstrument
-
Uses of JSynSimpleUnitVoiceInstrument in jmsltestsuite
Subclasses of JSynSimpleUnitVoiceInstrument in jmsltestsuite 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 JSynSimpleUnitVoiceInstrument in jmsltutorial
Subclasses of JSynSimpleUnitVoiceInstrument in jmsltutorial Modifier and Type Class Description class
SupoveVox
A subclass of SamplePlayingInstrument which maps pitches to sound files.