1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 14:32:58 +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:
v.audacity
2011-01-31 01:49:01 +00:00
parent 7d6c347140
commit d2d876d9a5
7 changed files with 51 additions and 26 deletions

View File

@@ -63,6 +63,8 @@ public:
virtual void OnAudioIONewBlockFiles(const wxString& blockFileLog) = 0;
};
#define BAD_STREAM_TIME -1000000000.0
#define MAX_MIDI_BUFFER_SIZE 5000
#define DEFAULT_SYNTH_LATENCY 5