Specifications

Insight 3 User Manual, v.3.1 279
ETC MIDI message formats
The following table lists MIDI message formats used to control the
console. All numbers are in hexadecimal format.
Note off message format
<8n><kk><vv>
8 Note off status
n MIDI channel number (0-F)
kk Key number (0-7F)
vv Note off velocity (0-7F)
Note on message format
<9n><kk><vv>
9 Note on status
n MIDI channel number (0-F)
kk Key number (0-7F)
vv Note on velocity (0-7F)
[00=Note off]
Control change message format
<Bn><kk><vv>
B Control change status
n MIDI channel number (0-F)
kk Control number (70-92)
vv Control value (0-7F)
Program change message format
<Cn><kk>
C Program (patch) change status
n MIDI channel number (0-F)
kk Program number (0-7F)
Pitch bend message format
<En><ll><mm>
E Pitch bend status
n MIDI channel number (0-F)
ll Least significant 7 bits of pitch bend value (0-7F)
mm Most significant 7 bits of pitch bend value (0-7F)