On Tue, 13 Oct 2015 14:44:38 -0700 (PDT), Len Ovens wrote:
If your midi info includes sysex events of any length I
would think
you should use alsa midi over jack midi. Jack has event length limits.
I suspect the OP doesn't need SysEx. It seems to be controllable by
control change split into LSB and MSB, so 2 * 3 bytes at a time, resp.
just 1 * 3 bytes at a time, since there should be no time out limit
between the first three bytes and the second three bytes.