Uses of Interface
com.softsynth.jmsl.util.AttributeBuildable
Package | Description |
---|---|
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.jsyn2.instruments | |
com.softsynth.jmsl.score.midi | |
jmsltestsuite | |
jmsltutorial |
-
Uses of AttributeBuildable in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement AttributeBuildable 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
SimpleSamplePlayingInstrument
Deprecated.use the pure Java JSyn2 package insteadclass
SimpleSamplePlayingInstrumentWithLoops
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
TransposingSamplePlayingInstrument
Deprecated.use the pure Java JSyn2 package insteadclass
TransposingSampleSustainingInstrument
Deprecated.use the pure Java JSyn2 package instead -
Uses of AttributeBuildable in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement AttributeBuildable 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 AttributeBuildable in com.softsynth.jmsl.jsyn2.instruments
Classes in com.softsynth.jmsl.jsyn2.instruments that implement AttributeBuildable Modifier and Type Class Description class
LineInInstrument
-
Uses of AttributeBuildable in com.softsynth.jmsl.score.midi
Classes in com.softsynth.jmsl.score.midi that implement AttributeBuildable Modifier and Type Class Description class
MidiScoreInstrument
Midi Instrument which is compatible with amplitude 0..1. -
Uses of AttributeBuildable in jmsltestsuite
Classes in jmsltestsuite that implement AttributeBuildable 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 AttributeBuildable in jmsltutorial
Classes in jmsltutorial that implement AttributeBuildable Modifier and Type Class Description class
SineInstrument
This Instrument owns a JSyn SineUnitVoice, and plays it with frequency and amplitudeclass
SupoveVox
A subclass of SamplePlayingInstrument which maps pitches to sound files.