FMSYNTH_PARAM_LFO_AMP_SENSITIVITY constant

int const FMSYNTH_PARAM_LFO_AMP_SENSITIVITY

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

Implementation

static const int FMSYNTH_PARAM_LFO_AMP_SENSITIVITY = 16;