Skip to content

Commit

Permalink
Chapters editor is going very tricky when you change start positions
Browse files Browse the repository at this point in the history
Annotations in a ticker as in SoundCloud #76
  • Loading branch information
dascritch committed Feb 17, 2021
1 parent fa5ff0c commit 8f6bd23
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 112 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ build_playlist() | | Rebuild playlist. Shoul
add_plane(plane, title, data) | boolean | Create an annotation plane (¹)(²)(³)
remove_plane(plane) | boolean | Remove an annotation plane (¹)(²)
add_point(plane, timecode, point, data) | boolean | Add an annotation point to a plane at a timecode (¹)(²)(⁴)
get_point(plane, point) | object | Return data for a point
edit_point(plane, point, data) | | Modify data for a point. Only existing keys from get_point() are updated
get_point(plane, point) | object | Return data for a point (³)
edit_point(plane, point, data) | | Modify data for a point (³). Only existing keys from get_point() are updated
remove_point(plane, point) | boolean | Remove an annotation point (¹)(²)
clear_plane(plane) | | Remove any points from an annotation plane (¹)(²)
redraw_all_planes() | | Redraw any annotation planes and points
Expand Down
Loading

0 comments on commit 8f6bd23

Please sign in to comment.