vuo.select
These nodes are for routing data and events through a composition.
To choose between different parts of the composition to execute, use a Select Output
node.
To choose between different data and event sources, use a Select Input
node.
To coalesce events from different sources, use a Select Latest
node.
To block events from one source while letting events from another source pass through, use a Hold Value
node from the vuo.hold
node set.
For further explanation of these nodes, see the Vuo Manual.
Example compositions:
Nodes:
- Select Input (vuo.select.in): Routes the selected input port’s data to the output port.
- Select Input (vuo.select.in.2): Routes the selected input port’s data to the output port.
- Select Input (vuo.select.in.2.event): Routes the selected input port’s event to the output port.
- Select Input (vuo.select.in.event): Routes the selected input port’s event to the output port.
- Select Latest (vuo.select.latest.2): Routes the data from whichever input port received an event to the output port.
- Select Output (vuo.select.out): Routes the input data to the selected output port.
- Select Output (vuo.select.out.2): Routes the input data to the selected output port.
- Select Output (vuo.select.out.2.event): Routes an event to the selected output port.
- Select Output (vuo.select.out.event): Routes an event to the selected output port.