mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-21 08:15:54 +01: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:
@@ -78,7 +78,7 @@ LyricsWindow::LyricsWindow(AudacityProject *parent):
|
||||
wxPoint panelPos(0, 0);
|
||||
wxSize panelSize = gSize;
|
||||
|
||||
//vvvvv not yet working right in ported version, so choice is disabled.
|
||||
//vvv not yet working right in ported version, so choice is disabled.
|
||||
// It seems when you select highlight style, the TrackPanel timer stops working, but
|
||||
// going back to bouncing ball style starts it up again (!!!), per breakpoints in TrackPanel::OnTimer().
|
||||
//
|
||||
@@ -112,7 +112,7 @@ LyricsWindow::LyricsWindow(AudacityProject *parent):
|
||||
|
||||
mLyricsPanel = new Lyrics(this, -1, panelPos, panelSize);
|
||||
|
||||
//vvvvv Highlight style is broken in ported version.
|
||||
//vvv Highlight style is broken in ported version.
|
||||
//switch (mLyricsPanel->GetLyricsStyle())
|
||||
//{
|
||||
// case Lyrics::kBouncingBallLyrics:
|
||||
|
||||
Reference in New Issue
Block a user