Set makeup to 0.f when bypassed also in stereo version
authorJohannes Mueller <github@johannes-mueller.org>
Sun, 25 Jun 2017 07:54:05 +0000 (09:54 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 31 Jul 2017 19:31:22 +0000 (21:31 +0200)
libs/plugins/a-comp.lv2/a-comp.c

index 6e2c37815ea4af266225b6368d0f5f4846322899..41e109842b3f2fa832d5c05537fe76c49c116c3c 100644 (file)
@@ -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;
        }