bang |
|
Sends a bang to the next outlet. |
int |
input [int]
|
The input to be directed to successive outlets. |
float |
input [float]
|
The input to be directed to successive outlets. |
list |
input [list]
|
The stream of ints, floats, or symbols to be directed to successive outlets. |
anything |
input [list]
|
The stream of ints, floats, or symbols to be directed to successive outlets. |
thresh |
output mode (0 or 1) [int]
|
The word thresh, followed by a number, sets the output mode, in the same way as the second typed-in argument. If the number is non-zero, cycle will detect separate "events" and restart at the leftmost outlet whenever a new event occurs. If the number is 0, each number received will be directed to the next outlet in the cycle. |
set |
outlet number [int]
|
The word set, followed by a number, specifies an outlet to which the next input should be directed, if in cycle mode. Outlets are numbered beginning with 0; if an outlet number is specified that does not actually exist, the message is ignored. (This message has no effect when cycle is in event-sensitive mode, in which case each message is always sent out beginning at the leftmost outlet.) |
symbol |
input [symbol]
|
The stream of ints, floats, or symbols to be directed to successive outlets. |