Package | Description |
---|---|
com.soundhelix.component.lfo.impl |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
LFOSequenceLFO
Implements an LFO that is based on a precomputed LFO sequence rather than on a function.
|
class |
LinearRandomLFO
Implements a low frequency oscillator (LFO) that linearly interpolates between a given number of random values in a round-robin manner.
|
class |
RectangleLFO
Implements a low frequency oscillator (LFO) using a rectangle wave, starting with 0.
|
class |
SawtoothLFO
Implements a low frequency oscillator (LFO) using a sawtooth wave, starting from 0 if up is true, starting down from 1 otherwise.
|
class |
SineLFO
Implements a low frequency oscillator (LFO) using a sine wave.
|
class |
TriangleLFO
Implements a low frequency oscillator (LFO) using a triangle wave.
|