ProtoFlux:Dynamic Impulse Receiver With Data: Difference between revisions

From Resonite Wiki
m added link to impulses
m fix links, types
 
Line 4: Line 4:
|Outputs=
|Outputs=
[
[
{"Name":"OnTriggered", "Type":"Impulse"},
{"Name":"OnTriggered", "Type":"Call"},
{"Name":"Value", "Type":"Dummy"}
{"Name":"Value", "Type":"Dummy"}
]
]
Line 17: Line 17:
== Outputs ==
== Outputs ==


=== OnTriggered ([[Impulses|Impulse]]) ===  
=== OnTriggered ([[Impulses|Call]]) ===  
Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]) that has data of the type specified by Value (Generic).
Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]) that has data of the type specified by Value (Generic).


=== Value (Generic) ===
=== Value (Generic) ===


Will have a value that was sent with the Dynamic Impulse during the impulse from OnTriggered (Impulse).
Will have a value that was sent with the Dynamic Impulse during the impulse from OnTriggered ([[Impulses|Call]]).
(So basically this value has nothing except for during the instant moment OnTriggered (Impulse) is impulsed)
(So basically this value has nothing except for during the instant moment OnTriggered ([[Impulses|Call]]) is impulsed)


== Globals ==
== Globals ==
Line 30: Line 30:


The tag for which to listen for Impulses on. Impulses must also have a data associated with them matching Value (Generic).
The tag for which to listen for Impulses on. Impulses must also have a data associated with them matching Value (Generic).
== Examples ==
{{Stub}}


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

Latest revision as of 19:52, 9 February 2024

Dynamic Impulse Receiver With Data
OnTriggered
Value
Tag
null
Flow

Since Dynamic Impulses can be a complex topic, the usage of this node is part of the Dynamic Impulses page.

Outputs

OnTriggered (Call)

Sends an impulse when the node has recieved an impulse with the tag in Tag (String) that has data of the type specified by Value (Generic).

Value (Generic)

Will have a value that was sent with the Dynamic Impulse during the impulse from OnTriggered (Call). (So basically this value has nothing except for during the instant moment OnTriggered (Call) is impulsed)

Globals

Tag (String)

The tag for which to listen for Impulses on. Impulses must also have a data associated with them matching Value (Generic).