ProtoFlux:Dynamic Impulse Receiver: Difference between revisions

From Resonite Wiki
cleanup
Added link.
 
(2 intermediate revisions by one other user not shown)
Line 12: Line 12:
|}}
|}}


The '''Dynamic Impulse Receiver''' node is the recipient of a [[dynamic impulse]] within a [[sync context]]. Its trigger analogue is the [[ProtoFlux:Dynamic Impulse Trigger]] node.
The '''Dynamic Impulse Receiver''' node is the recipient of a [[dynamic impulse]] using a [[Tag]]. Its trigger analogue is the [[ProtoFlux:Dynamic Impulse Trigger|Dynamic Impulse Trigger]] node.


== Outputs ==
== Outputs ==
Line 18: Line 18:
=== OnTriggered ([[Impulses|Call]]) ===
=== OnTriggered ([[Impulses|Call]]) ===


Sends an [[impulse]] when the node has recieved a dynamic impulse with the specified <code>Tag</code>.
Sends an [[impulse]] when the node has received a dynamic impulse with the specified <code>Tag</code>.


== Globals ==
== Globals ==

Latest revision as of 21:22, 20 March 2025

Dynamic Impulse Receiver
OnTriggered
Tag
null
Flow

The Dynamic Impulse Receiver node is the recipient of a dynamic impulse using a Tag. Its trigger analogue is the Dynamic Impulse Trigger node.

Outputs

OnTriggered (Call)

Sends an impulse when the node has received a dynamic impulse with the specified Tag.

Globals

Tag (String)

The tag to listen for impulses on.

See Also