Switch (vuo.logic.switch)

Provides an on/off switch that can be toggled, set to true, or set to false.

This node starts out in an “off” state. The first time it’s toggled (unless it’s previously been turned on), it outputs true.

If the same event hits multiple ports, then the lowest port controls the output. Turn Off takes precedence over Turn On, and Turn On takes precedence over Toggle.

Keywords: !, 0, 1, alternate, event to boolean, false, flip, gate, inverse, not, opposite, reverse, true


Back to vuo.logic node set documentation.