mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Bug 258 (P2) - Mixer Board: max peak and clipping lines removed
Fixed bug in resetting mPrevT1. That caused remaining issue noted in Bug 258 comments 2 and 3. Moved call to UpdateMeters from TrackPanel::OnTimer() to audacityAudioCallback, where it calls gAudioIO->mOutputMeter->UpdateDisplay(), so the updates are synchronized with Meter Toolbar updates. Removed unnecessary call to MixerBoard::UpdateMeters() in AudacityProject::UpdateMixerBoard(). Various cleanup.
This commit is contained in:
@@ -814,7 +814,7 @@ void Meter::HandleLayout()
|
||||
left += mLeftSize.x+4;
|
||||
}
|
||||
mRightTextPos = wxPoint(width-mLeftSize.x, height-2-mLeftSize.y);
|
||||
width -= mLeftSize.x + mRightSize.x + 8; //vvvvv ...but then -8 in UmixIt? -- for vertical only?
|
||||
width -= mLeftSize.x + mRightSize.x + 8; //vvv ...but then -8 in UmixIt? -- for vertical only?
|
||||
}
|
||||
barw = (width-2)/2;
|
||||
barh = height - 4;
|
||||
|
Reference in New Issue
Block a user