Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-exp.lv2/
H A Da-exp.c123 float v_lvl_out; member
158 aexp->v_lvl_out = -70.f; in instantiate()
454 const float v_lvl_out = (max_out < MINUS_60) ? -60.f : to_dB(max_out); in run() local
457 if (fabsf (aexp->v_lvl_out - v_lvl_out) >= .1 || in run()
463 aexp->v_lvl_out = v_lvl_out; in run()
618 self->v_lvl_in, self->v_lvl_out); in render_inline_only_bars()
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-comp.lv2/
H A Da-comp.c119 float v_lvl_out; member
156 acomp->v_lvl_out = -70.f; in instantiate()
442 const float v_lvl_out = *acomp->outlevel; in run() local
454 if (fabsf (acomp->v_lvl_out - v_lvl_out) >= .1f || in run()
460 acomp->v_lvl_out = v_lvl_out; in run()
602 self->v_lvl_in, self->v_lvl_out); in render_inline_only_bars()