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

Packages that use TransposingSampleSustainingInstrument
jmsltestsuite   
jmsltutorial   
 

Uses of TransposingSampleSustainingInstrument in jmsltestsuite
 

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

Uses of TransposingSampleSustainingInstrument in jmsltutorial
 

Subclasses of TransposingSampleSustainingInstrument in jmsltutorial
 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.