mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 08:56:03 +01:00
clarifications in comments
This commit is contained in:
@@ -110,8 +110,9 @@ bool EffectChangeSpeed::Process()
|
||||
{
|
||||
// Similar to EffectSoundTouch::Process()
|
||||
|
||||
//Iterate over each track
|
||||
//Track::All is needed because this effect needs to introduce silence in the group tracks to keep sync
|
||||
// Iterate over each track.
|
||||
// Track::All is needed because this effect needs to introduce
|
||||
// silence in the sync-lock group tracks to keep sync
|
||||
this->CopyInputTracks(Track::All); // Set up mOutputTracks.
|
||||
bool bGoodResult = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user