1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-26 09:28:07 +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(LUFSLevel);
ReadAndVerifyDouble(RMSLevel); ReadAndVerifyDouble(RMSLevel);
ReadAndVerifyBool(DualMono); ReadAndVerifyBool(DualMono);
ReadAndVerifyBool(NormalizeTo); ReadAndVerifyInt(NormalizeTo);
mStereoInd = StereoInd; mStereoInd = StereoInd;
mLUFSLevel = LUFSLevel; mLUFSLevel = LUFSLevel;