6r1d / midi-message-parser

A C library for parsing MIDI messages.
MIT License
0 stars 0 forks source link

Add an example for SysEx messages. #4

Closed 6r1d closed 3 years ago

6r1d commented 3 years ago

SysEx requires a certain message format, called "MIDI Universal Real Time SysEx Message Format".

In short, I expect this will work:

F0 7F <Device-ID> <Sub-ID#1> [<Sub-ID#2> [<parameters>]] F7

I am thinking of something along the lines of

0xF0 0x43 0x10 0x7F 0x1C 0x02 0x30 0x48 0x00 ... 0xF7