mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02: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()
|
EffectNormalize::EffectNormalize()
|
||||||
{
|
{
|
||||||
mLevel = MIN_Level;
|
mLevel = DEF_Level;
|
||||||
mDC = DEF_RemoveDC;
|
mDC = DEF_RemoveDC;
|
||||||
mGain = DEF_ApplyGain;
|
mGain = DEF_ApplyGain;
|
||||||
mStereoInd = DEF_StereoInd;
|
mStereoInd = DEF_StereoInd;
|
||||||
|
Reference in New Issue
Block a user