TimeLinePlayer Op
Player controls for the timeline
Summary (oneliner)
This op allows complete control over the timeline and gives information such as current position.
Frame number out is based upon 30 FPS.
Use this with the Ops.WebAudio.MediaPlayer op for accurate audio playback of a track.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Trigger to start timeline
Trigger to pause timeline - pressing play again resumes from this point
Rewind to 0
Set current time - press play to jump to this number
Outputs
Trigger out when play has been triggered
Trigger out when pause has been triggered
Trigger out when rewind has been triggered
Is true when timeline is playing else false
number that time was set to
Current time in seconds1
Current time in frames (30fps)
Patches using TimeLinePlayer
Changelog
created op 2019-08-20 - andro |