ProtoFlux:Dynamic Impulse Receiver: Difference between revisions

From Resonite Wiki
fix types
cleanup
Line 12: Line 12:
|}}
|}}


Since Dynamic Impulses can be a complex topic, the usage of this node is part of the [[Dynamic Impulses]] page.
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.


== Outputs ==
== Outputs ==


=== OnTriggered ([[Impulses|Call]]) ===  
=== OnTriggered ([[Impulses|Call]]) ===
Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]).
 
Sends an [[impulse]] when the node has recieved a dynamic impulse with the specified <code>Tag</code>.


== Globals ==
== Globals ==
Line 23: Line 24:
=== Tag ([[Type:String|String]]) ===
=== Tag ([[Type:String|String]]) ===


The tag for which to listen for Impulses on.
The tag to listen for impulses on.
 
== See Also ==
 
* [[ProtoFlux:Async Dynamic Impulse Receiver]] for the async analogue.


[[Category:ProtoFlux:Flow]]
[[Category:ProtoFlux:Flow]]

Revision as of 15:28, 13 December 2024

Dynamic Impulse Receiver
OnTriggered
Tag
null
Flow

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.

Outputs

OnTriggered (Call)

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

Globals

Tag (String)

The tag to listen for impulses on.

See Also