1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-14 08:36:27 +01:00

Bug 258 (P2) - Mixer Board: max peak and clipping lines removed

Update comments to reflect sticking with this fix, per http://bugzilla.audacityteam.org/show_bug.cgi?id=258#c13.
This commit is contained in:
v.audacity
2011-02-26 23:19:19 +00:00
parent 0526b8c98a
commit 880b1b8c4b
3 changed files with 11 additions and 9 deletions

View File

@@ -3648,9 +3648,11 @@ int audacityAudioCallback(const void *inputBuffer, void *outputBuffer,
framesPerBuffer,
outputMeterFloats);
//vvv Vaughan, 2011-02-25: Move this update back to
// TrackPanel::OnTimer() to see if it helps with
// playback issues reported by Bill and noted on Bug 258.
//v Vaughan, 2011-02-25: Moved this update back to TrackPanel::OnTimer()
// as it helps with playback issues reported by Bill and noted on Bug 258.
// The problem there occurs if Software Playthrough is on.
// Could conditionally do the update here if Software Playthrough is off,
// and in TrackPanel::OnTimer() if Software Playthrough is on, but not now.
//AudacityProject* pProj = GetActiveProject();
//MixerBoard* pMixerBoard = pProj->GetMixerBoard();
//if (pMixerBoard)