diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-17 07:59:21 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-17 07:59:21 +0100 |
| commit | 244ac46f715c14e91b927aab5b91144bcc815e15 (patch) | |
| tree | bc4615df4093d72f2811912a3fff6e691081d313 /doc | |
| parent | cd53ff0be8971b592d8d01836a6572c4123e5495 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/HOWTO.md | 6 | ||||
| -rw-r--r-- | doc/SEQUENCE.md | 2 |
2 files changed, 4 insertions, 4 deletions
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 |
