1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 16:41:14 +02:00

fix a comment

This commit is contained in:
Paul Licameli 2021-01-01 13:26:00 -05:00
parent 534359de6c
commit 20d72ee745

View File

@ -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