User Manual
DETAILS
Change MIDI Channel
Replace “Channel # - 1” with the new MIDI Channel number minus 1. For example,
to change the MIDI Channel number to 6, send the following bytes:
240, 0, 2, 40, 1, 1, 5, 247
Remap Control Change Number
Replace “Parameter #” with the Parameter Number in the Control Change table.
Replace “CC #” with the desired Control Change number. For example, to change
the Level parameter (2) to Control Change number 7, send the following bytes:
240, 0, 2, 40, 1, 2, 2, 7, 247
Preset Dump Request
This command requests all the preset parameters for a specified preset and
will replace the normally-echoed THRU data from the MIDI OUT with the reply.
Replace “Preset #” with the requested preset number. For example, to request
Preset 6, send the following bytes:
240, 0, 2, 40, 1, 3, 6, 247