mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Align port layout and code of a-exp with the one of a-comp
This commit is contained in:
parent
beaaa80d42
commit
ca05f03e72
3 changed files with 23 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue