FMSYNTH_PARAM_MOD_WHEEL_SENSITIVITY constant

int const FMSYNTH_PARAM_MOD_WHEEL_SENSITIVITY

< If 0.0, operator amplitude is independent of mod wheel state. If 1.0, operator amplitude is fully dependent on mod wheel state. factor = (1.0 - MOD_WHEEL_SENSITIVITY) + MOD_WHEEL_SENSITIVITY * mod_wheel. mod_wheel is normalized to 0, 1.

Implementation

static const int FMSYNTH_PARAM_MOD_WHEEL_SENSITIVITY = 15;