Align port layout and code of a-exp with the one of a-comp

This commit is contained in:
Johannes Mueller 2019-04-15 15:33:44 +02:00
parent beaaa80d42
commit ca05f03e72
3 changed files with 23 additions and 17 deletions

View file

@ -361,6 +361,7 @@ run(LV2_Handle instance, uint32_t n_samples)
Lyg = 0.f;
Lxg = (ingain==0.f) ? -160.f : to_dB(ingain);
Lxg = sanitize_denormal(Lxg);
if (Lxg > in_peak_db) {
in_peak_db = Lxg;
}