summaryrefslogtreecommitdiff
path: root/tools/timeline_editor/README.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-16 21:51:05 +0100
committerskal <pascal.massimino@gmail.com>2026-02-16 21:51:05 +0100
commit08069d65cea269aec6d19c4d99f9f38138e6c962 (patch)
treef6a0d2e25629ad09c05add265acd4e415c45693a /tools/timeline_editor/README.md
parent9f4923385f06a5d6f8e86b5004398a0c335cd6db (diff)
refactor: remove C++ seq_compiler and Gantt chart references
- Remove tools/seq_compiler.cc (replaced by seq_compiler.py) - Remove C++ seq_compiler build target from cmake/DemoTools.cmake - Update documentation to remove Gantt chart mentions - Keep seq_compiler.py (active Python compiler) - All tests passing (34/34)
Diffstat (limited to 'tools/timeline_editor/README.md')
-rw-r--r--tools/timeline_editor/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/timeline_editor/README.md b/tools/timeline_editor/README.md
index 66e39bd..4d41cd7 100644
--- a/tools/timeline_editor/README.md
+++ b/tools/timeline_editor/README.md
@@ -5,7 +5,7 @@ Interactive web-based editor for `timeline.seq` files.
## Features
- 📂 Load/save `timeline.seq` files
-- 📊 Visual Gantt-style timeline with sticky time markers (beat-based)
+- 📊 Visual timeline with sticky time markers (beat-based)
- 🎯 Drag & drop sequences and effects
- 🎯 Resize effects with handles
- 📦 Collapsible sequences (double-click to collapse)