]> git.cworth.org Git - scherzo/commitdiff
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)
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.


No differences found