MIDI device ID: Selected from the front panel
screen.
Channel 1 to 16
transmitted:MIDI note on/off message
Note 0xnn
nn = MIDI note number 20 to 2C
m = MIDI device ID
on transmits note on/off messages:
0x9m 0xnn 0x7F (‘note on’ with velocity >0x40)
0x9m 0xnn 0x00 (‘note off’)
off transmits:
0x9m 0xnn 0x3F (‘note on’ with velocity <0x40)
0x9m 0xnn 0x00 (‘note off’)
received: MIDI note on/off message
0x9m 0xnn 0xvv
vv = MIDI velocity
00 = ignore, 01 to 3F = off , 40 to 7F = on
When MIDI activates a mute no message is sent out.
recall transmitted: MIDI program change message
Panel or footswitch recall transmits:
0xCm 0xpp
pp = program number
= 0 00
"
= 126 7E
= 127 7F
recall received: MIDI program change message
Received MIDI message activates a program recall:
0xCm 0xpp
When MIDI activates a change no message is sent.