Page 1 of 1

OSC External control - sliders

Posted: Tue Aug 20, 2024 8:55 am
by spectral
Hi,

I'm using Open Stage Control to control QLC+ and have successfully got buttons working over OSC but am having a few problems implementing sliders. If anyone can help me out I'd appreciate it.

I use the QLC+ input profile wizard to detect the buttons which are sent as /button_name/1 and the input mappings populate fine and the buttons work correctly. However, when trying to detect a slider, the input mapping box populates with every value of the slider when it's moved.

What is the correct value to send from OSC for a slider, is it 0 to 1 or 1 to 255 (I get the same result either way) and how do I add this correctly in QLC+ ?

Thanks in advance, cheers, Greg

Re: OSC External control - sliders

Posted: Tue Aug 20, 2024 9:41 am
by janosvitok
These may help you:

https://docs.qlcplus.org/v4/plugins/osc
https://github.com/mcallegari/qlcplus/b ... -Mix16.qxi

enable debug output to see what QLC+ thinks about your OSC messages

processing of the messages is probably here: https://github.com/mcallegari/qlcplus/b ... r.cpp#L371