mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
Attempt #2 at taming the meter toolbars
It corrects several "multiple project" problems with the meter toolbars and meters. In addition, there was a "multiple project" issue where the transport buttons didn't disable properly in the non-active project.
This commit is contained in:
@@ -323,8 +323,8 @@ class AUDACITY_DLL_API AudioIO {
|
||||
double AILAGetLastDecisionTime();
|
||||
#endif
|
||||
|
||||
void SetCaptureMeter(Meter *meter);
|
||||
void SetPlaybackMeter(Meter *meter);
|
||||
void SetCaptureMeter(AudacityProject *project, Meter *meter);
|
||||
void SetPlaybackMeter(AudacityProject *project, Meter *meter);
|
||||
|
||||
private:
|
||||
/** \brief Set the current VU meters - this should be done once after
|
||||
|
Reference in New Issue
Block a user