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:
commit
b3c7f37aba
@ -138,6 +138,7 @@ bool EffectChangePitch::SetAutomationParameters(EffectAutomationParameters & par
|
||||
ReadAndVerifyDouble(Percentage);
|
||||
|
||||
m_dPercentChange = Percentage;
|
||||
Calc_SemitonesChange_fromPercentChange();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user