Skip to content

Commit

Permalink
Note that delay is actually half beats
Browse files Browse the repository at this point in the history
  • Loading branch information
reimu committed Oct 6, 2023
1 parent 6fc22b7 commit 25f8cc7
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,24 @@
</section>
<section class="toolbar">
<label
title="Beats per minute for consecutive non-chord notes"
title="Half-beats per minute for consecutive non-chord notes"
>
BPM
hBPM
<input id="delay" type="number" value="300" />
</label>
<p
>Any non-note character except <br />for [ and ] will
add extra delay between notes</p
>
<button id="autoplay" title="Autoplay output"
>Autoplay</button
>
<button id="stopplay" title="Stop autoplaying">
Stop</button
>
<p>
Any non-note character except for <br />
[ and ] (even spaces and line breaks) <br />
will add delay between notes.
</p>
<p>
<button id="autoplay" title="Autoplay output"
>Autoplay</button
>
<button id="stopplay" title="Stop autoplaying">
Stop</button
>
</p>
</section>
</section>
<span id="error"> </span>
Expand Down

0 comments on commit 25f8cc7

Please sign in to comment.