summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>