VST3 and MIDI CC output in Ableton Live

Just wondering, what’s the state of MIDI CC in VST3/Ableton Live?

ATM with JUCE6/CMake, I’m able to output MIDI control events in Cubase using VST3, but when launching the same plugin in Ableton Live only the notes pass through. I got reports of Bitwig also presenting a similar behavior.

The VST2 version of the same plugin works perfectly.

Any help is appreciated on this issue.
Eyal

Any ideas?

I think you should rather ask Ableton and Bitwig directly… Steinberg introduced at the end of 2019 in its VST3 SDK the LegacyMidiCCOutEvents method that JUCE currently uses to handle MIDI CC (and Polyphonic Aftertouch) but not all hosts have implemented it yet. Reaper and Cubase have though.

See Add support for sending Midi CCs out of VST3 plugins for more info.

1 Like

Thanks for your help! I was just wondering if I might be missing some flag that could be set somewhere in order for this to work in these hosts.

Has there been any update on this issue?

It still seems to be the case that sending pitchbend or CC’s from a VST3 in Ableton has no effect.