receive~ Reference

Receive signals without patch cords

receive~

Examples

Arguments

name [symbol]

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

Outlets

output [signal]

Any signal received in the inlet of a send~ object the same name is passed out the outlet of receive~ .

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 receive~ object. All receive~ objects that share the same name will receive data from any send~ objects that share their name.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

receive [signal]

The signal received from a send~ object with the same name

See Also

Name Description
send~ Send signals without patch cords
receive Receive messages without patch cords