summaryrefslogtreecommitdiff
path: root/tools/mq_editor
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mq_editor')
-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)