Page 1 of 1

Qlab Control

PostPosted: Tue Oct 15, 2019 8:20 am
by luxevents
Hello, I would like to control Qlab(on a Mac)show cues with WD and none of the protocols seem to be working here.I have tried OSC over UDP ans TCP as well as MIDI and have no results. I can see that Qlab is receiving OSC streams from Resolume when connected so is there anything I am missing here in WD? Target port and address is correct in both TCP and UDP but only TCP status is connected and UDP is started. I have tried sending MIDI over TouchOSCBridge but also with no result.

Any help would be appreciated.

Thanks

WD v6.0.4, Win10

Re: Qlab Control

PostPosted: Tue Oct 15, 2019 10:07 am
by Daniel Kaminski
HI,
I have no QLab so I am a little bit guessing.
From what I read you need to create a UDP Connection to Port 53535
After that try

Code: Select all
UdpSend(1,"/cue/selected/start")


Or use TCP on Port 53000

and

Code: Select all
TcpSend(1,"/cue/selected/start")


Let me know if this works.
Please also consider updating WD to the latest Version. There have been a lot of bugfixes since 6.0.4

Daniel