addToMacroControl
-
Is this incompatible with Engine.setFrontEndMacros?
None of the following work:
//1 Slider_SamplerAGain.addToMacroControl(1); //2 Slider_SamplerAGain.addToMacroControl("X Pos"); //3 Slider_SamplerAGain.set("macroControl", 1); //4 Slider_SamplerAGain.addToMacroControl(Engine.getMacroName(1));
No compile errors, it just won't attach it to a macro. Tried other controls and other Macros too...
Edit: Master Branch
-
Oh I just realized this is doing the opposite of what I want.
I'm trying to batch assign GUI elements to a single macro, is that possible with scripting? Both addToMacroControl and set("macroControl") are making the GUI element control the macro, but I want it the other way around.
-
Bump - is there any way to "batch connect" multiple GUI elements to a single macro via scripting?
addToMacroControl makes the GUI element the Master, but I need to do it the opposite way.