adding channels to selection via touchosc
Posted: Sun Jan 25, 2026 8:39 pm
Hi Claude,
I’m building a TouchOSC layout to select channels in LXConsole via OSC.
If I send: /cmd.lxconsole/56 it selects channel 56, but it replaces the previous selection (so I can’t build a multi-selection by pressing multiple channel buttons).
I tried using the AND key over OSC (/key.lxconsole/&) before sending the channel number, but it doesn’t work well when nothing is selected yet (first button press).
Is there an OSC command to “add channel(s) to the current selection” (append selection), without deselecting the previous channels?
Example: press 56 → select 56
press 57 → selection becomes 56 + 57 (not only 57)
Or maybe i over complicate the thing...
Thanks again !
Pascal
I’m building a TouchOSC layout to select channels in LXConsole via OSC.
If I send: /cmd.lxconsole/56 it selects channel 56, but it replaces the previous selection (so I can’t build a multi-selection by pressing multiple channel buttons).
I tried using the AND key over OSC (/key.lxconsole/&) before sending the channel number, but it doesn’t work well when nothing is selected yet (first button press).
Is there an OSC command to “add channel(s) to the current selection” (append selection), without deselecting the previous channels?
Example: press 56 → select 56
press 57 → selection becomes 56 + 57 (not only 57)
Or maybe i over complicate the thing...
Thanks again !
Pascal