diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-14 02:00:01 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-14 02:00:01 -0400 |
| commit | a8d86242bf654e4bff5937ca1353f00b0d7f3aa7 (patch) | |
| tree | b6869821c3b0b70287e004394b550fc84197e273 /index.html | |
| parent | b9c2a6fa85e4585ff631123d74b0fa49296b8563 (diff) | |
use interval series rather than equal tmp
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -36,7 +36,9 @@ input[type=text] { width: 30px } text-align: center; line-height: 80px; } - +#intervals { + width: 200px; +} </style> </head> <body class="loading"> @@ -64,6 +66,8 @@ input[type=text] { width: 30px } <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="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"> |
