mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 22:51:21 +01: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:
@@ -37,7 +37,7 @@ struct MeterBar {
|
||||
double peakHoldTime;
|
||||
wxRect rClip;
|
||||
bool clipping;
|
||||
bool isclipping;
|
||||
bool isclipping; //ANSWER-ME: What's the diff between these bools?! "clipping" vs "isclipping" is not clear.
|
||||
int tailPeakCount;
|
||||
float peakPeakHold;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user