1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Working on new bug reported by Gale about MixerBoard clipping indicators on small clipped regions.

Remove some unused cruft. Rearrange some #includes so they are grouped logically. Add comment about unclear names (bools "clipping" vs "isclipping").
This commit is contained in:
v.audacity
2010-11-19 05:15:08 +00:00
parent 42d7d941e7
commit 08904c22c0
6 changed files with 32 additions and 37 deletions

View File

@@ -80,7 +80,7 @@ public:
void HandleSliderGain(const bool bWantPushState = false);
void HandleSliderPan(const bool bWantPushState = false);
void ResetMeter();
void ResetMeter(const bool bResetClipping);
// These are used by TrackPanel for synchronizing control states.
void UpdateForStateChange(); // Update the controls that can be affected by state change.
@@ -214,7 +214,7 @@ public:
void RefreshTrackClusters(bool bEraseBackground = true);
void ResizeTrackClusters();
void ResetMeters();
void ResetMeters(const bool bResetClipping);
void UpdateName(const Track* pTrack);
void UpdateMute(const Track* pTrack = NULL); // NULL means update for all tracks.