bang |
|
A bang is passed through the pattrhub object and output from its left outlet. |
int |
input [int]
|
An int is passed through the pattrhub object and output from its left outlet. |
float |
input [float]
|
A float is passed through the pattrhub object and output from its left outlet. |
list |
input [list]
|
A list is passed through the pattrhub object and output from its left outlet. |
anything |
arguments [list]
|
Incoming messages to the pattrhub object are analyzed. If the first element of the message matches the name of a pattr- or autopattr-maintained object, the subsequent arguments in the message set that object's value. If the first element of the message matches get (name), where (name) matches the name of a pattr- or autopattr-maintained object, the value of that object is sent from the pattrhub object's right outlet, preceded by the object's name. Otherwise, the message is passed through the pattrhub object and output from its left outlet. |
getattributes |
target-name(s) [list]
|
The getattributes message causes a list of all pattr- or autopattr-maintained object names to be output from the pattrhub object's right outlet, preceded by the symbol attributes. |
getstate |
target-name(s) [list]
|
The getstate message causes a series of lists to be output from the pattrhub object's right outlet -- one for every pattr- or autopattr-maintained object in the patcher containing the pattrhub object. Each list begins with the name of the object, and is followed by the object's current value. |