currenttime
Report current time
Description
Reports the amount of time in milliseconds since the host application started.
Inlets
in1 [number]
A bang in the inlet outputs the amount of time in milliseconds that has passed since the application was started.
Outlets
out1 [number]
The amount of time that has elapsed in milliseconds since the application was started.
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
hot [bool] (default: 0)
All inlets trigger calculation.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [number]
A bang in the inlet outputs the amount of time in milliseconds that has passed since the application was started.
reset [bang] (default: 0)
Reset inlets to default values.
See Also
Name | Description |
---|---|
currenttime~ | Report current time |
beattime | report current beattime |
bline | Generates ramps using bang |
currentsampletime | Report current time in samples. |
timer | Report elapsed time between two events |
transport | transport |