summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-14 12:37:11 -0400
committerJules Laplace <jules@okfoc.us>2016-09-14 12:37:11 -0400
commitfa5defe301cf43409b0c86c306cddd2ef70cca64 (patch)
treed510579cc423b6189fdceaba583fde2eb424db6e /index.html
parent5dd0bbbf6630e524c14865bd92dbf5aa1734e7d3 (diff)
parent46990e203362793d71871b23e91af8a4ac6958e8 (diff)
Merge branch 'master' of ghghgh.us:harp
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 4ccf7c6..3131393 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,9 @@ input[type=text] { width: 30px }
text-align: center;
line-height: 80px;
}
-
+#intervals {
+ width: 200px;
+}
</style>
</head>
<body class="loading">
@@ -60,10 +62,10 @@ input[type=text] { width: 30px }
<input id="tet" type="number" min="2" max="500" step="1" value="12">
<label for="root">root</label>
<input id="root" type="number" min="20" max="20000" value="440">
- <label for="interval">interval</label>
- <input id="interval" type="text" value="2/1">
<label for="duration">duration</label>
<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">
<label for="use_scale">use scale</label>
<input id="use_scale" type="checkbox" checked>
<div id="mobile_controls">