summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-11 14:30:39 -0400
committerJules Laplace <jules@okfoc.us>2016-09-11 14:30:39 -0400
commit0c2bc660e9350307930dfc40e2da1d46306e45a3 (patch)
treef311d94b52d5c9bf69f64e5a9f6b1d20c2c247e0 /index.html
parentfbf05115c17163d91e9f649a348e3e6800a22d5e (diff)
set tone by index based on grid.. idk
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5a552e5..335b063 100644
--- a/index.html
+++ b/index.html
@@ -17,8 +17,8 @@ input[type=text] { width: 30px }
<div id="controls">
<select id="waveform">
<option>sine</option>
- <option selected>triangle</option>
- <option>sawtooth</option>
+ <option>triangle</option>
+ <option selected>sawtooth</option>
<option>square</option>
</select>
<label>x</label>
@@ -28,10 +28,12 @@ input[type=text] { width: 30px }
<label>randomize</label>
<input id="rand" type="number" min="0" max="500" step="1" value="32">
<label>tet</label>
- <input id="tet" type="number" min="2" max="500" step="0.25" value="12">
+ <input id="tet" type="number" min="2" max="500" step="1" value="12">
<label>root</label> <input id="root" type="number" min="20" max="20000" value="440">
<label>interval</label>
<input id="interval" type="text" value="2/1">
+ <label>duration</label>
+ <input id="duration" type="number" min="0" max="5000" step="50" value="1250">
<label>use scale</label>
<input id="use_scale" type="checkbox" checked>
</div>