Modulation Sources
LFO
A Low Frequency Oscillator module
Params
frequency
: the frequency of the oscillator in Hz. Default is 1Hz. Range: [0.01-100]type
: the type of the oscillator. You can useLfoType
enum. Default isLfoType.Sine
.gain
: the amplitude of the oscillator. Default is 1. Range: [0-1]offset
: the offset of the oscillator. Default is 0. Range: [-1,1]
Available waveform types (through LfoType
enum) are:
0
: Zero1
: Sine2
: Triangle3
: RampUp4
: RampDown5
: Square6
: ExpRampUp7
: ExpRampDown8
: ExpTriangle9
: RandSampleHold10
: Impulse