Timing nodes

utilities for counting time, smoothing, and whatnot.


1€ Filter timer.oneeuro

smooths the value of a given input across time using the 1€ Filter algorithm.

this one is faster to respond to sudden movement than Smooth.


Boolean Delayer timer.booleandelay

adds a counter that goes up and/or down according to a boolean input.


Counter timer.counter

counts time, according to a time scale and other user-imposed limitations.


Delay timer.delay

delays the value of a given input by a user-defined amount of seconds.


Program Time timer.time

counts the time in seconds since the program has started.


Repeater timer.repeater

blinks a true value in a user-defined interval.


Smooth timer.smooth

smooths the value of a given input across time using linear interpolation.


Smooth String timer.smoothstring

ignores fast-changing string values and outputs the one that settles.