Share a stored number with other objects
Name | Type | Opt | Description |
---|---|---|---|
object-name | symbol | Obligatory. Gives a name to value. | |
any message | anything | opt | Additional arguments after the naming symbol initialize the contents of value. If no additional arguments are present, value contains nothing. |
bang | Sends out the stored message. | |
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] |
The message is stored, to be shared by all other value objects with the same name, even if they are in another patch. A message received in any other value object that has the same name will change the stored value. |
(mouse) | Double-clicking on a value object opens all windows containing value objects with the same name. | |
symbol | input [symbol] |
Performs the same function as | .
Name | Description |
---|---|
float | Store a decimal number |
int | Store an integer value |
pv | Share variables specific to a patch and its subpatches |
pvar | Connect to a named object in a patcher |
send | Send messages without patch cords |
receive | Receive messages without patch cords |
Max Basic Tutorial 16: Remote Messaging | Max Basic Tutorial 16: Remote Messaging |