Gin
|
Public Attributes | |
WaveShape | waveShape = WaveShape::sine |
float | frequency = 0 |
float | phase = 0 |
float | offset = 0 |
float | depth = 0 |
float | delay = 0 |
float | fade = 0 |
WaveShape LFO::Parameters::waveShape = WaveShape::sine |
Referenced by LFO::process().
float LFO::Parameters::frequency = 0 |
Referenced by LFO::process().
float LFO::Parameters::phase = 0 |
Referenced by LFO::noteOn(), and LFO::process().
float LFO::Parameters::offset = 0 |
Referenced by LFO::getOutput(), and LFO::getOutputUnclamped().
float LFO::Parameters::depth = 0 |
Referenced by LFO::getOutput(), and LFO::getOutputUnclamped().
float LFO::Parameters::delay = 0 |
Referenced by LFO::noteOn().
float LFO::Parameters::fade = 0 |
Referenced by LFO::noteOn().