User`s guide

Add-16
ProMix 01 User’s Guide
MIDI Data Format
1 General Items
1-1 This section describes the ProMix 01 MIDI specifications.
1-2 Electrical characteristics and signal specifications conform to the MIDI Standard 1.0.
2 Transmission/Reception
ProMix 01 transmits and receives Program Change, Control Change, and System Exclusive messages. Real-time
messages, Active Sensing, and MIDI Reset are received only.
2-1 Program Change
Transmission Channel number (Tx Channel No.) is used for transmission. Messages are received only when the
receive Channel number (Rx Channel No.) matches, or when OMNI is set to ON.
Receiving a Program Change message recalls the scene memory assigned to that Program number. When a scene
memory is recalled using the RECALL button, the corresponding Program Change message is output. Program
Changes can be assigned to scene memories by the user.
2-2 Control Change
Control Change messages can be transmitted and received in Channel mode or Register mode. In Channel mode,
the MIDI Channel No. is the Transmission/Receive Channel (Tx/Rx Channel No.) plus parameter Bank Num-
ber(Bank). If the resultant value exceeds 16, the remainder will be the Channel number. If all parameters are
transmitted and received in this mode, many MIDI Channels are used. See <Cf1> below.
In Register mode, the Channel number uses the transmission/receive Channel number (Tx/Rx Channel No.),
and the parameter Bank Number(Bank) is specified by Non-Registered Parameter Number(NRPN) 62h (98 in
decimal). In this mode, only one MIDI Channel is required, and OMNI operation is available. See <Cf2> below.
The ProMix 01 parameter corresponding to the Control Change Bank number and Control Change number is
adjusted.
If an assigned parameter is adjusted using the front panel controls, the corresponding Control Change message
is output. Parameters can be assigned to Control Changes by the user.
<Cf1> The data format will be as follows:
When you adjust a parameter of Channel #10, Bank #2, and Control #72:
BB 48 dd (dd is data)
When you adjust a parameter of Channel #13, Bank #5, and Control #20:
B1 14 dd (dd is data)
<Cf2> The data format will be as follows:
When you adjust a parameter of Channel #10, Bank #2, and Control #72:
B9 62 02 B9 48 dd (dd is data)
For MIDI data transmission, a parameter’s minimum internal data value is expressed by 00h, and the maximum
value is expressed by 7fh. For example, for Panpot data the internal data value “0” is expressed by 00h, and the
internal data value “32 (MAX)” is” expressed by 7fh.