General Format of System-Exclusive Messages

The general format of system-exclusive messages is shown in the following table:

┌─────────────────────────────┬───────────────────────────────┐
│Message Description          │Hexadecimal Format             │
├─────────────────────────────┼───────────────────────────────┤
│Timing compression (long)    │F0  00 00 3A  01  lsb  msb  F7 │
├─────────────────────────────┼───────────────────────────────┤
│Timing compression (short)   │F0  00 00 3A  07-7F  F7        │
├─────────────────────────────┼───────────────────────────────┤
│Sound generator commands     │F0  00 00 3A  02  unit  cmd    │
│                             │chan ...  F7                   │
├─────────────────────────────┼───────────────────────────────┤
│Device driver control        │F0  00 00 3A  03  cmd  ...  F7 │
├─────────────────────────────┼───────────────────────────────┤
│Device driver query          │F0  00 00 3A  04  qid  F7      │
├─────────────────────────────┼───────────────────────────────┤
│Device driver response       │F0  00 00 3A  05  qid  data F7 │
├─────────────────────────────┼───────────────────────────────┤
│Timbre parameter             │F0  00 00 3A  06  cmd  hh mm ll│
│                             │... F7                         │
└─────────────────────────────┴───────────────────────────────┘

The following list contains the categories of system exclusive messages:


[Back: Types of MIDI Messages]
[Next: Device Driver Control Messages]