com.frinika.synth.synths.sampler.settings
Interface SamplerSettings
- All Superinterfaces:
- SynthRackInstrumentIF
- All Known Implementing Classes:
- Sampler20050227
public interface SamplerSettings
- extends SynthRackInstrumentIF
- Author:
- Peter Johan Salomonsen
getSoundFontName
java.lang.String getSoundFontName()
setSoundFontName
void setSoundFontName(java.lang.String soundFontName)
getInstrumentIndex
int getInstrumentIndex()
setInstrumentIndex
void setInstrumentIndex(int instrumentIndex)
getSampledSounds
SampledSoundSettings[][] getSampledSounds()
setSampledSounds
void setSampledSounds(SampledSoundSettings[][] sampledSounds)
getLayers
int getLayers()
setLayers
void setLayers(int layers)
getFreqSpread
float getFreqSpread()
setFreqSpread
void setFreqSpread(float freqSpread)