I see from the doc from the link you posted:
- Manual setup: Gain is adjusted via standard "Control Change" messages. The default scheme is:
MIDI Channel = Preamp, CC = Input, Value = Gain. E.g.
MIDI Channel 2 = Preamp 1, CC 24-31 = Input 1-8, Gain = Value 0-127
MIDI Channel 3 = Preamp 2, CC 24-31 = Input 1-8, Gain = Value 0-127
MIDI Channel 4 = Preamp 3, CC 24-31 = Input 1-8, Gain = Value 0-127
Above mapping can be further adjusted via SysEx commands, please refer to the manual.
The above seems to me what you are trying to do, so you would be essentially trying to map the gain knobs on some channel strips to send the gain values to your device? So, if that is correct, then you need to map the midi data output from each associated channel's gain knob to send midi gain values through a specific CC # (24-31), with channel 1 getting mapped to CC 24, channel 2 mapped to CC 25, etc.. Is THIS what you are trying to do?
Please explain your actual goal, so I can make sure I am giving you information that applies to what you are attempting - thanks,
Bob Bone