>
usage
>
using veadotube
>
nodes
>
Timing
utilities for counting time, smoothing, and whatnot.
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.
adds a counter that goes up and/or down according to a boolean input.
counts time, according to a time scale and other user-imposed limitations.
delays the value of a given input by a user-defined amount of seconds.
counts the time in seconds since the program has started.
blinks a true value in a user-defined interval.
smooths the value of a given input across time using linear interpolation.
ignores fast-changing string values and outputs the one that settles.