Send messages without patch cords
Name | Type | Opt | Description |
---|---|---|---|
object-name | symbol | Obligatory. Gives a name to the send object. All send objects that share the same name will send data to any receive objects that share their name. For information about using named objects in Max for Live, click here. |
bang | Performs the same function as | .|
int | input [int] |
Performs the same function as | .
float | input [float] |
Performs the same function as | .
list | input [list] |
Performs the same function as | .
anything | input [list] |
A message received in the inlet is sent out the outlet of any receive object that has the same name, even if the receive is in another loaded patch. |
(mouse) | Double-clicking on a send object opens all windows containing receive objects with the same name, and also lists the instance numbers of patches hosted in a poly~ object that share named receive objects. |
Name | Description |
---|---|
forward | Send remote messages to a variety of objects |
message | Send any message |
pattrforward | Send any message to a named object in the patcher hierarchy |
pv | Share variables specific to a patch and its subpatches |
pvar | Connect to a named object in a patcher |
receive | Receive messages without patch cords |
value | Share a stored number with other objects |
Max Basic Tutorial 16: Remote Messaging | Max Basic Tutorial 16: Remote Messaging |