VST3 Host - mapping MIDI CC to params

Hi Fabian,

I’m aware of that as well. But the VST3PluginInstance doesn’t seem to expose the class factory. It sounds like there must be some way to get at it, though, from what you’re saying. Right now I’m having to call GetModuleHandle() to query the DLL for the factory function.

Also, as I mentioned, there doesn’t seem to be a way to map VST3 param IDs to param indexes, which would also be required to use getMidiControllerAssignment().

Thanks again,
Dan