Open Help
pipe
delay numbers
Description
Delay incoming numbers for a specified length in milliseconds.
If no argument is specified, the initial value is 0 and the delay time is 0 ms.
If there is one argument, this sets the delay time.
If there are two arguments, the first argument sets an initial value to be stored in pipe, and the second argument sets the delay time.
If more than two arguments are present, pipe creates additional inlets and outlets for delaying additional numbers.
See Also
Name | Description |
---|---|
pipe | |
counter | keep count based on input events |
delay | Delay a bang by a given time (ms) |
delay~ | Signal delay |
number | number box |
pipe | delay numbers |
timer | Report elapsed time between two events |