Add advance capability; Allow Changes when paused

This commit is contained in:
DalJeanis
2015-06-25 15:15:28 -05:00
parent 88198436e6
commit a72e07df9a
5 changed files with 38 additions and 4 deletions

View File

@@ -16,6 +16,10 @@
<label for="rewindKeyInput">Rewind</label>
<input id="rewindKeyInput" placeholder="press a key" type="text" value=""/>
</div>
<div class="row">
<label for="advanceKeyInput">Advance</label>
<input id="advanceKeyInput" placeholder="press a key" type="text" value=""/>
</div>
<div class="row">
<label for="resetKeyInput">Reset speed</label>
<input id="resetKeyInput" placeholder="press a key" type="text" value=""/>
@@ -35,6 +39,10 @@
<div class="row">
<label for="rewindTime">Rewind Time (s)</label>
<input id="rewindTime" type="text" value=""/>
</div>
<div class="row">
<label for="advanceTime">Advance Time (s)</label>
<input id="advanceTime" type="text" value=""/>
</div>
<div class="row">
<label for="speedStep">Speed Change Step</label>