User Manual

Table Of Contents
SA242 Gemini Chorus User’s Guide 33
App. Channel numbers in MIDI use zero-based counting, so MIDI channel 1 is described as 0 in
hexadecimal, MIDI channel 2 is described as 1 in hexadecimal, and so on, concluding with MIDI
channel 16, which is described as F in hexadecimal. A continuous controller message starts with a
hexadecimal B and is followed by the channel number (0 through F). So, the command byte from
your MIDI controller should be formatted as shown in the following table:
MIDI Channel
(Decimal)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CC Command Byte
(Hex)
B0
B1
B2
B3
B4
B5
B6
B7
B8
B9
BA
BB
BC
BD
BE
BF
Each continuous controller command byte is followed by two bytes, the CC number and the value. So,
each CC message consists of a total of three bytes. If the Gemini is not responding to MIDI, make sure
that your MIDI controller is properly configured and sending messages in the format described above.