|
Gin
|
Step sequencer-style LFO with programmable values per step. More...
#include <gin_steplfo.h>
Public Member Functions | |
| StepLFO ()=default | |
| void | setSampleRate (double sr) |
| void | setFreq (float f) |
| void | setNumPoints (int n) |
| void | setPoint (int n, float v) |
| void | reset () |
| void | noteOn (float phase_=-1.0f) |
| float | process (int numSamples) |
| float | getOutput () |
| float | getCurrentPhase () |
Step sequencer-style LFO with programmable values per step.
StepLFO provides a stepped low-frequency oscillator where each step can have an independently programmed value. Unlike smooth LFOs, this creates stepped/ quantized modulation patterns useful for rhythmic effects and sequenced modulation.
Key Features:
Usage:
|
default |
| void StepLFO::reset | ( | ) |
| float StepLFO::getOutput | ( | ) |
| float StepLFO::getCurrentPhase | ( | ) |