From 85106d81a0cf2ee2266e6f9097e0be0e58a0dcaf Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Sun, 25 Jun 2017 09:54:05 +0200 Subject: Set makeup to 0.f when bypassed also in stereo version --- libs/plugins/a-comp.lv2/a-comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/plugins/a-comp.lv2/a-comp.c b/libs/plugins/a-comp.lv2/a-comp.c index 6e2c37815e..41e109842b 100644 --- a/libs/plugins/a-comp.lv2/a-comp.c +++ b/libs/plugins/a-comp.lv2/a-comp.c @@ -432,6 +432,7 @@ run_stereo(LV2_Handle instance, uint32_t n_samples) if (*acomp->enable <= 0) { ratio = 1.f; thresdb = 0.f; + makeup = 0.f; makeup_target = 1.f; } -- cgit v1.2.3