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

Method Summary
 float getFreqSpread()
           
 int getInstrumentIndex()
           
 int getLayers()
           
 SampledSoundSettings[][] getSampledSounds()
           
 java.lang.String getSoundFontName()
           
 void setFreqSpread(float freqSpread)
           
 void setInstrumentIndex(int instrumentIndex)
           
 void setLayers(int layers)
           
 void setSampledSounds(SampledSoundSettings[][] sampledSounds)
           
 void setSoundFontName(java.lang.String soundFontName)
           
 
Methods inherited from interface com.frinika.synth.soundbank.SynthRackInstrumentIF
getInstrumentName, setInstrumentName
 

Method Detail

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)