MIDI Solutions Velocity Converter User Manual
Page 5

5
CONTROL CHANGE VELOCITY CONTROL
To set the velocity to follow a MIDI Control Change value, send the Velocity Converter the following System Exclusive
Programming command:
All bytes must be in Hexadecimal format (see hexadecimal conversion table at end)
= Control Change#
= Offset added to incoming Control Change value
= MIDI channel (see MIDI channel table at end)
The Velocity Converter will accept one of these commands. If the offset value (
) added to the incoming Control
Change value exceeds 127, then output velocities are assigned a value of 127.
To program the Velocity Converter to assign the value of MIDI volume on channel 1 to velocities, with an offset of 20,
set
= 07 (volume is MIDI CC #7),
= 14 (see hexadecimal conversion table at end), and
= 00 for MIDI
channel 1. As volume is increased, velocities will be increased. As volume is decreased, velocities will be decreased.
The minimum output velocity value will be 20, due to the offset. The above values result in the following System
Exclusive programming command:
F0 00 00 50 09 03
F7
F0 00 00 50 09 03 aa bb cc F7
aa
bb
cc
bb
Example
aa
bb
cc
07 14 00