Page 10 Page 11
R/C Manual 2. USING MIDI
NOTE: We will refer to the Reference Data at the end of this chapter for command
codes used by the 1788A.
When programming each control, use the following setup:
1. Single-byte transmit
2. Faders: string; Buttons: string toggle
3. Fader Limits: 26 to 65
4. Faders: use “pr” in the value byte. This is the PC1600’s code for grabbing the fader’s
value.
5. For this demonstration, we’re using command code 00 for Input Gain and 07 for Mute.
We’re declaring the 1788A is set for Channel 1, Device 1, Net 1.
Now program in the following strings:
2.1.6 Connections
Connect a professional MIDI cable from the PC 1600x’s MIDI OUT jack to the 1788A’s MIDI
IN jack.
2.1.7 Controlling Multiple 1788A’s
Additional units can be stacked by connecting the MIDI THRU to the next MIDI IN, and so-
on. If the added 1788A’s are kept on the same MIDI channel, they must be given different
MIDI device numbers.
The next step would be to program the additional controls on the MIDI controller with
SysEx strings associated with the additional MIDI device numbers. For example, if one
Fader 1 string F0 00 00 38 00 00 00 00 01 pr F7
Fader 2 string F0 00 00 38 00 00 00 00 02 pr F7
Fader 3 string F0 00 00 38 00 00 00 00 03 pr F7
Fader 4 string F0 00 00 38 00 00 00 00 04 pr F7
Fader 5 string F0 00 00 38 00 00 00 00 05 pr F7
Fader 6 string F0 00 00 38 00 00 00 00 06 pr F7
Fader 7 string F0 00 00 38 00 00 00 00 07 pr F7
Fader 8 string F0 00 00 38 00 00 00 00 08 pr F7
Button 1 string 1 F0 00 00 38 00 00 00 07 01 01 F7
string 2 F0 00 00 38 00 00 00 07 01 00 F7
Button 2 string 1 F0 00 00 38 00 00 00 07 02 01 F7
string 2 F0 00 00 38 00 00 00 07 02 00 F7
Button 3 string 1 F0 00 00 38 00 00 00 07 03 01 F7
string 2 F0 00 00 38 00 00 00 07 03 00 F7
Button 4 string 1 F0 00 00 38 00 00 00 07 04 01 F7
string 2 F0 00 00 38 00 00 00 07 04 00 F7
Button 5 string 1 F0 00 00 38 00 00 00 07 05 01 F7
string 2 F0 00 00 38 00 00 00 07 05 00 F7
Button 6 string 1 F0 00 00 38 00 00 00 07 06 01 F7
string 2 F0 00 00 38 00 00 00 07 06 00 F7
Button 7 string 1 F0 00 00 38 00 00 00 07 07 01 F7
string 2 F0 00 00 38 00 00 00 07 07 00 F7
Button 8 string 1 F0 00 00 38 00 00 00 07 08 01 F7
string 2 F0 00 00 38 00 00 00 07 08 00 F7
Table 2-1. MIDI Strings for Demonstration