Page 1 of 1

Toggle Buttons in QLC+ not responding to TouchOSC Correctly

Posted: Thu May 09, 2019 5:46 am
by arretx
I have a single toggle button in my OSC layout. It's mapped to a single button on my Virtual Console that calls a function.

When I tap the OSC button, the Virtual Console button turns on. When I tap it again to turn it off, nothing happens on the Virtual Console.

If I tap it a third time (on again) it triggers the button in Virtual Console again, turning it off, and then in OSC, it immediately disables like I double-tapped it.

So, to get a button to work I have to tap once to turn on, then tap twice to turn off.

If I set the On and OFF values in TouchOSC Editor to 1 and 1, then the toggle button toggles the Virtual Console button, but then I lose the feedback, so the OSC button in the layout just flashes and it's unclear which button is active.

Re: Toggle Buttons in QLC+ not responding to TouchOSC Correctly

Posted: Thu May 09, 2019 9:02 am
by GGGss
in your input profile you can use the option 'simulate 2nd click' See https://www.qlcplus.org/docs/html_en_EN ... files.html under 'button'

Re: Toggle Buttons in QLC+ not responding to TouchOSC Correctly

Posted: Fri May 10, 2019 3:25 am
by arretx
Ahh...that's it! Also, it's really only a problem if there's a single button in a solo frame (which wouldn't happen normally). If there are two buttons, a single press activates each button and they switch back and forth, more like a group toggle on an old style phone where only one button can be pressed.