mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Automation -> Scripting.
This commit is contained in:
committed by
Paul Licameli
parent
08b1db6145
commit
0ad533a740
@@ -122,7 +122,7 @@ bool EffectTimeScale::DefineParams( ShuttleParams & S ){
|
||||
return true;
|
||||
}
|
||||
|
||||
bool EffectTimeScale::GetAutomationParameters(CommandAutomationParameters & parms)
|
||||
bool EffectTimeScale::GetAutomationParameters(CommandParameters & parms)
|
||||
{
|
||||
parms.Write(KEY_RatePercentStart, m_RatePercentChangeStart);
|
||||
parms.Write(KEY_RatePercentEnd, m_RatePercentChangeEnd);
|
||||
@@ -134,7 +134,7 @@ bool EffectTimeScale::GetAutomationParameters(CommandAutomationParameters & parm
|
||||
return true;
|
||||
}
|
||||
|
||||
bool EffectTimeScale::SetAutomationParameters(CommandAutomationParameters & parms)
|
||||
bool EffectTimeScale::SetAutomationParameters(CommandParameters & parms)
|
||||
{
|
||||
ReadAndVerifyDouble(RatePercentStart);
|
||||
ReadAndVerifyDouble(RatePercentEnd);
|
||||
|
Reference in New Issue
Block a user