[sdiy] MIDI control syntax to debug 16 bits values on the MIDI steam using MIDI-OX MIDI monitor ?
Jean-Pierre Desrochers
jpdesroc at oricom.ca
Sat Jan 11 22:56:55 CET 2025
> For example Control Change (0xE0) uses 2 consecutive bytes variables but each of them
> cannot exceed 0x7F. So.. not usable for me.
I meant PITCH BEND
*******************************************************
I’m debugging a PIC program that normally sends MIDI data on one of the micro’s UART port.
And that works fine.
But I’m in a debugging section where I’d like to use this MIDI output port
to output 16 bits datas (2 consecutives bytes) wired on my Windows MIDI-OX MIDI stream monitor.
The thing is that this program check the incoming MIDI command data values
and do not show those that would exceed standard MIDI specs..
So my question is :
Is there a MIDI command (SYSEX or whatever..) that I could put 2 consecutive 8 bits datas in
and would be accepted in the standard MIDI protocol ??
For example Control Change (0xE0) uses 2 consecutive bytes variables but each of them
cannot exceed 0x7F. So.. not usable for me.
Any commands that would do ?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://synth-diy.org/pipermail/synth-diy/attachments/20250111/116ca0b8/attachment.htm>
More information about the Synth-diy
mailing list