cpu-audio icon indicating copy to clipboard operation
cpu-audio copied to clipboard

Annotations in a ticker as in SoundCloud

Open dascritch opened this issue 6 years ago • 3 comments

As a designer I want a a Soundcloud-like ticker on the time-line for annotations To show segments when no active and display their title under the timeline

  • [X] Activate it via track:'ticker' in .CPU.add_plane() parameters
  • [ ] Can switch displaying mode for chapters via class= attribute or data-cpu-class= in <track> tag (arg, no usable properties in textTrack API and cannot make different aspect between cpu-audio and cpu-controller)
  • [ ] having different rendering between cpu-controller an cpu-audio on the same page for a same plane
  • [x] points clicked on tracks may trigger a function, returning track and point names
  • [ ] Out-of-point clicks on track may trigger a function, returning time position via calling parameters.

dascritch avatar May 24 '19 11:05 dascritch

Should be really usefull, as in cpu.pm website for controller and show templates

dascritch avatar May 24 '19 11:05 dascritch

A deep rewrite is needed afterwards, as I prefer to use custom events. Be standard first.

dascritch avatar Feb 19 '21 02:02 dascritch

I will finish drag'n'drop operations on chapters editor in another release.

What is the most important : most of the useful commands and code excerpt are published in the repo, and documented.

dascritch avatar Feb 22 '21 13:02 dascritch