Mercurial > hg > nodescore
diff www/martin/index.html @ 80:df5128a86598
css and inverted preview colors
author | Rob Canning <rob@foo.net> |
---|---|
date | Sat, 19 Jul 2014 10:23:50 +0100 |
parents | e4db7d4d1d08 |
children | ac6c303fbddc |
line wrap: on
line diff
--- a/www/martin/index.html Tue Jul 15 23:49:44 2014 +0100 +++ b/www/martin/index.html Sat Jul 19 10:23:50 2014 +0100 @@ -62,6 +62,10 @@ // ]]></script> </div> + + + + <div id="outerpreview" > <div class="pview" id="preview-1" > @@ -191,6 +195,13 @@ <div class="metrocase" id="metro"> <div id="metronome0"></div> </div> + + <div id="transport" > + <input type="button" value="start" onclick="startSeq();" /> + <input type="button" value="stop" onclick="stopSeq();" /> + <input type="button" value="reset" onclick="resetSeq();" /> + </div> + <div id="client_latency">Latency: 0ms</div> <div id="client_chronometer" >00:00:00.0</div> </div>