Counter BUT increment more than one!
Hi!
I am looking for a counter object-like solution that counts UP and DOWN but not with one but another number (e.g 42)
I tried s.th with the integer object but thats just working in one direction!
Any Ideas?
Yours Brantiko
accum
or simply multiply the output of your counter by that number!
Make a list say with coll or multislider, then use counter to go through the index and fetch the value.
You can also use UZI and accum to multislider for list generation.
I don't know how you feel about using 3rd party externals but there is one going by [f0.ultimate_counter], written by Fredrik Olofsson, that behaves more handsome then Maxes on board counter ....
It deals with floats, has a setable stepsize and bangs only once when reaching the top or the floor value ...