mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 23:00:32 +01:00
Use the default value, not the minimum value, to init level
This commit is contained in:
@@ -45,7 +45,7 @@ END_EVENT_TABLE()
|
||||
|
||||
EffectNormalize::EffectNormalize()
|
||||
{
|
||||
mLevel = MIN_Level;
|
||||
mLevel = DEF_Level;
|
||||
mDC = DEF_RemoveDC;
|
||||
mGain = DEF_ApplyGain;
|
||||
mStereoInd = DEF_StereoInd;
|
||||
|
||||
Reference in New Issue
Block a user