Uses of Class
com.softsynth.jmsl.jsyn2.SamplePlayingInstrument
Package | Description |
---|---|
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.jsyn2.unitvoices | |
jmsltestsuite | |
jmsltutorial |
-
Uses of SamplePlayingInstrument in com.softsynth.jmsl.jsyn2
Methods in com.softsynth.jmsl.jsyn2 with parameters of type SamplePlayingInstrument Modifier and Type Method Description void
PitchMappedSamplesModel. build(SamplePlayingInstrument ins)
construct model from a sample playing instrument's mapConstructors in com.softsynth.jmsl.jsyn2 with parameters of type SamplePlayingInstrument Constructor Description SampleInstrumentKeyMapPanel(SampleInstrumentMapperPanel mapperPanel, SamplePlayingInstrument ins, com.jsyn.unitgen.SineOscillator osc, com.jsyn.unitgen.VariableRateDataReader dataReader, int index, PitchMappedSamplesModel model)
SampleInstrumentMapperPanel(java.awt.Window parentWindow, SamplePlayingInstrument ins)
-
Uses of SamplePlayingInstrument in com.softsynth.jmsl.jsyn2.unitvoices
Methods in com.softsynth.jmsl.jsyn2.unitvoices that return SamplePlayingInstrument Modifier and Type Method Description SamplePlayingInstrument
VariableRateReaderUnitVoice. getSamplePlayingInstrument()
Methods in com.softsynth.jmsl.jsyn2.unitvoices with parameters of type SamplePlayingInstrument Modifier and Type Method Description void
VariableRateReaderUnitVoice. setSamplePlayingInstrument(SamplePlayingInstrument samplePlayingInstrument)
-
Uses of SamplePlayingInstrument in jmsltestsuite
Subclasses of SamplePlayingInstrument 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 SamplePlayingInstrument in jmsltutorial
Subclasses of SamplePlayingInstrument in jmsltutorial Modifier and Type Class Description class
SupoveVox
A subclass of SamplePlayingInstrument which maps pitches to sound files.