1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

Rewrite many iterations over tracks and channels in src/import, src/export

This commit is contained in:
Paul Licameli
2018-09-18 12:00:42 -04:00
parent c7ab9f2338
commit 3eee8b8cf0
4 changed files with 74 additions and 182 deletions

View File

@@ -112,7 +112,7 @@ private:
AudacityProject *mProject;
TrackList *mTracks; /**< The list of tracks in the project that is
being exported */
LabelTrack *mLabels;
const LabelTrack *mLabels;
int mNumLabels;
int mNumWaveTracks;