beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

PlayerControlPanel_v2 Op



PlayerControlPanel
Namespace: Ops.Html

Op author: stephan

simple html ui for timeline/mediaplayers (was: TimeLineUI)


shows a player-ui that can be used to control mediaplayers or the timeline



Inputs

Length (Number)
Current (Number)
Clamp (boolean /Number)
Is Playing (boolean /Number)
Visible (boolean /Number)
Show Time (boolean /Number)
Show Skip Buttons (boolean /Number)

Outputs

Play clicked (Trigger)
Pause clicked (Trigger)
Rewind clicked (Trigger)
Skip Back clicked (Trigger)
Skip Forward clicked (Trigger)
Dragged (Trigger)
Current Value (Number)
Dragging (boolean Number)
DOM Element (Object)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Example UI for timeline-controlled audio playback

a simple setup of an audioplayer to demostrate the usage of the PlayerControlPanel op


Patches using PlayerControlPanel_v2

  • Examples
  • Public
  • My Patches

Changelog


cloned op from Ops.TimeLine.TimeLineUI
2022-09-13 - stephan
Ops.User.stephan.TimeLineUI_v2 renamed to Ops.Html.PlayerControls
2022-09-16 - stephan
Ops.Html.PlayerControls renamed to Ops.Html.PlayerControlPanel
2022-09-16 - pandur
Ops.Html.PlayerControlPanel renamed to Ops.Html.PlayerControlPanel_v2
2022-09-16 - pandur
bugfixfix states and add visible boolean
2022-12-14 - pandur
featureadd "is playing" in-port, add outports for dragging
2022-12-14 - pandur