com.frinika.synth.synths.analogika.settings.analogikasettingsversions
Class AnalogikaSettings20050303
java.lang.Object
com.frinika.synth.synths.analogika.settings.analogikasettingsversions.AnalogikaSettings20050303
- All Implemented Interfaces:
- SynthRackInstrumentIF, AnalogikaSettings, java.io.Serializable
public class AnalogikaSettings20050303
- extends java.lang.Object
- implements AnalogikaSettings, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnalogikaSettings20050303
public AnalogikaSettings20050303()
getFreqSpread
public float getFreqSpread()
- Specified by:
getFreqSpread
in interface AnalogikaSettings
- Returns:
- Returns the freqSpread.
setFreqSpread
public void setFreqSpread(float freqSpread)
- Specified by:
setFreqSpread
in interface AnalogikaSettings
- Parameters:
freqSpread
- The freqSpread to set.
getLayers
public int getLayers()
- Specified by:
getLayers
in interface AnalogikaSettings
- Returns:
- Returns the layers.
setLayers
public void setLayers(int layers)
- Specified by:
setLayers
in interface AnalogikaSettings
- Parameters:
layers
- The layers to set.
getLoPassAttack
public int getLoPassAttack()
- Specified by:
getLoPassAttack
in interface AnalogikaSettings
- Returns:
- Returns the loPassAttack.
setLoPassAttack
public void setLoPassAttack(int loPassAttack)
- Specified by:
setLoPassAttack
in interface AnalogikaSettings
- Parameters:
loPassAttack
- The loPassAttack to set.
getLoPassDecay
public int getLoPassDecay()
- Specified by:
getLoPassDecay
in interface AnalogikaSettings
- Returns:
- Returns the loPassDecay.
setLoPassDecay
public void setLoPassDecay(int loPassDecay)
- Specified by:
setLoPassDecay
in interface AnalogikaSettings
- Parameters:
loPassDecay
- The loPassDecay to set.
getLoPassMax
public int getLoPassMax()
- Specified by:
getLoPassMax
in interface AnalogikaSettings
- Returns:
- Returns the loPassMax.
setLoPassMax
public void setLoPassMax(int loPassMax)
- Specified by:
setLoPassMax
in interface AnalogikaSettings
- Parameters:
loPassMax
- The loPassMax to set.
getLoPassRelease
public int getLoPassRelease()
- Specified by:
getLoPassRelease
in interface AnalogikaSettings
- Returns:
- Returns the loPassRelease.
setLoPassRelease
public void setLoPassRelease(int loPassRelease)
- Specified by:
setLoPassRelease
in interface AnalogikaSettings
- Parameters:
loPassRelease
- The loPassRelease to set.
getLoPassSustain
public int getLoPassSustain()
- Specified by:
getLoPassSustain
in interface AnalogikaSettings
- Returns:
- Returns the loPassSustain.
setLoPassSustain
public void setLoPassSustain(int loPassSustain)
- Specified by:
setLoPassSustain
in interface AnalogikaSettings
- Parameters:
loPassSustain
- The loPassSustain to set.
getVolAttack
public int getVolAttack()
- Specified by:
getVolAttack
in interface AnalogikaSettings
- Returns:
- Returns the volAttack.
setVolAttack
public void setVolAttack(int volAttack)
- Specified by:
setVolAttack
in interface AnalogikaSettings
- Parameters:
volAttack
- The volAttack to set.
getVolDecay
public int getVolDecay()
- Specified by:
getVolDecay
in interface AnalogikaSettings
- Returns:
- Returns the volDecay.
setVolDecay
public void setVolDecay(int volDecay)
- Specified by:
setVolDecay
in interface AnalogikaSettings
- Parameters:
volDecay
- The volDecay to set.
getVolRelease
public int getVolRelease()
- Specified by:
getVolRelease
in interface AnalogikaSettings
- Returns:
- Returns the volRelease.
setVolRelease
public void setVolRelease(int volRelease)
- Specified by:
setVolRelease
in interface AnalogikaSettings
- Parameters:
volRelease
- The volRelease to set.
getVolSustain
public int getVolSustain()
- Specified by:
getVolSustain
in interface AnalogikaSettings
- Returns:
- Returns the volSustain.
setVolSustain
public void setVolSustain(int volSustain)
- Specified by:
setVolSustain
in interface AnalogikaSettings
- Parameters:
volSustain
- The volSustain to set.
getWaveform
public float[] getWaveform()
- Specified by:
getWaveform
in interface AnalogikaSettings
- Returns:
- Returns the waveform.
setWaveform
public void setWaveform(float[] waveform)
- Specified by:
setWaveform
in interface AnalogikaSettings
- Parameters:
waveform
- The waveform to set.
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