Nudge level

Questions and issues concerning LXConsole (MacOS)
Tizor
Posts: 6
Joined: Thu Mar 13, 2025 4:57 pm

Nudge level

Postby Tizor » Thu Apr 24, 2025 9:40 pm

Hello Claude !!!
On my touchosc layout, i created a + and - nudge level. Actually, it is 2%. Would there be a way to have an additional one that would have another % considering that this % comes from LXConsole where you have a single possibility.
I'm assuming the answer will be no but maybe you can think of something.

Thank again !

Pace

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

Re: Nudge level

Postby admin » Fri Apr 25, 2025 10:45 pm

You should be able to create a button in your TouchOSC layout that increases or decreases selected channels by any percentage.

The address pattern should be as follows:

/cmd.lxconsole/@+10

(Increases channels on the command line by ten percent)

similarly

/cmd.lxconsole/@-05

will decrease channels entered on the command line by five percent

Another way of doing this may be to add support for TouchOSC encoders so that selected channels can be adjusted like scrolling with a mouse wheel or trackpad. That's for a future version. The above should work with the current latest build.

Tizor
Posts: 6
Joined: Thu Mar 13, 2025 4:57 pm

Re: Nudge level

Postby Tizor » Fri May 02, 2025 1:36 am

Hi Claude !!!

/cmd.lxconsole/@+xx and /cmd.lxconsole/@-xx works. But i'd like to notice to TouchOSC users that they have to go to  TRIGGER and make sure to select RISE (or False) and not ANY otherwise they would end up with twice the % they expect.

Thanks again for your help !

Pace