Pangoscript to address Universe buttons?

Chris Harris

Active Member
Hi!

I've been able to use scripting to assign hardware controls to sliders in my Universe with the following script:

OnChange
LABELNAME.IDENTIFIER.value=ExtValue(0,255)
Exit

What code should I use to address buttons in the Universe?
 
hardware controls? You mean a midi controller?

If so, why not put the script directly into the slider of the midi section?
 
Back
Top