Remove macros from frontend?
-
Is there a way to remove macros appearing when right-clicking controls? I previously used Engine.setFrontendMacros in my project but I'm no longer using it, but macros 1-8 appear under 'assign macros' when right clicking any control within my UI. Previously, right clicking just showed the Learn and Assign MIDI commands.
-
Ah, fixed it - for anyone curious, I just removed any strings from the setFrontendMacros array and they no longer show
Engine.setFrontendMacros([]);