| bang |
|
In left inlet: Starts the clocker object. If the clocker object is not running, a bang message will start the count. If the clocker object is running, a bang message will reset the count. |
| int |
non-zero-to-start [int] |
In left inlet: Any non-zero number starts the clocker object. The time elapsed since clocker was started is sent out the outlet at regular intervals. 0 stops the clocker object. If clocker is already running when it receives a non-zero number, it continues reporting the elapsed time at regular intervals from that new point, but without resetting the clock time to 0. |
| float |
non-zero-to-start [float] |
In left inlet: Any non-zero number starts the clocker object. The time elapsed since clocker was started is sent out the outlet at regular intervals. 0 stope the clocker object. If clocker is already running when it receives a non-zero number, it continues reporting the elapsed time at regular intervals from that new point, but without resetting the clock time to 0. The clocker object’s minimum interval time is 0.02 second. |
| list |
input [list] |
In right inlet: A list may be used to specify time in one of the Max time formats. |
| anything |
interval [list] |
Same as list. |
| clock |
setclock object name [symbol] |
The word clock, followed by the name of an existing setclock object, sets the clocker object to be controlled by that setclock object rather than by Max’s internal millisecond clock. The word clock by itself sets the clocker object back to using Max’s regular millisecond clock. |
| stop |
|
In left inlet: Stops the clocker object. |
| reset |
|
In left inlet: Resets the elapsed time to 0 without stopping or restarting the clock; clocker continues to report the new elapsed time at the same regular interval. This message is meaningless when the clocker is not running, since it always resets to 0 anyway when stopped. |