mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Use the default value, not the minimum value, to init level
This commit is contained in:
parent
8429a97917
commit
841a392f1a
@ -45,7 +45,7 @@ END_EVENT_TABLE()
|
||||
|
||||
EffectNormalize::EffectNormalize()
|
||||
{
|
||||
mLevel = MIN_Level;
|
||||
mLevel = DEF_Level;
|
||||
mDC = DEF_RemoveDC;
|
||||
mGain = DEF_ApplyGain;
|
||||
mStereoInd = DEF_StereoInd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user