Interface | Description |
---|---|
LFO |
This is simply an interface class which allows lists a set of public abstract methods contained in classes
sinusoidalLFO and triangularLFO.
|
Class | Description |
---|---|
SinusoidalLFO |
This class implements the LFO interface and creates a low frequency oscillator with a sinusoidal oscillation
pattern.
|
TriangularLFO |
This class implements the LFO interface and creates a low frequency oscillator with a triangular oscillation
pattern.
|
VariableDelay |
A Variable-delay Effect which allows user to create a chorus or flanger unit by adjusting variables.
|
VariableDelayEffect |
A Variable-delay Effect which allows user to create a chorus or flanger unit by adjusting variables.
|