Page 1 of 1
Button controlled slider with increments
Posted: Thu Apr 07, 2022 3:12 pm
by Gwedo
Heya,
I was wondering if it is possible to make 2 buttons that increase a slider value with for example 10%?
So I could have 2 buttons on a launchpad that have intensity +10%, and intensity -10%
Re: Button controlled slider with increments
Posted: Thu Apr 07, 2022 3:16 pm
by Gwedo
I also tried by making a script like
"setfixture:0 ch:1 val:val+10" but this doesnt work
Re: Button controlled slider with increments
Posted: Fri Apr 08, 2022 8:22 am
by GGGss
Like this?
Buttons control channels in a Loopback universe, which in turn control the next / previous step in a chaser with intensities.
Have a look at the attached project.
Re: Button controlled slider with increments
Posted: Thu Apr 28, 2022 10:33 am
by Gwedo
GGGss wrote: ↑Fri Apr 08, 2022 8:22 am
Like this?
Buttons control channels in a Loopback universe, which in turn control the next / previous step in a chaser with intensities.
Have a look at the attached project.
yeah this works!