Controlling lx with qlab

Questions and issues concerning LXConsole (MacOS)
briegel
Posts: 4
Joined: Thu Feb 08, 2024 5:41 pm

Controlling lx with qlab

Postby briegel » Thu Feb 08, 2024 8:17 pm

Hi Claude,
Can you help me to control Lx with Qlab, please?
Thank you

admin
Site Admin
Posts: 230
Joined: Mon Nov 20, 2017 4:31 pm

Re: Controlling lx with qlab

Postby admin » Fri Feb 09, 2024 3:40 am

Are both QLab and LXConsole running on the same computer?

If so, you can look in LXConsole's OSC preferences/settings to find out what port it is set to listen on. Likely it is 17688.

In Qlab, create a network destination for address 127.0.0.1 (Or the IP address of the computer running LXConsole if it is not the same computer) and port 17688 (or whatever is port set in the OSC tab of the LXConsole Preferences window).

You should then be able to create a network cue and set it to this destination.

Provided File->External->OSC In is enabled in LXConsole, you can send a message "/cue/1/start" to trigger cue 1 and insure the connection is working.

This should work unless you've disabled /cue/ messages in LXConsole or cue 1 does not exist in LXConsole's cue list (change the 1 to a cue that does exist).

briegel
Posts: 4
Joined: Thu Feb 08, 2024 5:41 pm

Re: Controlling lx with qlab

Postby briegel » Fri Feb 09, 2024 5:31 pm

Thank you. Everything works well.

pace514
Posts: 46
Joined: Thu Aug 05, 2021 12:36 pm

Re: Controlling lx with qlab

Postby pace514 » Mon Feb 12, 2024 11:07 pm

Hello Claude !!!
Just upgrade to Qlab 5 and having problems sending network cue.
What I'm trying to do is sending a start cue to LXConsole. Usually, since
LXConsole accept Qlab message, I would go to settings, put the address and port in destination , and choose Qlab message in type, put the number of the cue I want to start in cue number and choose start in the command.

Now I have to admit that I am a little bit lost .

Could you help me with that?
Thanks a lot
Pascal

admin
Site Admin
Posts: 230
Joined: Mon Nov 20, 2017 4:31 pm

Re: Controlling lx with qlab

Postby admin » Tue Feb 13, 2024 3:15 am

Set the OSC address to /cue/n/start where n is the number of the cue you want to trigger. No OSC arguments are needed.