Switch (vuo.logic.switch)

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

If the toggle port receives an event before the node has output anything, the node outputs true.

If the same event hits multiple ports, then the lowest port controls the output. turnOff takes precedence over turnOn, and turnOn takes precedence over toggle.

Keywords: !, 0, 1, boolean, false, flip, gate, inverse, not, opposite, reverse, toggle, true


Back to vuo.logic node set documentation.