1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Can choose by Channel or by Track in Set commands.

This commit is contained in:
James Crook
2018-02-16 20:34:30 +00:00
committed by Paul Licameli
parent 8ab9345268
commit e9e9ee2998
30 changed files with 258 additions and 194 deletions

View File

@@ -1,7 +1,7 @@
/**********************************************************************
Audacity - A Digital Audio Editor
Copyright 1999-2009 Audacity Team
Copyright 1999-2018 Audacity Team
License: wxwidgets
Dan Horgan
@@ -39,6 +39,7 @@ public:
public:
int mTrackIndex;
int mChannelIndex;
wxString mTrackName;
double mPan;
double mGain;
@@ -54,6 +55,8 @@ public:
bool bMute;
// For tracking optional parameters.
bool bHasTrackIndex;
bool bHasChannelIndex;
bool bHasTrackName;
bool bHasPan;
bool bHasGain;