pianoroll/pianoroll.html
changeset 28 6025b8470d18
parent 27 68b29e36c9a2
child 29 5007c248fbad
--- a/pianoroll/pianoroll.html	Thu Oct 16 10:24:38 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<html>
-<head>
-    <meta charset="UTF-8">
-    <title>Piano Roll with pixi.js</title>
-    <style>
-        body {
-            margin: 0;
-            padding: 0;
-            background-color: #FFF;
-        }
-        #log {
-		    height: 20em;
-		    overflow-y: scroll;
-		    background-color: #faa;
-		}
-    </style>
-</head>
-<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> - temps écoulé : <span id="myspan"></span></p>
-    <pre id="log"></pre>
-    <script src="pixi.js"></script>
-    <script src="app.js"></script>
-</body>
-</html>
\ No newline at end of file