Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-exp.lv2/
H A Da-exp.c117 float v_knee; member
349 if (aexp->v_knee != *aexp->knee) { in run()
350 aexp->v_knee = *aexp->knee; in run()
501 const float knee = self->v_knee; in exp_curve()
589 if (self->v_knee > 0) { in render_inline_full()
591 …cairo_pattern_add_color_stop_rgba (pat, ((makeup_thres - self->v_knee - 10.f) / -70.f), 0.5, 0.5, … in render_inline_full()
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-comp.lv2/
H A Da-comp.c113 float v_knee; member
338 if (acomp->v_knee != *acomp->knee) { in run()
339 acomp->v_knee = *acomp->knee; in run()
497 const float knee = self->v_knee; in comp_curve()
573 if (self->v_knee > 0) { in render_inline_full()
575 …cairo_pattern_add_color_stop_rgba (pat, ((makeup_thres - self->v_knee - 10.f) / -70.f), 0.5, 0.5, … in render_inline_full()