trigger | Patchies
Outputs messages through multiple outlets in right-to-left order
Inlets
message
Any message triggers all outputs in right-to-left order
Type Specifiers
Outlets are created based on type specifiers. Use shorthand or full names:
b (bang)
Always outputs a bang, regardless of input
a (any)
Passes input through unchanged
s (symbol)
Passes thru symbols or strings
t (text)
Passes through strings
l (list)
Passes through arrays
n (number)
Passes through numbers
f (float)
Passes through numbers
i (int)
Passes through integers only
o (object)
Passes through plain objects
Tags
flowroutingbangsequence