summaryrefslogtreecommitdiff
path: root/tools/mq_editor/README.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-17 19:38:07 +0100
committerskal <pascal.massimino@gmail.com>2026-02-17 19:38:07 +0100
commitba7038f7091f67a90a8c0f387923544f809322c0 (patch)
tree8d7419246da266ad7c76c1c05d57e0e31bcce5df /tools/mq_editor/README.md
parent94aa832ef673338865b28e5886537c85d6b6d876 (diff)
docs(mq_editor): Update Phase 1 completion status
Phase 1 deliverables complete: - MQ extraction with improved tracking - Spectrogram visualization with zoom/scroll - Original WAV playback with playhead - Ready for Phase 2 (JS synthesizer) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'tools/mq_editor/README.md')
-rw-r--r--tools/mq_editor/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/mq_editor/README.md b/tools/mq_editor/README.md
index 89449c3..35e414c 100644
--- a/tools/mq_editor/README.md
+++ b/tools/mq_editor/README.md
@@ -35,10 +35,13 @@ open tools/mq_editor/index.html
## Implementation Status
- [x] Phase 1: MQ extraction + visualization
- - [x] Spectrogram rendering with hot colormap
- - [x] Horizontal zoom (mousewheel)
+ - [x] Spectrogram rendering with power-law colormap (gamma=0.3)
+ - [x] Horizontal zoom (shift+mousewheel) and scroll (mousewheel)
- [x] Axis ticks and labels
- - [x] Mouse tooltip (time/frequency)
+ - [x] Mouse tooltip (time/frequency/dB intensity)
+ - [x] Improved partial tracking (frequency-dependent threshold, candidate system)
+ - [x] Original WAV playback with animated playhead
+ - [x] Keyboard shortcuts ('2' for playback)
- [ ] Phase 2: JS synthesizer (preview playback)
- [ ] Phase 3: Editing UI (drag control points, replicas)
- [ ] Phase 4: Export (.txt + C++ code generation)