EMajesty / midilord-control

Companion app for the midilord midi controller
0 stars 0 forks source link

Create and document SysEx message format #10

Open EMajesty opened 2 months ago

EMajesty commented 2 months ago
Byte Description Required?
F0 Start of message x
xx Manufacturer ID x
xx Message type
xx Message content
... ...
F7 End of message x

https://www.recordingblogs.com/wiki/midi-system-exclusive-message http://www.2writers.com/eddie/tutsysex.htm https://manuals.morningstar.io/mc-midi-controller/sysex-documentation-for-external-applications

EMajesty commented 2 months ago
Byte Description
F0 Start
7D Manufacturer ID for proto/test/private
6D For further ID
64 For further ID
6C For further ID
... ...
F7 End

Message type ID, "opcodes" TBD