midi pangoscript to beyond universe objects

Jay Huleatt

New Member
has the ability to control faders and buttons in a beyond universe via midi been discontinued? its clearly shown in multiple tutorials, but all attempts to reference objects in the universe has failed
 
Both Universe and Midi are two controllers. You cannot control 1 controller with another controller.
Im afraid that this does not work
 
Yeah I've had the same issues but haven't spent a lot of time troubleshooting it, this part of a Pangolin tutorial video shows how it's supposed to work which I'm assuming you've already seen, where you refer to the tab within your universe and then what you want to control within it and assign to a slider - https://youtu.be/7bhUniQIblk?list=PLYN8RZ0FldXEdkVbcXspZOslMQKTv9LHy&t=556
You can control universe sliders with a midi controller fader. You can follow the video but once you are editing the fader's pangoscript, use the object button to find the value key of the slider in the universe, click ok, you'll get something like Page1.slider1.value in the pangoscript editor. Now add =extvalue(0,1) after it if it's a master effect slider. Click ok, ok, ok as many times as you need to get out of the midi configuration.

buttons are more tricky. You can change the value, 0 is off, 1 is on. but I don't know how to toggle the state with pangoscript.
 

Attachments

  • universe-slider.JPG
    universe-slider.JPG
    270.3 KB · Views: 1
  • universe-slider-object-tree.JPG
    universe-slider-object-tree.JPG
    280.3 KB · Views: 1
Back
Top