|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.synth.modules.oscillator.LFOConfig
public class LFOConfig
Avoids passing lots of stuff into constructors
Field Summary | |
---|---|
float |
attack
|
float |
attackMax
|
float |
attackMin
|
float |
delay
|
float |
delayMax
|
float |
delayMin
|
float |
deviation
|
float |
deviationMax
|
boolean |
hasLevel
|
float |
rate
|
float |
rateMax
|
float |
rateMin
|
Constructor Summary | |
---|---|
LFOConfig()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float rateMin
public float rateMax
public float rate
public float deviationMax
public float deviation
public boolean hasLevel
public float delayMin
public float delayMax
public float delay
public float attackMin
public float attackMax
public float attack
Constructor Detail |
---|
public LFOConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |