pub fn apply_lfo_modulation(
params: &LfoParams,
time_seconds: f32,
bpm: f32,
center_value: f32,
range: f32,
) -> f32Expand description
Apply LFO modulation to a base value center_value: the base value to modulate around range: the maximum deviation from center