mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-31 19:44:54 +02:00
Automation -> Scripting.
This commit is contained in:
committed by
Paul Licameli
parent
08b1db6145
commit
0ad533a740
@@ -85,14 +85,14 @@ bool EffectRepeat::DefineParams( ShuttleParams & S ){
|
||||
return true;
|
||||
}
|
||||
|
||||
bool EffectRepeat::GetAutomationParameters(CommandAutomationParameters & parms)
|
||||
bool EffectRepeat::GetAutomationParameters(CommandParameters & parms)
|
||||
{
|
||||
parms.Write(KEY_Count, repeatCount);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool EffectRepeat::SetAutomationParameters(CommandAutomationParameters & parms)
|
||||
bool EffectRepeat::SetAutomationParameters(CommandParameters & parms)
|
||||
{
|
||||
ReadAndVerifyInt(Count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user