summaryrefslogtreecommitdiff
path: root/tools/mq_editor/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mq_editor/README.md')
-rw-r--r--tools/mq_editor/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/mq_editor/README.md b/tools/mq_editor/README.md
index 35e414c..1f43c19 100644
--- a/tools/mq_editor/README.md
+++ b/tools/mq_editor/README.md
@@ -41,8 +41,14 @@ open tools/mq_editor/index.html
- [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)
+ - [x] Keyboard shortcuts ('1' synthesized, '2' original)
+ - [x] Mini-spectrum viewer (bottom-right overlay)
+ - [x] STFT cache for optimized FFT access
+- [x] Phase 2: JS synthesizer (preview playback)
+ - [x] Bezier curve evaluation (cubic)
+ - [x] Replica oscillator bank with frequency spread and jitter
+ - [x] PCM synthesis from extracted partials
+ - [x] Playback via Web Audio API
- [ ] Phase 3: Editing UI (drag control points, replicas)
- [ ] Phase 4: Export (.txt + C++ code generation)