OSC message toggle button

Questions and issues concerning LXConsole (MacOS)
pace514
Posts: 46
Joined: Thu Aug 05, 2021 12:36 pm

OSC message toggle button

Postby pace514 » Thu Jan 26, 2023 4:44 pm

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

admin
Site Admin
Posts: 229
Joined: Mon Nov 20, 2017 4:31 pm

Re: OSC message toggle button

Postby admin » Fri Jan 27, 2023 6:19 pm

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".

Dionysia
Posts: 1
Joined: Fri Jan 27, 2023 6:09 pm

Re: OSC message toggle button

Postby Dionysia » Fri Jan 27, 2023 6:20 pm

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.