Customize Right Click Menu for Sliders
-
Can anyone please point me in the direction to add additional items to the right click popup menu for sliders? :)
-
@iamlamprey It's in the souce code afaik, I've removed things from the list but never added.
-
Yeh I've managed to add an item and have it show up in HISE, no clue how to make it "pass" a value that I can reference inside the HISE editor.
C++ is fun
-
I just realized I could probably just do what I'm trying to do with front end macros so nevermind :)
-
@iamlamprey How would you go about removing the "Assign MIDI CC" section in that menu?
-
@Bob-Stuck Try commenting out line 111 in MacroControlledComponents.cpp in the source code:
m.addSubMenu("Assign MIDI CC", s, true);