TriggerSendNamed Op
Allows triggers to be sent to a TriggerReceive op with the same variable name
Summary (oneliner)
<p>This op is designed to work with the <a href="/op/Ops.Trigger.TriggerReceive">Ops.Trigger.TriggerReceive</a> op </p> <p>You must assign the TriggerSend op a variable name and make sure that the other TriggerReceive op has the same variable name.</p> <p>This makes it possible to send triggers over large patches and into subpatches which allows for much more cleaner workflow.</p>
- Ops.Trigger.TriggerSendNamed
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Example for TriggerReceiveFilter
Open this example in Editor view to see how a trigger is being sent to the cube from mainloop.
INPUT PORTS
<p>Trigger in - gets sent to the matching TriggerReceive </p>
<p>Variable name assigned to the op - must match the TriggerReceive </p>