Page 1 of 1

OSC message toggle button

Posted: Thu Jan 26, 2023 4:44 pm
by pace514
Hi Claude !!!
Sending an OSC message via a toggle button on TouchOSC works fine with sub but i can't make it works with channels ?

/cmd.lxconsole/SUB-1@100 First press: Button stay lit. Sub 1 shows at FULL. Second press: Sub 1 is released.


/cmd.lxconsole/1@100 First press: Button stay lit. channel 1 shows at 100% Second press: Button goes off but
channel stays at FULL.

Thanks !

Have a nice one !

Pascal

Re: OSC message toggle button

Posted: Fri Jan 27, 2023 6:19 pm
by admin
You don't need the "@100" just use "SUB-1". The "@100" doesn't mean anything and may cause an issue.

For a channel use "1@%p". Or whatever channel besides 1 followed by "@%p".

Re: OSC message toggle button

Posted: Fri Jan 27, 2023 6:20 pm
by Dionysia
Hi,
Happy to see others using LXConsole and touchOSC - I see great potential here. I am still at the very start, but having great fun and happy to learn more.

To your question:

I used

Code: Select all

/cmd.lxconsole/11@%p x
/cmd.lxconsole/11@%pselect x

Both worked fine - the second left the channel selected.