Difference between revisions of "Multiplex (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
m
(Pasting text from old page named 'Multiplex' before turning it into a redirect)
Line 4: Line 4:
 
[[File: LogiX_Multiplex.jpg]]
 
[[File: LogiX_Multiplex.jpg]]
 
Outputs Input<<i>[[Datatype: Integer|Integer]]> and # of Inputs. Input uses [[0 Index]].
 
Outputs Input<<i>[[Datatype: Integer|Integer]]> and # of Inputs. Input uses [[0 Index]].
 +
 +
The multiplex node takes a variable amount of inputs, followed by one integer. (int) It outputs one of the inputs, depending on the integer. Note that the first input corresponds to 0, not 1. The second input would correspond to 1, the third to 2 and so on.

Revision as of 10:26, 4 July 2020


Actions Assets Audio Avatar Color Components Debug
Flow Formatting Input Input Devices Interaction Locomotion Math
Meta Network Operators Physics Playback References Rendering
Slots String Tools Transactions Transform UI Undo
Users Utility Variables Visualization World Cache Delay Value
Demultiplex Display Display Impulse Impulse Relay Multiplex Pick Random Relay
Updating Relay

LogiX Multiplex.jpg Outputs Input<Integer> and # of Inputs. Input uses 0 Index.

The multiplex node takes a variable amount of inputs, followed by one integer. (int) It outputs one of the inputs, depending on the integer. Note that the first input corresponds to 0, not 1. The second input would correspond to 1, the third to 2 and so on.