14
MIDI Protocol
–
ISSUE 1
Right one step (increment)
MSB
LSB
Increment
B
N
63
MB
B
N
62
LB
B
N
60 00
Left one step (decrement)
MSB
LSB
Decrement
B
N
63
MB
B
N
62
LB
B
N
61 00
Both where:
N
= MIDI Channel
,
MB/LB
= MSB/LSB Parameter number
Examples:
Address, Left/Right, MIDI Ch
Message
Ip1 to LR, Right, Ch1
B0 63 50 B0 62 00 B0 60 00
Ip1 to LR, Left, Ch1
B0 63 50 B0 62 00 B0 61 00
Ip37 to Aux8, Right, Ch1
B0 63 53 B0 62 7B B0 60 00
Aux5 to Mtx1, Right, Ch3
B2 63 5E B2 62 33 B2 60 00