Table won't jump between extreme values?
-
I have a table that is programmatically set so at both ½ and ⅔ places to go from 1 to 0.
But if I move the control slowly enough we can see there still is a transition instead of a straight jumpThat is quite embarrassing for my use case, maybe I should use an expression instead...

-
@ustk Infinitely better solution:
fmod(input*3.0, 1.0) -
U ustk marked this topic as a question on
-
U ustk marked this topic as a regular topic on
-
U ustk marked this topic as a question on
-
U ustk has marked this topic as solved on