IControl::SetWantsMidi(true) not working with VST3

Hi,

I’ve noticed that IControl::SetWantsMidi(true) does not work correctly with VST3 builds. (Tested with the Mod/Pitch wheel in the IPlugInstrument example)
The midi event does not update the IControl. When building as AU, it does work properly.

PJ

Thanks for letting us know, this bug was introduced in commit https://github.com/iPlug2/iPlug2/commit/009c6ce9881977fe320b0ada757cf7db06b88c57, which you can revert for now, whilst we investigate

1 Like

Should be fixed now on master

1 Like