Uses of Interface
com.softsynth.jmsl.util.Tunable
Package | Description |
---|---|
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.jsyn2.instruments | |
jmsltestsuite | |
jmsltutorial |
-
Uses of Tunable in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement Tunable Modifier and Type Class Description class
Brass
Deprecated.use the pure Java JSyn2 package insteadclass
JSynInsFromClassName
Deprecated.use the pure Java JSyn2 package insteadclass
RingMod
Deprecated.use the pure Java JSyn2 package insteadclass
SuperNoiseSwoop
Deprecated.use the pure Java JSyn2 package insteadclass
SynthNoteAllPortsInstrument
Deprecated.use the pure Java JSyn2 package insteadclass
SynthNoteAllPortsInstrumentSP
Deprecated.use the pure Java JSyn2 package insteadclass
TunedSynthNoteInstrument
Deprecated.use the pure Java JSyn2 package instead -
Uses of Tunable in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement Tunable Modifier and Type Class Description class
JSynSimpleUnitVoiceInstrument
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 Tunable in com.softsynth.jmsl.jsyn2.instruments
Classes in com.softsynth.jmsl.jsyn2.instruments that implement Tunable Modifier and Type Class Description class
LineInInstrument
-
Uses of Tunable in jmsltestsuite
Classes in jmsltestsuite that implement Tunable 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 Tunable in jmsltutorial
Classes in jmsltutorial that implement Tunable Modifier and Type Class Description class
SupoveVox
A subclass of SamplePlayingInstrument which maps pitches to sound files.