diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-18 21:14:33 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-18 21:14:33 +0100 |
| commit | dcf90c3dd7d916c07c52a4e30da3736f1e37a705 (patch) | |
| tree | 330dfcb6782f05619f50dea28519af7b8f4c6fb4 /tools/mq_editor/index.html | |
| parent | fc9cfd50a584faa2f6621ea1b4ff4eeb6b50f8e4 (diff) | |
feat(mq_editor): add Delete key to remove selected partial; remove Test WAV debug button
- 'Delete'/'Backspace' key deletes the currently selected partial
- Show 'Del' hint on Delete button in side panel
- Remove 'Test WAV' button and validateTestWAVPeaks() debug code
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/mq_editor/index.html b/tools/mq_editor/index.html index 1dd36a6..77e0f56 100644 --- a/tools/mq_editor/index.html +++ b/tools/mq_editor/index.html @@ -14,7 +14,6 @@ <div class="toolbar"> <input type="file" id="wavFile" accept=".wav"> <button id="chooseFileBtn">📂 Open WAV</button> - <button id="testWavBtn">⚗ Test WAV</button> <button id="extractBtn" disabled>Extract Partials</button> <button id="autoSpreadAllBtn" disabled>Auto Spread All</button> <button id="playBtn" disabled>▶ Play</button> @@ -119,7 +118,7 @@ </div> <div class="partial-actions"> <button id="mutePartialBtn">Mute</button> - <button id="deletePartialBtn">Delete</button> + <button id="deletePartialBtn">Delete <kbd>Del</kbd></button> </div> </div> |
