Close

absTime Class


This class contains information on the "absolute time", the time TouchDesigner has been running since the process started. It can be accessed with the abstime object, found in the automatically imported td module. It is paused only with the power on/off button at the top of the UI, or with the power() method in the td module or pausing the root timeline. Absolute time is the same for all nodes. See absolute time.


Members

framefloat (Read Only):

Absolute total number of frames played since the application started. Paused only with the power On/Off or with power() or pausing the main timeline.

absTime.frame
tdu.rand(absTime.frame + .1) # a unique random number that is consistent across all nodes, changing every frame

secondsfloat (Read Only):

Absolute total seconds played since the application started. Paused only with the power On/Off or with power() or pausing the main timeline.

stepfloat (Read Only):

Number of absolute frames elapsed between start of previous and current frame. When this value is greater than 1, the system is dropping frames.

stepSecondsfloat (Read Only):

Absolute time elapsed between start of previous and current frame.

Methods

No operator specific methods.


TouchDesigner Build: