Page 1 of 1

Trigger Scene in QLC with OSC

Posted: Fri Aug 05, 2022 7:49 am
by kadi
Hey,

i think i have a simple Problem, but i can't figure it out.

I want to trigger QLC+ via Vezer with OSC. I now can send a value from Vezer to QLC. For Example, a fade from 0 to 255 for a fixture. So both programs can communicate with each other.

Now I want to send simple commands like /qlc+/cue/1/start and similar simply things to start and Stop some pre-designed scene, effects and so on. But i can't get it to work and find a solute or command list for QLC+

Any Tipps? I am sure it can't be so difficult ;)

Re: Trigger Scene in QLC with OSC

Posted: Sat Aug 06, 2022 7:40 am
by mcallegari
You need to create a custom input profile and attach the generated channel number to the event you want to trigger (e.g. a button press)

Re: Trigger Scene in QLC with OSC

Posted: Mon Aug 08, 2022 12:52 pm
by kadi
The Problem was at Vezer. When you use the OSC Flag. It only sends commands and no Value. But QLC Need a Value. When you edit the Vezer presets with

<key>befehl1 &lt;1.0&gt;</key>

it Works. Maybe it helps someone in the Future