summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-04 16:56:02 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-04 16:56:02 +0200
commit1e37661ea154815fe4e0fa421d5be33d29e0a36d (patch)
tree17604555bbfdfb1006fa63ef827778dea5eff0aa /web/index.html
parented87b9354ac737185eb177bb62e4c3f579cd52b7 (diff)
Updated calls from web to limit the window size to 512 samples
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index faf637b..7f18a7c 100644
--- a/web/index.html
+++ b/web/index.html
@@ -6,6 +6,7 @@
<body>
<p>The current note being played is <span id="pitch-label"></span></p>
<p>It is <span id="pitch-error-direction"></span> by <span id="pitch-error"></span> cents</p>
+ <p>The current framerate is <span id="frame-rate"></span></p>
<canvas id="oscilloscope" width="300" height="300" />
</body>