OSC External control - sliders

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
spectral
Posts: 15
Joined: Mon Aug 21, 2023 9:08 pm
Real Name: Greg Brown

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
janosvitok
Posts: 1325
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

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
Post Reply