Class | Description |
---|---|
AbstractLFO |
This class implements the basic methods for setting the mode and speed of the LFO as well as the minimum and maximum amplitude and value to return.
|
LFOSequenceLFO |
Implements an LFO that is based on a precomputed LFO sequence rather than on a function.
|
LinearRandomLFO |
Implements a low frequency oscillator (LFO) that linearly interpolates between a given number of random values in a round-robin manner.
|
RectangleLFO |
Implements a low frequency oscillator (LFO) using a rectangle wave, starting with 0.
|
SawtoothLFO |
Implements a low frequency oscillator (LFO) using a sawtooth wave, starting from 0 if up is true, starting down from 1 otherwise.
|
SineLFO |
Implements a low frequency oscillator (LFO) using a sine wave.
|
TriangleLFO |
Implements a low frequency oscillator (LFO) using a triangle wave.
|