pianoroll/pianoroll.html
changeset 18 517e343a86eb
parent 15 f1ae020c2872
child 21 89d235bcbbf3
--- a/pianoroll/pianoroll.html	Mon Oct 13 19:05:09 2014 +0200
+++ b/pianoroll/pianoroll.html	Tue Oct 14 12:17:34 2014 +0200
@@ -17,8 +17,9 @@
 <body>
     <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>
     <pre id="log"></pre>
-    <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(linesInterval); return false;">stop intervals</a></p>
     <script src="pixi.js"></script>
     <script src="app.js"></script>
 </body>