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:
parent
a0fd0f506c
commit
8570ab7402
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user