1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00

Merge pull request #141 from WaveMotion/changepitchparam

Correctly load parameters for Change Pitch effect
This commit is contained in:
Steve Daulton 2016-07-12 19:51:08 +01:00 committed by GitHub
commit b3c7f37aba

View File

@ -138,6 +138,7 @@ bool EffectChangePitch::SetAutomationParameters(EffectAutomationParameters & par
ReadAndVerifyDouble(Percentage);
m_dPercentChange = Percentage;
Calc_SemitonesChange_fromPercentChange();
return true;
}