FMSYNTH_PARAM_LFO_FREQ_MOD_DEPTH constant

int const FMSYNTH_PARAM_LFO_FREQ_MOD_DEPTH

< Specifies how much the LFO modulates frequency. Modulation factor is: 1.0 + lfo_value * LFO_FREQ_MOD_DEPTH. lfo_value has a range of -1, 1.

Implementation

static const int FMSYNTH_PARAM_LFO_FREQ_MOD_DEPTH = 17;