16
MIDI Protocol
–
ISSUE 1
3.7 Getting values
A
‘get’ command can be sent to the SQ in order to return the current value of
any mute, level, pan/balance or assignment parameter listed in this document.
MSB and LSB represent the parameter number of the value being requested,
followed by a data increment with value
7F
(i.e. the same as a standard
increment message but with a value of
7F
instead of
00)
.
All MSB/LSB parameter numbers are shown in the
, be sure to use the
correct parameter number for either mute, level, panning/balance or assignments.
MSB
LSB
‘Get’
B
N
63
MB
B
N
62
LB
B
N
60 7F
Where:
N
= MIDI Channel
,
MB/LB
= MSB/LSB Parameter number
Examples:
Parameter Requested, MIDI Ch
Message
LR Mute, Ch1
B0 63 06 B0 62 00 B0 60 7F
Ip1 to LR Level, Ch1
B0 63 40 B0 62 00 B0 60 7F
Ip30 to Aux5 Pan, Ch1
B0 63 53 B0 62 24 B0 60 7F
Aux7 to Mtx1 Balance, Ch5
B4 63 5E B4 62 39 B4 60 7F
FX2Rtn to FX3Snd Assign, Ch12
BB 63 6E BB 62 0A BB 60 7F