add explanatory comment

This commit is contained in:
Paul Davis 2020-05-03 17:24:37 -06:00
parent 447b473a1d
commit 3ac96d3b24

View File

@ -497,6 +497,12 @@ MidiTrack::export_stuff (BufferSet& buffers,
mpl->reset_note_trackers (); // TODO once at start and end ?
buffers.get_midi(0).clear();
/* Can't use a note tracker here, because the note off's might be in a
* subsequent call
*/
MidiStateTracker ignored;
/* XXX thsi doesn't fail, other than if the lock cannot be obtained */