1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Move Mute and solo details out of TrackPanel.cpp

This commit is contained in:
Paul Licameli
2015-08-28 10:40:19 -04:00
parent 375dea0c36
commit 6bfd3ee54a
5 changed files with 61 additions and 50 deletions

View File

@@ -335,6 +335,9 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
bool IsSyncLocked();
void SetSyncLock(bool flag);
void DoTrackMute(Track *pTrack, bool exclusive);
void DoTrackSolo(Track *pTrack, bool exclusive);
// "exclusive" mute means mute the chosen track and unmute all others.
void HandleTrackMute(Track *t, const bool exclusive);