8,720
edits
Changes
m
→MIDI SysEx
| 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-
03-00-00-01-48-65-6C-6C-6F-00-
F7 H e l l o</pre>
|-
| 0x04 || BLOB Change || 2 bytes || 2 byte offset + 2 byte size + n byte data || Only a null (0x00) offset is currently supported. Not sure what this would be used for except overwriting amp/cab profile data?
F0-00-20-33-02-7F-
3C-00-4A-04-40-00-3C-30-2E-30-3E-00-
F7 < 0 . 0 ></pre>
|}