[sdiy] MIDI control syntax to debug 16 bits values on the MIDI steam using MIDI-OX MIDI monitor ?
Jay Schwichtenberg
jschwich53 at comcast.net
Sat Jan 11 23:00:26 CET 2025
None in 2 bytes. Read the MIDI spec.
You're going to have to make your own. Either send 3 CC 7 bit values and
make 16 bits out of that or make a SYSEX message that takes 3, 7 bit
data bytes and put that into 16 bits.
Good luck.
On 1/11/2025 1:49 PM, Jean-Pierre Desrochers via Synth-diy wrote:
>
> 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/02255ef5/attachment.htm>
More information about the Synth-diy
mailing list