Hise Components to Juce
- 
 Hey guys, does anyone know how the hise components are passed to juce when compiling a plugin or where in the source code i should look to find it. I'm trying to find a way to use the getControlParameterindex function. I've been able to wrap a few different juce functions into hise before but this one is stumping me haha /** Called by certain plug-in wrappers to find out whether a component is used to control a parameter. If the given component represents a particular plugin parameter, then this method should return the index of that parameter. If not, it should return -1. Currently only AAX plugins will call this, and implementing it is optional. */ virtual int getControlParameterIndex (Component&);
