|
|
MIDI Protocol Guide
Part 3:
System Exclusive Structure
Commercial | F0, ID, data, F7 | Manufacturer ID must be registered and data published |
Non-Commercial | F0, 7D, data, F7 | Private use where unlikely to clash with other private use |
Universal Non-Real Time | F0, 7E, nn, sub-ID, data, F7 |
nn = channel number, 00 to 7F
sub-IDs:
01 = Sample Dump header
02 = Sample Dump packet
03 = Dump Request
04 = MIDI Time Code Setup
05 = Sample Dump extensions
06 = Inquiry Message
07 = File Dump
08 = MIDI Tuning Standard
09 = General MIDI Message
7B = End of File
7C = Wait
7D = Cancel
7E = NAK
7F = Ack |
Universal Real Time | F0, 7F, nn, sub-ID, data, F7 |
nn = channel number, 00 to 7F; 7F = global
sub-IDs:
01 = Long Form MTC
02 = MIDI Show Control
03 = Notation Information
04 = Device Control
05 = Real Time MTC Cueing
06 = MIDI Machine Control Command
07 = MIDI Machine Control Response
08 = Single Note Retune |
|