Sugar Bytes wrote:Hi, sending MIDI on certain channels is not possible with the
vst plugin specification unfortunately. Otherwise we would have implemented that.
best,
Rico
Sending MIDI on different ports is not supported, but you can send any vstmidievent to any of the 16 channels.
VstMidiEvent::midiData[0] = 0xB0 ' CC on channel 1
...
VstMidiEvent::midiData[0] = 0xBF ' CC on channel 16
