Hide macros from context/right click menu?
-
Hi all, I'm wondering if there's a way to hide the Macro assignments when right clicking a control? I'm using Engine.setFrontendMacros to allow editing of the ranges within the Macro floating tile, but I want to assign the macro assignments within my UI and not have the users change them. Essentially creating some hard-coded modulators which can't be edited.
-
Or, if there's a way to remove the 'Assign Macro' context menu from specific controls.
-
Below is what I'm trying to limit to specific controls within my UI. I can disable 'Enable MIDI Learn' on the component which removes the right-click functionality on the control, but I want it to be available for MIDI learn.
-
@paper_lung you can do this in the source code I think. Search for the strings and comment out those bits.