User manual

USER MANUAL
Table 1: MIDI byte value summary
Message Hex Decimal Data byte count
data 00-7F 0-127 
Channel messages
Note off 8 128+ 2
Note on 9 144+ 2
Polyphonic key pressure A 160+ 2
Control/Mode change B 176+ 2
Program change C 192+ 1
Monophonic channel pressure D 208+ 1
Pitch bend change E 224+ 2
System exclusive
System exclusive status F0 240 
System common
MIDI Time Code (MTC) F1 241 1
Song position pointer F2 242 2
Song select F3 243 1
(Undefined) F4 244 0
Cable select* F5 245 1
Tune request F6 246 0
End of exclusive (EOX) F7 247 0
System real-time
Timing clock F8 248 0
(Undefined) F9 249 0
Start FA 250 0
Continue FB 251 0
Stop FC 252 0
(Undefined) FD 253 0
Active sense FE 254 0
System reset FF 255 0
Note: is the channel number - 1 (0 is channel 1, 1 is channel 2, ...).
* Though officially undefined, some MIDI interfaces use this message to control cable access; a single
data byte that follows designates the cable number on which subsequent MIDI messages are routed.
Rev 1.2 - Page 78