- Eventide Audio

Home Forums Products Rackmount H3500 Midinam File Reply To: H3500 Midinam File

#164880
noodle1
Participant

14-bit MIDI uses *two* 7-bit number messages for each controller/value instead of *one*, making 16,384 points instead of 128 (standard midi)
1st/3rd Message: Most Significant Bit; 2nd/4th message: Least Significant Bit

(1) CC 99, value 64 (MSB)
(2) CC 98, value 5 (LSB)
(3) CC 06, value 0 (MSB)
(4) CC 38, value “x” (LSB)
x=bank number 0-9 [first digit of program number] e.g. send 5 if Program # is 510
(5) send standard program select message for the other two digits (“10” for 510)