Impulse Multiplexer
Impulses
+
-
Flow
An impulse multiplexer is a ProtoFlux node that takes a * (Call) and an Index (int) and outputs the impulse to a Impulses (Continuation) output with the provided index. This node could commonly be called a switch, switchboard, router, or an impulse array.
Inputs
* (Call)
Tell this node to send an impulse out an Impulses (Continuation) output with the provided Index (int)
Index (int)
Index of the Impulses (Continuation) output to send an impulse out of.
Outputs
Impulses (Continuation)
Sends an impulse out of one of these with the index provided by Index (int) when * (Call) is called
Examples
-
An Impulse Multiplexer being used with an Impulse Demultiplexer to run a common code for many different paths before splitting off into multiple again.