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.
Toggle Buttons in QLC+ not responding to TouchOSC Correctly
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
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'
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 46
- Joined: Tue Jul 10, 2018 5:47 pm
- Real Name: Jon Griffith
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.