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 classBrassDeprecated.use the pure Java JSyn2 package insteadclassJSynInsFromClassNameDeprecated.use the pure Java JSyn2 package insteadclassRingModDeprecated.use the pure Java JSyn2 package insteadclassSimpleSamplePlayingInstrumentDeprecated.use the pure Java JSyn2 package insteadclassSimpleSamplePlayingInstrumentWithLoopsDeprecated.use the pure Java JSyn2 package insteadclassSuperNoiseSwoopDeprecated.use the pure Java JSyn2 package insteadclassSynthNoteAllPortsInstrumentDeprecated.use the pure Java JSyn2 package insteadclassSynthNoteAllPortsInstrumentSPDeprecated.use the pure Java JSyn2 package insteadclassTransposingSamplePlayingInstrumentDeprecated.use the pure Java JSyn2 package insteadclassTransposingSampleSustainingInstrumentDeprecated.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 classJSynSimpleUnitVoiceInstrumentclassJSynUnitVoiceInstrumentCreate an Instrument by passing in the classname of a UnitGenerator.classSamplePlayingInstrumentA 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 classLineInInstrument -
Uses of AttributeBuildable in com.softsynth.jmsl.score.midi
Classes in com.softsynth.jmsl.score.midi that implement AttributeBuildable Modifier and Type Class Description classMidiScoreInstrumentMidi Instrument which is compatible with amplitude 0..1. -
Uses of AttributeBuildable in jmsltestsuite
Classes in jmsltestsuite that implement AttributeBuildable Modifier and Type Class Description classSimpleSamplePlayingInstrumentWithAmplitudeMapThis subclass of SamplePlayingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude.classTransposingSamplePlayingInstrumentWithAmplitudeMapThis 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 classSineInstrumentThis Instrument owns a JSyn SineUnitVoice, and plays it with frequency and amplitudeclassSupoveVoxA subclass of SamplePlayingInstrument which maps pitches to sound files.