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...