Adding Midi Learn functionality

Hi,

I’m looking to add Midi Learn functionality to my plugin and I’m investigating the best approach.
Is there any functionality to link a CC to a Parameter available in the framework? I know VST3 has a specific way of mapping with getMidiControllerAssignment. Is there something similar in iPlug I could use?

Thanks!
PJ

There is nothing in the framework to do that for you. I do it in VirtualCZ in a cross-format way.

Ok, thanks. I’ll dive into it.