Home
last modified time | relevance | path

Searched refs:lfov1 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dmonosynth.cpp486 float lfov1 = lfo1.get() * std::min(1.0f, lfo_clock / *params[par_lfodelay]); in calculate_step() local
487 lfov1 = lfov1 * dsp::lerp(1.f, modwheel_value, *params[par_mwhl_lfo]); in calculate_step()
491 lfo_bend = pow(2.0f, *params[par_lfopitch] * lfov1 * (1.f / 1200.0f)); in calculate_step()
507 (float)(0.5+0.5*lfov1), in calculate_step()
514 …cutoff = inertia_cutoff.get() * pow(2.0f, (lfov1 * *params[par_lfofilter] + env1 * fltctl * *param… in calculate_step()
583 calculate_buffer_oscs(lfov1); in calculate_step()
584 lfo1.last = lfov1; in calculate_step()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dmonosynth.cpp534 float lfov1 = get_lfo(lfo1, par_lfodelay); in calculate_step() local
535 lfov1 = lfov1 * dsp::lerp(1.f, modwheel_value, *params[par_mwhl_lfo]); in calculate_step()
539 lfo_bend = pow(2.0f, *params[par_lfopitch] * lfov1 * (1.f / 1200.0f)); in calculate_step()
548 …f, velocity, inertia_pressure.get(), modwheel_value, env1, env2, 0.5f+0.5f*lfov1, 0.5f+0.5f*lfov2}; in calculate_step()
553 …cutoff = inertia_cutoff.get() * pow(2.0f, (lfov1 * *params[par_lfofilter] + env1 * fltctl * *param… in calculate_step()
622 calculate_buffer_oscs(lfov1); in calculate_step()
623 lfo1.last = lfov1; in calculate_step()