Macro Control - Right click not working in plugin
-
Assigning macros and midi CCs works fine in HISE (right click and select), however in the exported plugin when I right click nothing happens. Possibly I am just forgetting how to do this, perhaps there is a flag I need to set before export. Is anyone else experiencing this issue? Any suggestions?
-
H HISEnberg has marked this topic as solved
-
Ah I see that MIDI is disabled for an FX plugin so seems like there are a few ways to resolve it. You can use
HISE_ENABLE_MIDI_LEARN=1
in the Extra Definitions or I think you can alsoEnable Midi In/Out
in the project settings (possibly evenenable sound generator
).Anyways just setting the flag works here.
-
@HISEnberg What about this one
-
@d-healey I imagine that works as well!