send
Send messages without patch cords
Description
send will transmit messages to receive objects that share the same argument, providing the ability to send messages within a RNBO patcher and its subpatchers without using patch cords.
A short-hand alias exists for send objects. Simply creating an object named "s" will instantiate a functioning send object.
Note: send will not transmit messages between a RNBO patcher and its root-level Max patch.
Arguments
Inlets
input [bang, number, list]
A message received in the inlet is sent to 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 [bang, number, list]
A message received in the inlet is sent to the outlet of any receive object that has the same name.
See Also
Name | Description |
---|---|
send~ | Send signals without patch cords |
receive | Receive messages without patch cords |