diff options
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 |
