I connect a keyboard chop to a logic chop in toggle mode and that to a Count chop.
I set count chop so that it increases and sustains while receiving 1, and decreases in a sustained way when receiving 0. But it doesnt work well. Even though the login chop holds the value, the count chop only increases 2 numbers and then it stops. Same for decreasing.
Thank you for your help
I almost made it work with
Now when I click key, counter increases continuously till 10 and stops there (clamping). If I release key, it decreases steadily till 0.
Its good, but not yet what I need.
I want to go gradually till 10, each time I press the key, value could increase by x amount, controlled by me. And then use a different key to decrease from that value down. How can I do that.
Basically with one key i go from 0 to 10 in increments as I press again. With another key I move down from the current value in increments as well controlled by me