ProtoFlux:Demultiplex

From Resonite Wiki
Revision as of 08:04, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Demultiplex node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Demultiplex
Value
ValueOutputs
DefualtValue
+
-
Index
Utility

The Demultiplex node takes in a value, a default value, and an index to select from a list of outputs. This node sends data through the output from the index of the list. If the value given is not valid, it will use the default value instead of the value provided.

Inputs

Value (Generic)

The value to send into a chosen output.

DefualtValue (Generic)

If the value is not valid, it will send this value instead.

Index (int)

The index to select from a list of outputs.

Outputs

ValueOutputs (Generic)

The list of outputs to send the data out from.