Count within Range (vuo.math.countWithinRange.VuoInteger)

Keeps track of a count that can be incremented and decremented and always stays within a given range.

When the composition starts or this node is added to a running composition, the count is the value of the setCount input port.

If an event reaches both the setCount port and the increment or decrement port, the count is set, and the increment or decrement is ignored. After the count is set, wrapping is applied.

Keywords: add, clamp, clock, count, decrease, decrement, increase, increment, integrator, limit, loop, modulus, saturate, sum, tally, total, wrap


Back to vuo.math node set documentation.