AudioProcessor::supportsMPE missing on VST3

Hi guys,

I’m testing the new MPE compatibility in Ableton 11 beta.

I’ve just implemented the AudioProcessor::supportsMPE method to return true and it works fine with AU and VST but it doesn’t works with VST3 plugin format.
I can’t see supportsMPE() in juce_VST3PluginFormat.
There’s something I’m doing wrong?

Thanks in advance,
Eleonora

The VST3 wrapper doesn’t implement IVst3WrapperMPESupport nor note expression.

thanks @jrlanglois

hi juce folks - is this something that’s ever going to be implemented?

on macos i have a plugin which handles mpe correctly in auv3 in logic and ableton.

the vst3 version handles mpe correctly in bitwig (if i select Use MPE when i load the plugin).

the vst3 version does not handle mpe correctly in ableton or cubase. i’m assuming this is this because IVst3WrapperMPESupport isn’t implemented - has anyone made this work a different way?