summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-02-03 16:42:10 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-02-03 16:42:10 +0200
commitd571d979a034140fe168987a6b6138a7bbaa6c9d (patch)
treee891f3b7acb531cff69024f17ea1b54d4d001483 /web/index.html
parent55f6e8ec7daeb3d27d82410962ddeb734b7baee2 (diff)
Added a 'start listening' button to the wasm frontend
Also cleaned up some emscripten leftovers.
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 2d957cc..7c282a0 100644
--- a/web/index.html
+++ b/web/index.html
@@ -29,7 +29,9 @@
</p>
</div>
<div id="rusty-microphone" style="display:none;">
- <p>The current note being played is <span id="pitch-label">unknown</span></p>
+ <button type="button" id="start-button">Start Listening</button>
+
+ <p>The current note being played is <span id="pitch-label">...</span></p>
<div id="pitch-indicator-bar-container">
<div id="pitch-indicator-bar"></div>
</div>