Most elegant want to implement inc/dec counter
What is the best way to implement an increment/decrement counter that can then be used in scripts? Can extensions be added to controller templates in any way?
eg
Button 1 is target
Ch = 1
CC = 01
Output range 1 to 4
Off value = 0
Behaviour = Wrap (could be ping pong)
RestoreLastState = False (first button press coming back doesnt auto inc ie return from other mode need to remember last state)
Direction = Up (should use arguments order ie 4 to 1 for decrement)
This could be used eg for mode selection etc from a single button. ie cycle modes.
Would be amazing if it could set a global variable too.
Any ideas?
I’m not entirely sure what you’re trying to do there, but you can already cycle through modes using a single button.
Add a ‘mode selector’ mapping to each mode and set it to select the next mode in the loop. Then the last mode/mode selector should select the first mode.
Each mode selector just needs to be mapped to the same button on your controller.
Sign up
User registration is currently not allowed.