com.frinika.synth.synths.sampler.settings.samplersettingversions
Class Sampler20050227
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sampler20050227
public Sampler20050227()
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