]> git.cworth.org Git - scherzo/commit
Fix another bug with stuck notes.
authorCarl Worth <cworth@cworth.org>
Mon, 26 Sep 2011 17:34:52 +0000 (10:34 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Sep 2011 17:34:52 +0000 (10:34 -0700)
commit05c28164f342656bd02bb4c6607b938bb8d3f2b1
treefb76e0ad71886dbebdf9289c05a8c681950384cb
parent3f6a9cdbf572c83c323f40cc66e301bdf128f076
Fix another bug with stuck notes.

When multiple MIDI messages were received in a single buffer, the code
was neglecting to advance the string pointer it was using to
parse. This was causing it to parse the first message several times
and ignore all following messages.

Fix this silly bug.
scherzo.c