docs(04-03): complete BeatGrid plan summary and update state

This commit is contained in:
Claude
2026-04-06 23:49:44 +00:00
parent 287fe16a56
commit d1965dcefc
4 changed files with 160 additions and 12 deletions

View File

@@ -36,8 +36,8 @@
- [ ] **TL-04**: Color picker per animation block
- [x] **TL-05**: Playback cursor (vertical line) tracking audio position in realtime
- [x] **TL-06**: Undo/redo for all timeline mutations (min 20 steps, command pattern)
- [ ] **TL-07**: Beat detection marks overlaid on timeline (librosa beat_track)
- [ ] **TL-08**: Snap-to-beat when placing/resizing blocks
- [x] **TL-07**: Beat detection marks overlaid on timeline (librosa beat_track)
- [x] **TL-08**: Snap-to-beat when placing/resizing blocks
### Show Engine
@@ -54,8 +54,8 @@
### Automatic Sync
- [ ] **SYNC-01**: Beat detection via librosa — produces beat timestamps and onset marks from loaded audio
- [ ] **SYNC-02**: Beat calibration offset (UI control) — compensate for librosa's systematic 20-60ms latency bias
- [x] **SYNC-01**: Beat detection via librosa — produces beat timestamps and onset marks from loaded audio
- [x] **SYNC-02**: Beat calibration offset (UI control) — compensate for librosa's systematic 20-60ms latency bias
- [ ] **SYNC-03**: AI-assisted show generation — given beat/segment analysis, auto-fill timeline with matched animations (basic heuristic mapping in v1; LLM enhancement optional)
### UI / UX