OSC commands from a Show
-
- Posts: 10
- Joined: Sat Dec 19, 2015 10:37 am
- Real Name: Daniel
Is there a way to automate the sending of OSC commands (to a Behringer X32 Rack) from the Show Manager? I currently have several sliders in the Virtual Console which all work very nicely, but I really need them to be triggered automatically. I'm sure I'm missing something obvious....
- sbenejam
- Posts: 621
- Joined: Sun Apr 12, 2015 6:28 pm
- Location: Spain
- Real Name: Santiago Benejam Torres
- Contact:
QLC+ send OSC messages in the format /u/dmx/ch where u is the universe number and ch is channel number. You need an intermediate program to translate QLC+ OSC output to a messages that X32 can understand. I adapted a python script that transform /u/dmx/ch to /strip/Playback/Gain/Gain%20(dB) to control a slider in non-mixer.
- mcallegari
- Posts: 4827
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
...or read this thread: viewtopic.php?f=5&t=8983
Most likely you need to create a custom OSC input profile
Most likely you need to create a custom OSC input profile
-
- Posts: 10
- Joined: Sat Dec 19, 2015 10:37 am
- Real Name: Daniel
Yes, I've read that thread several times and it was extremely helpful. I've set up a profile for the functions I need, but I still can't see how it helps me automate from a show track. I assumed I'd set up a fixture on the OSC universe and match the channel numbers to those in the input profile, add a sequence in the show manager, but that doesn't seem to send any data at all, although a corresponding widget in the virtual console works perfectly.
-
- Posts: 10
- Joined: Sat Dec 19, 2015 10:37 am
- Real Name: Daniel
I'm trying to send OSC messages to a Behringer X32 from a sequence in a Show. I have customised an input profile based on the Behringer X18 Air profile. The X32 is mapped for input and feedback, and sending to port 10023.
A slider on the Virtual Console with the External Input set to Channel 12 of the input profile works without problem, with the X32 responding as expected, but my issue is in trying to automate this. There is a fixture set up on the OSC universe sending to channel 12. Adding a sequence of this sends no data.
I've uploaded a basic workspace with the above.
Thanks.
A slider on the Virtual Console with the External Input set to Channel 12 of the input profile works without problem, with the X32 responding as expected, but my issue is in trying to automate this. There is a fixture set up on the OSC universe sending to channel 12. Adding a sequence of this sends no data.
I've uploaded a basic workspace with the above.
Thanks.
- Attachments
-
- X32Test.qxw
- (3.22 KiB) Downloaded 395 times