Connect to a named object in a patcher
Name | Type | Opt | Description |
---|---|---|---|
object-name | symbol | opt | The first argument specifies the name of the object to which pvar will be associated with. If no name is supplied, the message can be used to connect later. |
number-of-outlets | int | opt | The second argument specifies the number of outlets pvar will have. pvar connects to as many outlets as its associated object has, unless it is more than the number you specify as an argument. The default number of outlets is 1. |
bang | Performs the same function as | .|
int | input-message [int] |
Performs the same function as | .
float | input-message [float] |
Performs the same function as | .
list | input-message [list] |
Performs the same function as | .
anything | input-message [list] |
The message is sent to the named object currently associated with pvar. |
loadbang | Performs the same function as | .|
setname | object-name [symbol] |
The word pvar will be associated with. The named object must be in the same patcher as the pvar object. | , followed by a symbol, specifies the name of the object to which
Name | Description |
---|---|
receive | Receive messages without patch cords |
send | Send messages without patch cords |
thispatcher | Send messages to a patcher |
value | Share a stored number with other objects |