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
1 changed files with 1 additions and 1 deletions

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;