Send messages to all instances of the same class in a patcher
Name | Type | Opt | Description |
---|---|---|---|
targetting-mode (0 or 1) | int | opt | If a 1 is present as an argument, universal will send messages it receives to objects of the specified class in subpatchers of its patcher as well as in the patcher containing the universal object. |
bang | Sends a | to all instances of the same class of object within the patcher.|
int | message [int] |
Sends an | to all instances of the same class of object within the patcher.
float | message [float] |
Sends a | to all instances of the same class of object within the patcher.
list | message [list] |
Sends a | to all instances of the same class of object within the patcher.
anything | message [list] |
Sends | to all instances of the same class of object within the patcher.
send | message [list] |
To send messages to certain objects whose class names are also reserved Max message names (such as | and ), you need to start the message with the message. can be used with any class.