From c5ee9ed388013133fe1e028c403370242c558e2d Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 18 Feb 2026 18:12:48 +0100 Subject: feat(mq_editor): add iso-contour tracking mode for bass/diffuse regions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit trackIsoContour() follows constant energy level through STFT frames instead of peaks. Useful for broad bass areas where peak detector finds nothing. Preview in cyan, auto-detects spread on commit (naturally large). Toggle: ≋ Contour button or C key. Mutually exclusive with ⊕ Explore. Co-Authored-By: Claude Sonnet 4.6 --- tools/mq_editor/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/mq_editor/index.html') diff --git a/tools/mq_editor/index.html b/tools/mq_editor/index.html index 9d50044..dea6e50 100644 --- a/tools/mq_editor/index.html +++ b/tools/mq_editor/index.html @@ -42,6 +42,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; } #extractBtn { background: #666; color: #fff; font-weight: bold; border-color: #888; } button.explore-active { background: #554; border-color: #aa8; color: #ffd; } + button.contour-active { background: #145; border-color: #0cc; color: #aff; } input[type="file"] { display: none; } .params { display: flex; @@ -288,6 +289,7 @@ + -- cgit v1.2.3