HISE Docs

MacroHandler


Class methods

getMacroDataObject

Returns an object that contains the macro connection data.

MacroHandler.getMacroDataObject()



setExclusiveMode

Enables the "exclusive" mode for MIDI automation (only one active parameter for each controller).

MacroHandler.setExclusiveMode(bool shouldBeExclusive)



setMacroDataFromObject

Rebuilds the macro connections from the JSON object.

MacroHandler.setMacroDataFromObject(var jsonData)



setUpdateCallback

Set a callback to be notified when a macro connection changes.

MacroHandler.setUpdateCallback(var callback)