fix bug that prevents 2 byte MIDI messages (e.g. program change) from being considere...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Oct 2014 03:19:54 +0000 (23:19 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Oct 2014 03:19:54 +0000 (23:19 -0400)
commit3f5cee742f1129f07213462c40ef5614fb78958c
treee4cd9f1d0c66925218c58aee91d0b234d11abbc3
parent3b12ea8a9f4fb08642fa1015f380e0e340983a9e
fix bug that prevents 2 byte MIDI messages (e.g. program change) from being considered as legal.

I suspect that this parsing code is still deeply suspect, but I do not have the time to fully investigate
the problems it may have. This commit fixes a very basic bug, and allows program change messages to
be passed through to higher levels in the software
libs/backends/wavesaudio/waves_midi_event.cc