mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-19 15:44:20 +01:00
fix a comment
This commit is contained in:
@@ -3154,7 +3154,7 @@ void AudioIO::OutputEvent()
|
||||
// we'll just wait for the note-off events to happen.
|
||||
// Also note that note-offs are only sent when we call
|
||||
// mIterator->request_note_off(), so notes that are not played
|
||||
// will note generate random note-offs. There is the interesting
|
||||
// will not generate random note-offs. There is the interesting
|
||||
// case that if the playback is paused, all-notes-off WILL be sent
|
||||
// and if playback resumes, the pending note-off events WILL also
|
||||
// be sent (but if that is a problem, there would also be a problem
|
||||
|
||||
Reference in New Issue
Block a user