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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user