pianoroll/pianoroll.html
changeset 21 89d235bcbbf3
parent 18 517e343a86eb
--- a/pianoroll/pianoroll.html	Tue Oct 14 16:24:49 2014 +0200
+++ b/pianoroll/pianoroll.html	Tue Oct 14 18:00:13 2014 +0200
@@ -1,5 +1,6 @@
 <html>
 <head>
+    <meta charset="UTF-8">
     <title>Piano Roll with pixi.js</title>
     <style>
         body {
@@ -18,7 +19,7 @@
     <h1>OSC websocket Piano Roll Test</h1>
     <noscript>You must enable JavaScript</noscript>
     <div id="canvasContainer"></div>
-    <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a></p>
+    <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a> - temps écoulé : <span id="myspan"></span></p>
     <pre id="log"></pre>
     <script src="pixi.js"></script>
     <script src="app.js"></script>