Stores a 2D coordinate
summary (oneliner)
If you use 2D-values on multiple positions in your patch it is handy to just write them down once and connect the Value2d-op to various other ops which use the values.
The output ports will mirror the input ports.
doc
issues
youtube id
caniuse query
collections
Inputs
exe (Trigger)
value x (Number)
X value, will be copied to the output port
value y (Number)
Y value, will be copied to the output port
Outputs
result x (Number)
Same as input Value X
result y (Number)
Same as input Value Y