From 244ac46f715c14e91b927aab5b91144bcc815e15 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 07:59:21 +0100 Subject: docs: update timeline editor documentation for v2 format Updates all documentation to reflect Sequence V2 format support: Timeline Editor (tools/timeline_editor/): - README.md: Updated features list, file format examples with NODE declarations and arrow syntax, usage instructions for node editing - ROADMAP.md: Added completed item 1.0 "Sequence V2 Format Support" Core Documentation (doc/): - HOWTO.md: Updated timeline example to use v2 arrow syntax, added NODE/buffer chain features to visual editor description - SEQUENCE.md: Marked timeline editor graph visualization as completed All examples now show v2 format: EFFECT + ClassName input1 input2 -> output1 output2 start end Co-Authored-By: Claude Sonnet 4.5 --- doc/HOWTO.md | 6 +++--- doc/SEQUENCE.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/HOWTO.md b/doc/HOWTO.md index f1401df..a31ea3a 100644 --- a/doc/HOWTO.md +++ b/doc/HOWTO.md @@ -145,15 +145,15 @@ See `cnn_v2/docs/CNN_V2.md` for architecture details and web validation tool. Edit `workspaces/main/timeline.seq`: ```text SEQUENCE 0.0 0 - EFFECT + HeptagonEffect 0.0 60.0 0 + EFFECT + HeptagonEffect source -> sink 0.0 60.0 ``` -Rebuild to apply. See `doc/SEQUENCE.md`. +Rebuild to apply. See `doc/SEQUENCE.md` for v2 format details. ### Visual Editor ```bash open tools/timeline_editor/index.html ``` -Features: Drag/drop, beat-based editing, audio playback, waveform visualization, snap-to-beat. See `tools/timeline_editor/README.md`. +Features: Drag/drop, beat-based editing, audio playback, waveform visualization, snap-to-beat, NODE declarations, buffer chain visualization. See `tools/timeline_editor/README.md`. --- diff --git a/doc/SEQUENCE.md b/doc/SEQUENCE.md index 76e19d4..7055271 100644 --- a/doc/SEQUENCE.md +++ b/doc/SEQUENCE.md @@ -201,7 +201,7 @@ params.aspect_ratio; // width/height **TODO**: - Port remaining effects (10+ effects, CNN effects) - Implement flatten mode (inline effects, direct members) -- Update HTML timeline editor for graph visualization +- ✅ ~~Update HTML timeline editor for graph visualization~~ (COMPLETED: 2026-02-17) ## Migration Notes -- cgit v1.2.3