mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 23:03:55 +02:00
Fix missing parameters in chains for ChangeSpeed effect
This commit is contained in:
@@ -124,6 +124,12 @@ bool EffectChangeSpeed::ProcessLabelTrack(Track *t)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool EffectChangeSpeed::TransferParameters( Shuttle & shuttle )
|
||||
{
|
||||
shuttle.TransferDouble(wxT("Percentage"),m_PercentChange,0.0);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool EffectChangeSpeed::Process()
|
||||
{
|
||||
// Similar to EffectSoundTouch::Process()
|
||||
|
Reference in New Issue
Block a user