Trigger button in Universe from Midi

tieskekiggen

New Member
Hello all,
I want to trigger some buttons in my Universe from my midi controller.
I tried to do this by mapping a PangoScript to my midi button and adjusting the value of the Universe button from 0 to 1, only this does not seem to work. As in the following code:
TestUniverse.Button.Value = 1
I also tried it by resetting the value back to 0 after a few ms, but this didn't help anything either.
In the documentation, I can't find anything about linking midi output to Universe buttons.
Can anyone help me with this? Thanks in advance!
 
Back
Top