bang |
|
In left inlet: Begins sending out bang messages as fast as possible, one after another. The number of bang messages to send is determined by the last number received in either inlet. |
int |
bangs-to-output [int]
|
In left inlet: Sets the number of bang messages to send, then begins sending them out as fast as possible, one after another. |
(inlet1) |
bangs-without-output [int]
|
In right inlet: Sets the number of bang messages to send, without causing output. |
break |
|
Same as pause. |
continue |
|
Same as resume. |
offset |
starting-count [int]
|
The word offset followed by a number of bangs will set the object to output a count of bangs which is offset by the given number (the number is subtracted from the previously assigned number of bangs to equal the new total number of bangs). |
pause |
|
In left inlet: Causes uzi to stop in the midst of sending its output. (Since uzi sends its output as fast as possible, this message must be triggered in some way by the output of uzi itself.) uzi keeps track of how many bang messages it has sent, and if it receives the pause message before sending out all its bang messages, it can then be caused to send out the rest of its bang messages with a resume or continue message. |
resume |
|
In left inlet: If uzi has been stopped by a pause message in the midst of sending its output, resume causes it to send out the rest of its output. |