1
0
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:
Leland Lucius 2015-04-27 02:21:22 -05:00
parent 8429a97917
commit 841a392f1a

View File

@ -45,7 +45,7 @@ END_EVENT_TABLE()
EffectNormalize::EffectNormalize()
{
mLevel = MIN_Level;
mLevel = DEF_Level;
mDC = DEF_RemoveDC;
mGain = DEF_ApplyGain;
mStereoInd = DEF_StereoInd;