summaryrefslogtreecommitdiff
path: root/tools/mq_editor/index.html
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-19 07:26:26 +0100
committerskal <pascal.massimino@gmail.com>2026-02-19 07:26:26 +0100
commit07538091b1fac417104c273bd9dc117af8afdb9e (patch)
tree8b41d28ccca7df56418a54cdfa110ad2d9ccb198 /tools/mq_editor/index.html
parent83eec3cece795f56f4edc1298a008216cb9511a0 (diff)
fix(mq_editor): remove duplicate mode toggle, add SINE badge, fix mini-spectrum invalidation
- Remove redundant synthModeToggle from _updatePropPanel + index.html - Add SINE badge (grey) to panel title, matching existing RES badge (blue) - Invalidate mini-spectrum (viewer.render) on sinusoid/resonator switch handoff(Claude): mq_editor partial panel polish
Diffstat (limited to 'tools/mq_editor/index.html')
-rw-r--r--tools/mq_editor/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/mq_editor/index.html b/tools/mq_editor/index.html
index a03ab35..0639c8d 100644
--- a/tools/mq_editor/index.html
+++ b/tools/mq_editor/index.html
@@ -150,10 +150,6 @@
<span class="prop-label">Time</span>
<span id="propTime">—</span>
</div>
- <div class="prop-row">
- <span class="prop-label">Mode</span>
- <span id="synthModeToggle" style="display:flex;gap:3px;"></span>
- </div>
<div class="curve-tabs">
<button class="tab-btn active" data-tab="Freq">Freq</button>
<button class="tab-btn" data-tab="Amp">Amp</button>