8,720
edits
Changes
m
→MIDI SysEx
| 0x02 || Multi Parameter Change || 2 bytes || 2n bytes || Address is the starting address; you can send as many pairs of data bytes as you want to change - each pair will write to the next address in sequence || <pre>F0-00-20-33-02-7F-
02-00-4A-00-00-03-00-01-00-01-4C-4F-..-..-
F7</pre>
|-
| 0x03 || String Parameter Change || 2 bytes || n bytes + final 0x00 byte || Strings must have a final null (0x00) byte to terminate the string. String data is 1 byte per character, encoded as ASCII. String addresses overlap with parameter addresses. || <pre>F0-00-20-33-02-7F-