diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-18 18:12:48 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-18 18:12:48 +0100 |
| commit | c5ee9ed388013133fe1e028c403370242c558e2d (patch) | |
| tree | e86d07941c74b9953bf6f9c8e7203848b05ade0e /tools/mq_editor/index.html | |
| parent | d73414c6d42fbec2666cb24b65b1f597b335c1e9 (diff) | |
feat(mq_editor): add iso-contour tracking mode for bass/diffuse regions
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 <noreply@anthropic.com>
Diffstat (limited to 'tools/mq_editor/index.html')
| -rw-r--r-- | tools/mq_editor/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <button id="newPartialBtn" disabled>+ Partial</button> <button id="clearAllBtn" disabled>✕ Clear All</button> <button id="exploreBtn" disabled>⊕ Explore</button> + <button id="contourBtn" disabled>≋ Contour</button> <button id="undoBtn" disabled>↩ Undo</button> <button id="redoBtn" disabled>↪ Redo</button> |
