1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-25 08:58:06 +02:00

Fix incorrect type shuttling Loudness parameters

This commit is contained in:
Paul Licameli 2020-03-22 21:48:45 -04:00
parent a0fd0f506c
commit 8570ab7402

View File

@ -132,7 +132,7 @@ bool EffectLoudness::SetAutomationParameters(CommandParameters & parms)
ReadAndVerifyDouble(LUFSLevel);
ReadAndVerifyDouble(RMSLevel);
ReadAndVerifyBool(DualMono);
ReadAndVerifyBool(NormalizeTo);
ReadAndVerifyInt(NormalizeTo);
mStereoInd = StereoInd;
mLUFSLevel = LUFSLevel;