Where has the Macro edit table gone?
-
From the user guide
But I can't see this in HISE. In the floating layout I can see the option to add an "All macro edit table" which looks like it's the right thing, but it says "Macros are not enabled on the Front Interface"
-
@d-healey i think you need
Engine.setFrontendMacros(var nameList)
and I think nameList is like
["Macro1", "Macro2", "Macro3"]
etchttps://docs.hise.audio/scripting/scripting-api/engine/index.html#setfrontendmacros
-
This post is deleted! -
This post is deleted! -
@iamlamprey said in Where has the Macro edit table gone?:
@d-healey i think you need
Engine.setFrontendMacros(var nameList)
and I think nameList is like
["Macro1", "Macro2", "Macro3"]
etchttps://docs.hise.audio/scripting/scripting-api/engine/index.html#setfrontendmacros
Thanks. That seems like the solution. The other docs need updating :)