TimeLinePlayer Op
Player controls for the timeline
Summary (oneliner)
<p>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 <a href="/op/Ops.WebAudio.MediaPlayer">Ops.WebAudio.MediaPlayer</a> op for accurate audio playback of a track. </p>
- Ops.TimeLine.TimeLinePlayer
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
<p>Trigger to start timeline</p>
<p>Trigger to pause timeline - pressing play again resumes from this point</p>
<p>Rewind to 0</p>
<p>Set current time - press play to jump to this number</p>
OUTPUT PORTS
<p>Trigger out when play has been triggered</p>
<p>Trigger out when pause has been triggered</p>
<p>Trigger out when rewind has been triggered</p>
<i>boolean</i>
Number)<p>Is true when timeline is playing else false</p>
<p>number that time was set to</p>
<p>Current time in seconds1</p>
<p>Current time in frames (30fps)</p>