mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
clarifications in comments
This commit is contained in:
@@ -110,7 +110,8 @@ bool EffectRepeat::TransferParameters( Shuttle & shuttle )
|
||||
|
||||
bool EffectRepeat::Process()
|
||||
{
|
||||
// Set up mOutputTracks. This effect needs Track::All for grouping
|
||||
// Set up mOutputTracks.
|
||||
// This effect needs Track::All for sync-lock grouping.
|
||||
this->CopyInputTracks(Track::All);
|
||||
|
||||
int nTrack = 0;
|
||||
|
||||
Reference in New Issue
Block a user