Module markers_ui

Source
Expand description

Markers pane: every marker in timeline order (project markers and clip markers together, via Project::markers_in_timeline). Rows: colour label dot (menu), time (editable DragValue, seconds), duration for ranges, name, note (multiline when the row is selected), “Go” (seek) and X (delete). Toolbar: “Add at playhead” (M), “Add on selected clip”, filter by label, and “Copy as list” (markdown, handy for the AI tools). Undo once per gesture; returns what changed.

Structs§

MarkersResponse
MarkersState
Row 🔒
Where a marker lives: the project timeline, or a clip (with its start offset).

Functions§

as_markdown 🔒
Markdown list of every marker in timeline order (for notes / the AI tools).
mark 🔒
rows 🔒
show
x_button 🔒
The delete button used everywhere (planner, inspector, effects, mixer, …): a painted cross that turns red on hover.