bang |
|
Sends the stored list out the object's outlet. |
int |
parameter-value [int]
|
Stores the integer as every parameter value (up to the size of the object) and repeats it to the object's outlet. |
float |
parameter-value [float]
|
Stores the float as every parameter value (up to the size of the object) and repeats it to the object's outlet. |
list |
parameter-values [list]
|
Stores the elements of the list (up to the size of the object) and repeats them to the object's outlet. |
nth |
parameter-index [int]
|
Instructs plugstore to output the value stored at the parameter-index specified by an argument to the nth message. |
select |
parameter-index and parameter-value [list]
|
The word select, followed by an index and value, stores the value at the specified index (starting at 1 for the first element) and sends the stored list out the object's outlet. |
set |
parameter-index and parameter-value [list]
|
The word set, followed by an index and value, stores the value at the specified index (starting at 1 for the first element) but does not output the stored list. |