diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-18 17:59:49 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-18 17:59:49 +0100 |
| commit | 49e4e374bc51517d8119e4c82d46e3a94ea0b75b (patch) | |
| tree | e0ac136257faba9dc322978a5cd1df52012541c5 /tools/mq_editor/index.html | |
| parent | b9f6429b6cc741c5240c1fea8bbf4c6244e4e5d1 (diff) | |
feat(mq_editor): add explore mode for interactive partial tracking
Hover to preview a tracked partial from mouse position (peak-snapped,
forward+backward MQ tracking). Click to commit. Toggle with ⊕ Explore
button or X key. Escape exits explore mode.
handoff(Gemini): explore mode added in mq_extract.trackFromSeed + viewer.js/app.js
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 6cf691f..9d50044 100644 --- a/tools/mq_editor/index.html +++ b/tools/mq_editor/index.html @@ -41,6 +41,7 @@ button:hover { background: #4a4a4a; } 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; } input[type="file"] { display: none; } .params { display: flex; @@ -286,6 +287,7 @@ <button id="stopBtn" disabled>■ Stop</button> <button id="newPartialBtn" disabled>+ Partial</button> <button id="clearAllBtn" disabled>✕ Clear All</button> + <button id="exploreBtn" disabled>⊕ Explore</button> <button id="undoBtn" disabled>↩ Undo</button> <button id="redoBtn" disabled>↪ Redo</button> |
