summaryrefslogtreecommitdiff
path: root/tools/mq_editor/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mq_editor/index.html')
-rw-r--r--tools/mq_editor/index.html3
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">&#x1F4C2; 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>