bang |
|
In any inlet: The number of the inlet and the stored (most recently received) number in that inlet are sent out as a two-item list. |
int |
input [int]
|
In any inlet: The number of the inlet and the received number are sent out as a list. |
float |
input [float]
|
In any inlet: The number of the inlet and the received number are sent out as a list. |
list |
inputs [list]
|
In any inlet: The number of the inlet is prepended to the list, and the new list is sent out. In a list floats are not converted to ints. The list may contain ints, floats, and symbols (provided that the first element of the list is not a symbol). |
anything |
inputs [list]
|
Functions the same as list. |
offset |
first/left-inlet-offset [int]
|
The word offset followed by a number will offset the numbering of inlets by the number given. |
set |
inputs [list]
|
In any inlet: The word set followed by a list of numbers which correspond with the number of inlets, will set the input list of numbers without sending them through the outputs. |