Uses of Interface
com.softsynth.jmsl.Transposable
-
Uses of Transposable in com.softsynth.jmsl
Subinterfaces of Transposable in com.softsynth.jmsl Modifier and Type Interface Description interface
Instrument
Instrument interface.interface
SignalProcessingInstrument
Deprecated.use com.sofystynth.jmsl.jsyn2 package insteadClasses in com.softsynth.jmsl that implement Transposable Modifier and Type Class Description class
InstrumentAdapter
An Instrument sonifies double[] data in its play() method, either directly or by invoking its Interpreter. -
Uses of Transposable in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement Transposable Modifier and Type Class Description class
Brass
Deprecated.use the pure Java JSyn2 package insteadclass
FreqSynthNoteInstrument
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
SynthNoteInstrument
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 insteadclass
TunedSynthNoteInstrument
Deprecated.use the pure Java JSyn2 package instead -
Uses of Transposable in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement Transposable 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 Transposable in com.softsynth.jmsl.jsyn2.instruments
Classes in com.softsynth.jmsl.jsyn2.instruments that implement Transposable Modifier and Type Class Description class
LineInInstrument
-
Uses of Transposable in com.softsynth.jmsl.max
Classes in com.softsynth.jmsl.max that implement Transposable 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 Transposable in com.softsynth.jmsl.midi
Classes in com.softsynth.jmsl.midi that implement Transposable Modifier and Type Class Description class
MidiInstrument
An Instrument that outputs MIDI. -
Uses of Transposable in com.softsynth.jmsl.score.midi
Classes in com.softsynth.jmsl.score.midi that implement Transposable Modifier and Type Class Description class
MidiScoreInstrument
Midi Instrument which is compatible with amplitude 0..1. -
Uses of Transposable in com.softsynth.jmsl.score.util
Classes in com.softsynth.jmsl.score.util that implement Transposable Modifier and Type Class Description class
QuietPlayLurkingInstrument
Override notifyPlayLurker to do something useful, and put .class file in your jmsl_plugins folder for loading into JScore, or use directly in your own code. -
Uses of Transposable in jmsltestsuite
Classes in jmsltestsuite that implement Transposable Modifier and Type Class Description class
PitchBendInstrument
Midi instrument that sends pitchbend in play()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 Transposable in jmsltutorial
Classes in jmsltutorial that implement Transposable Modifier and Type Class Description class
BackgroundColorInstrument
A simple Instrument subclass that interprets element [0] as duration and the rest as rgb color valuesclass
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.