mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
clarifications in comments
This commit is contained in:
@@ -26,7 +26,8 @@ bool Generator::Process()
|
||||
|
||||
BeforeGenerate();
|
||||
|
||||
// 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);
|
||||
|
||||
// Iterate over the tracks
|
||||
|
||||
Reference in New Issue
Block a user