I'd like to switch between the banks in my Nord Drum. To do this, you have to send the LSB value first and then the MSB value (in accordance with Nord Drum manual). You can then use the program change command to set the desired program. I would use MIDIOutputEventInBytes to perform such a program change using Kyma. In view of the fact that the Nord Drum only receives program change commands on MIDI channel 10, I would enter the following in hexadecimal:
0xB9 0x20 0x00
0xB9 0x00 !Bank
0xC9 !Number
Am I right when LSB is always 0 and the Nord Drum has only 8 banks?
Thanks Knut