Lib.numbers.anim.time¶
Operators¶
- AbletonLinkSync — An experimental implementation of the Ableton Link synchronization.
- ClipTime — Returns the current time in Bars.
- ConvertTime — Converts time between seconds and bars.
- DateTimeInSecs — Returns the seconds since 1970.
- GetFrameSpeedFactor — This is set when rendering updates not at 60fps. This can happen for...
- HasTimeChanged — Triggers a bool if time was scrubbed back in the timeline by the user or by looping. Also known as: DidTimeChange.
- LastFrameDuration — Measures how long it took to render the last frame in seconds
- RunTime — Returns the application runtime in seconds. This is rarely useful. Consider using [Time].
- SetPlaybackSpeed — An advanced option that allows you to slow down the playback (including audio). This might be useful in some situations, though some details might not work as expected.
- SetPlaybackTime — An advanced playback control that will move the current playhead to the defined time.
- SetTime — Overrides the animation time of a sub-command graph.
- StopWatch — A stopwatch that can stop, measure, and keep time and thus measure durations.
- Time — A cleaned up version of Time adds mode to clarify if time is returned in bars or seconds
Auto-generated from the operator library.