send Reference

Send messages without patch cords

send

Examples

Arguments

name [symbol]

Optional

Name of the send object. All receive objects that share the same name will receive data from any send objects with that name.

Unlike in send~ , it is possible to create multiple send objects that share the same name without causing compilation errors in the RNBO patch.

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.

name [symbol]

Name of the send object. All receive objects that share the same name will receive data from any send objects with that name.

Unlike in send~ , it is possible to create multiple send objects that share the same name without causing compilation errors in the RNBO patch.

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