How to form OSC Command TO QLC+4
Posted: Wed Apr 21, 2021 3:05 pm
Hi. I hope this is in the right place.
I'm on Windows and have been using QLC for years, but recently we're looking to explore the possibility of UDP commands using the OSC input. I've searched the forum but can't seem to hit the nail on the head.
Must confess to being a complete novice, so apologies about that. I've managed to successfully send commands to QLC and get them to turn on - and reliably too.
Sent via python-
Once I map this button using the input profile editor (wizard mode where it auto detects), I can run the above script in python and it will toggle the button (so turn it on if its off and run again to reverse it) in Virtual Console.
This bit of code () I found on the forum, and after lots of trial and error it worked.
My question is, what is the code doing? What information is QLC expecting and in what order? Is there a list of information somewhere in a help doc?
Our ideal is to have a panel of buttons on the Virtual control panel which can be controlled in person OR via UDP/OSC command.
Any help appreciated.
I'm on Windows and have been using QLC for years, but recently we're looking to explore the possibility of UDP commands using the OSC input. I've searched the forum but can't seem to hit the nail on the head.
Must confess to being a complete novice, so apologies about that. I've managed to successfully send commands to QLC and get them to turn on - and reliably too.
Sent via python-
Code: Select all
message= "Test Button 2\0,i\0\0\0\x00\x00\xFF"
This bit of code (
Code: Select all
message= "Test Button 2\0,i\0\0\0\x00\x00\xFF"
My question is, what is the code doing? What information is QLC expecting and in what order? Is there a list of information somewhere in a help doc?
Our ideal is to have a panel of buttons on the Virtual control panel which can be controlled in person OR via UDP/OSC command.
Any help appreciated.