send~
Examples
Arguments
Inlets
input [signal]
A signal received in the inlet is sent out the outlet of any receive~ object that has the same name.
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
input [signal]
A signal received in the inlet is sent out the outlet of any receive~ object that has the same name.
send [signal]
A signal received in the inlet is sent to the outlet of any receive~ object that has the same name.
See Also
Name | Description |
---|---|
send | Send messages without patch cords |
receive~ | Receive signals without patch cords |