Set makeup to 0.f when bypassed also in stereo version

This commit is contained in:
Johannes Mueller 2017-06-25 09:54:05 +02:00 committed by Robin Gareus
parent 29df879edd
commit 85106d81a0

View 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;
}