value
Description
Shares data with other value objects of the same name. If you send a message (number, list, or anything else) to one value object, it is set for all value objects with the same 'name' argument. You can get the contents out of a particular value object by sending it a .
Examples

One value (or any type of message) is shared between all value objects that share the same name
Arguments
Attributes
Common Box Attributes
Messages
bang
Sends out the stored message.
int
Arguments
input
[int]
Performs the same function as
. float
Arguments
input
[float]
Performs the same function as
. list
Arguments
input
[list]
Performs the same function as
. anything
Arguments
input
[list]
(mouse)
symbol
Arguments
input
[symbol]
Performs the same function as
. Output
any message
in the inlet causes the stored message to be sent out.
See Also
Name | Description |
---|---|
float | |
int | |
pv | |
pvar | |
send | |
receive | |
Max Basic Tutorial 16: Remote Messaging | Max Basic Tutorial 16: Remote Messaging |