Gin
|
LFO with editable number of steps. 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 () |
LFO with editable number of steps.
|
default |
void StepLFO::reset | ( | ) |
float StepLFO::getOutput | ( | ) |
float StepLFO::getCurrentPhase | ( | ) |