Impulse Demultiplexer (LogiX node)
Jump to navigation
Jump to search
Impulse Demultiplexer | ||
---|---|---|
![]() | ||
Inputs | ||
Impulse | Trigger | |
Impulse | Trigger | |
Outputs | ||
Impulse | OnTriggered | |
Int | Index |
The Impulse Demultiplexer node fires an impulse from OnTriggered
whenever an impulse is received at any Trigger
input. It also indicates which input was triggered via the Index
value.
Usage
The Index
output value corresponds to the index of the input which was triggered. Neos uses zero-based indexing meaning that the top input being triggered corresponds to Index
= 0. This value is only available for the duration of the impulse chain fired from OnTriggered
. Default value is 0.
The number of Trigger inputs can be changed with the + or - buttons.
Examples
ProbablePrime has a tutorial featuring this node