mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01:00
Correctly load parameters for Change Pitch effect
Partial fix for Bug 73. Partial fix for Bug 1207.
This commit is contained in:
@@ -138,6 +138,7 @@ bool EffectChangePitch::SetAutomationParameters(EffectAutomationParameters & par
|
|||||||
ReadAndVerifyDouble(Percentage);
|
ReadAndVerifyDouble(Percentage);
|
||||||
|
|
||||||
m_dPercentChange = Percentage;
|
m_dPercentChange = Percentage;
|
||||||
|
Calc_SemitonesChange_fromPercentChange();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user