summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-18 19:08:50 -0500
committerJules Laplace <jules@okfoc.us>2016-11-18 19:08:50 -0500
commit1d6e01a44ea9f23b2a7fcc63de12c132e74fc0bb (patch)
tree712c7f5ec3f3d9d567c9b67e33499b6dcb8f5589 /index.html
parentebaf585e2e0b1efb7e7d6b9841ea5d949b8394c7 (diff)
hiding broken stuff
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index f22734a..3bf7924 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" href="../css/css.css">
<style>
-html,body { font-size: 12px; font-weight: normal; background: black; color: white; }
+html,body { font-size: 12px; font-weight: normal; background: black; color: white; overflow: hidden; }
circle { cursor: pointer }
input[type=text] { width: 30px }
#mobile_controls { display: none }
@@ -57,6 +57,7 @@ input[type=text] { width: 30px }
<input id="y" type="number" min="0" max="100" step="0.1" value="1">
<label for="rand">randomize</label>
<input id="rand" type="number" min="0" max="500" step="1" value="32">
+<span style="display: none">
<label for="tet">tet</label>
<input id="tet" type="number" min="2" max="500" step="1" value="12">
<label for="root">root</label>
@@ -65,6 +66,7 @@ input[type=text] { width: 30px }
<input id="duration" type="number" min="0" max="5000" step="50" value="1250">
<label for="intervals">intervals</label>
<input id="intervals" type="text" value="1/1 9/8 5/4 4/3 3/2 5/3 15/8 2/1">
+</span>
<label for="use_grid">use grid</label>
<input id="use_grid" type="checkbox">
<button id="add_ball">+ball</button>
@@ -84,6 +86,7 @@ input[type=text] { width: 30px }
<script src="./js/vendor/wheel.js"></script>
<script src="./js/vendor/Tone.min.js"></script>
<script src="./js/vendor/intersect.js"></script>
+<script src="./js/vendor/intonation.js"></script>
<script src="./js/vendor/StartAudioContext.js"></script>
<script src="./js/mx/mx.js"></script>
<script src="./js/mx/mx.scene.js"></script>