I've found the answer: value = param['value'] if msg == 'OnOff' and value != 0: OnOffAParam = module.getValue ('enabled1',0) if OnOffAParam == 0 : module.setValue ('enabled1', 0,1) else : module.setValue ('enabled1', 0,0)
Hi. I'm newbie in scripting. Because of some features of my midi-controller I would like to create a button in module which will turn on/turn off a checkbox. First push - turn on. Then release of the button make nothing. Second push - turn off etc... I created a button with massage OnOff and tried t...
I've noticed that midi/key mapping works only in focus mode with external modules.
Even I select position or layerset+position mode and assign key, it works like focus after that.
With main interface all works OK.