Fix a-reverb bypass/enable
This commit is contained in:
parent
ba383b4726
commit
4c58ada24b
@ -379,6 +379,8 @@ run (LV2_Handle instance, uint32_t n_samples)
|
||||
activate (self);
|
||||
}
|
||||
self->v_mix = mix;
|
||||
self->r.wet = self->v_mix;
|
||||
self->r.dry = 1.0 - self->v_mix;
|
||||
} else {
|
||||
iterpolate |= 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user