cpu-audio
cpu-audio copied to clipboard
Annotations in a ticker as in SoundCloud
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 viaclass=attribute ordata-cpu-class=in<track>tag (arg, no usable properties intextTrackAPI 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.
Should be really usefull, as in cpu.pm website for controller and show templates
A deep rewrite is needed afterwards, as I prefer to use custom events. Be standard first.
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.