Page 1 of 1

Nudge level

Posted: Thu Apr 24, 2025 9:40 pm
by Tizor
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

Re: Nudge level

Posted: Fri Apr 25, 2025 10:45 pm
by admin
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.

Re: Nudge level

Posted: Fri May 02, 2025 1:36 am
by Tizor
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