Uses of Class
com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrumentWithLoops

Packages that use SimpleSamplePlayingInstrumentWithLoops
com.softsynth.jmsl.jsyn   
jmsltestsuite   
jmsltutorial   
 

Uses of SimpleSamplePlayingInstrumentWithLoops in com.softsynth.jmsl.jsyn
 

Subclasses of SimpleSamplePlayingInstrumentWithLoops in com.softsynth.jmsl.jsyn
 class TransposingSamplePlayingInstrument
          A JMSL Instrument that loads a sequence of monophonic SynthSamples.
 class TransposingSampleSustainingInstrument
          A JMSL Instrument that loads a sequence of monophonic SynthSamples.
 

Uses of SimpleSamplePlayingInstrumentWithLoops in jmsltestsuite
 

Subclasses of SimpleSamplePlayingInstrumentWithLoops in jmsltestsuite
 class TransposingSamplePlayingInstrumentWithAmplitudeMap
          This subclass of TransposingSamplePlayingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude.
 class TransposingSampleSustainingInstrumentWithAmplitudeMap
          This subclass of TransposingSampleSustainingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude.
 

Uses of SimpleSamplePlayingInstrumentWithLoops in jmsltutorial
 

Subclasses of SimpleSamplePlayingInstrumentWithLoops in jmsltutorial
 class CelloSampleIns
          A subclass of TransposingSamplePlayingInstrument which maps pitches to sound files, and transposes to fill in unmapped gaps, Does a simple loop to sustain the sample over time.
 class CelloSampleSustainingIns
          A subclass of TransposingSampleSustainingInstrument which maps pitches to sound files, and transposes to fill in unmapped gaps, This class does a better job of sustaining than TransposingSamplePlayingInstrument, as it uses two sample players to manage the loop, and crossfades between them Copy and rename this example, change the buildFromAttributes() method.