First time here? Check out the FAQ!
x

Sending MIDI program change to an external instrument

0 votes
221 views
Maybe I failed to see but I can not find a handy solution for sending MIDI program change messages from Kyma to an external Intrument. I tried MIDIOutputEventInBytes and typed in the following expression: CBH 04H for Intrument 5 on channel 12 but I doesn't work and I would like to use !HotVolues for the program numbers.
asked May 25, 2017 in Controllers, OSC & MIDI by knut-kaulke (Adept) (2,050 points)

1 Answer

+1 vote
 
Best answer

Hi Knut,

To indicate a hexidecimal number, use the prefix 0x.  The expression should be:

0xCB !Number

answered May 25, 2017 by ssc (Savant) (126,300 points)
selected May 25, 2017 by knut-kaulke
Thanks! That's exactly what I need.
...