com.frinika.synth.synths.sampler.settings.samplersettingversions
Class Sampler20050227

java.lang.Object
  extended by com.frinika.synth.synths.sampler.settings.samplersettingversions.Sampler20050227
All Implemented Interfaces:
SynthRackInstrumentIF, SamplerSettings, java.io.Serializable

public class Sampler20050227
extends java.lang.Object
implements SamplerSettings, java.io.Serializable

Author:
Peter Johan Salomonsen
See Also:
Serialized Form

Constructor Summary
Sampler20050227()
           
 
Method Summary
 float getFreqSpread()
           
 int getInstrumentIndex()
           
 java.lang.String getInstrumentName()
           
 int getLayers()
           
 SampledSoundSettings[][] getSampledSounds()
           
 java.lang.String getSoundFontName()
           
 void setFreqSpread(float freqSpread)
           
 void setInstrumentIndex(int instrumentIndex)
           
 void setInstrumentName(java.lang.String instrumentName)
           
 void setLayers(int layers)
           
 void setSampledSounds(SampledSoundSettings[][] sampledSounds)
           
 void setSoundFontName(java.lang.String soundFontName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sampler20050227

public Sampler20050227()
Method Detail

getSoundFontName

public java.lang.String getSoundFontName()
Specified by:
getSoundFontName in interface SamplerSettings

setSoundFontName

public void setSoundFontName(java.lang.String soundFontName)
Specified by:
setSoundFontName in interface SamplerSettings

getInstrumentIndex

public int getInstrumentIndex()
Specified by:
getInstrumentIndex in interface SamplerSettings

setInstrumentIndex

public void setInstrumentIndex(int instrumentIndex)
Specified by:
setInstrumentIndex in interface SamplerSettings

getInstrumentName

public java.lang.String getInstrumentName()
Specified by:
getInstrumentName in interface SynthRackInstrumentIF

setInstrumentName

public void setInstrumentName(java.lang.String instrumentName)
Specified by:
setInstrumentName in interface SynthRackInstrumentIF

getSampledSounds

public SampledSoundSettings[][] getSampledSounds()
Specified by:
getSampledSounds in interface SamplerSettings

setSampledSounds

public void setSampledSounds(SampledSoundSettings[][] sampledSounds)
Specified by:
setSampledSounds in interface SamplerSettings

getLayers

public int getLayers()
Specified by:
getLayers in interface SamplerSettings

setLayers

public void setLayers(int layers)
Specified by:
setLayers in interface SamplerSettings

getFreqSpread

public float getFreqSpread()
Specified by:
getFreqSpread in interface SamplerSettings

setFreqSpread

public void setFreqSpread(float freqSpread)
Specified by:
setFreqSpread in interface SamplerSettings