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

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

Uses of SimpleSamplePlayingInstrument in com.softsynth.jmsl.jsyn
 

Subclasses of SimpleSamplePlayingInstrument in com.softsynth.jmsl.jsyn
 class SimpleSamplePlayingInstrumentWithLoops
          This class is not used directly.
 class TransposingSamplePlayingInstrument
          A JMSL Instrument that loads a sequence of monophonic SynthSamples.
 class TransposingSampleSustainingInstrument
          A JMSL Instrument that loads a sequence of monophonic SynthSamples.
 

Constructors in com.softsynth.jmsl.jsyn with parameters of type SimpleSamplePlayingInstrument
SampleInstrumentKeyMapPanel(SampleInstrumentMapperPanel mapperPanel, SimpleSamplePlayingInstrument ins, com.softsynth.jsyn.SineOscillator osc, FixedRateSampleReader sampleReader, int index)
           
SampleInstrumentMapperPanel(java.awt.Window parentWindow, SimpleSamplePlayingInstrument ins)
           
 

Uses of SimpleSamplePlayingInstrument in jmsltestsuite
 

Subclasses of SimpleSamplePlayingInstrument in jmsltestsuite
 class SimpleSamplePlayingInstrumentWithAmplitudeMap
          This subclass of SimpleSamplePlayingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude.
 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 SimpleSamplePlayingInstrument in jmsltutorial
 

Subclasses of SimpleSamplePlayingInstrument 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.
 class SupoveVox
          A subclass of SimpleSamplePlayingInstrument which maps pitches to sound files.