Mercurial > hg > flattendynamics
changeset 18:d25a2e91e9d8
Max gain of 10 seems like it should be perfectly adequate! (and tests OK)
author | Chris Cannam |
---|---|
date | Wed, 23 Jul 2014 18:36:41 +0100 |
parents | ca4e31d86436 |
children | 1b8392c6ab02 |
files | flattendynamics-ladspa.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flattendynamics-ladspa.cpp Wed Jul 23 15:17:47 2014 +0100 +++ b/flattendynamics-ladspa.cpp Wed Jul 23 18:36:41 2014 +0100 @@ -12,7 +12,7 @@ const float catchUpSeconds = 0.2f; const float targetMaxRMS = 0.05f; const float rmsMaxDecay = 0.999f; // per sample -const float maxGain = 20.f; +const float maxGain = 10.f; const char *const FlattenDynamics::portNames[PortCount] =