From 45e01cdd9611ac847c0d868169f1e3f2c72d4251 Mon Sep 17 00:00:00 2001 From: Jonas Blumer <jonas.blumer@entwicklungspark.com> Date: Fri, 27 Nov 2015 11:33:16 +0100 Subject: [PATCH] changed bpm limit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 735b501..d7bd89a 100644 --- a/index.html +++ b/index.html @@ -229,7 +229,7 @@ <div id="container"> <table id="steps"> </table> - <input type="range" id="bpm" min="10" max="240" value="120" step="1" name="bpm" list="bpm"> + <input type="range" id="bpm" min="100" max="180" value="120" step="1" name="bpm" list="bpm"> </div> <br /> <audio id="bd" preload="auto"> -- GitLab