From 08069d65cea269aec6d19c4d99f9f38138e6c962 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 16 Feb 2026 21:51:05 +0100 Subject: 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) --- doc/COMPLETED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/COMPLETED.md b/doc/COMPLETED.md index 2a22845..4f0a889 100644 --- a/doc/COMPLETED.md +++ b/doc/COMPLETED.md @@ -399,7 +399,7 @@ Use `read @doc/archive/FILENAME.md` to access archived documents. - [x] **Scene Integrity:** Restored proper object indexing and removed redundant geometry, ensuring the floor grid and objects render correctly. - [x] **Task #57: Interactive Timeline Editor (Phase 1 Complete)** 🎉 - - [x] **Core Parser & Renderer**: Implemented demo.seq parser with BPM, beat notation, priority modifiers. Gantt-style timeline rendering with dynamic sequence/effect positioning. + - [x] **Core Parser & Renderer**: Implemented demo.seq parser with BPM, beat notation, priority modifiers. Visual timeline rendering with dynamic sequence/effect positioning. - [x] **Drag & Drop**: Sequences and effects draggable along timeline with proper offset calculation. Fixed critical e.target vs e.currentTarget bug preventing erratic jumping. - [x] **Resize Handles**: Left/right handles on selected effects. Allow negative relative times (effects extend before sequence start). - [x] **Snap-to-Beat**: Checkbox toggle with beat markers. Automatic snapping when dragging in beat mode. -- cgit v1.2.3