Keep Maximum (vuo.math.keep.max)

Outputs the largest value received by this node so far.

This node keeps track of all the values received into its Value port, and outputs the one that is greater than or equal to all the others. When an event hits the Reset port, the node forgets its maximum value and starts over with the current Value as the maximum.

Example:

For point types, this node compares components left-to-right, stopping when a maximum component is found. For example, (1,0) is considered greater than (0,1).

Keywords: >, big, bound, greatest, high, hold, large, limit, more, most, peak, preserve, range, retain, sample, store, top, upper


Example composition:


Back to vuo.math node set documentation.