pianoroll/pianoroll.html
changeset 14 30ee8c47e48f
child 15 f1ae020c2872
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pianoroll/pianoroll.html	Mon Oct 13 16:47:37 2014 +0200
@@ -0,0 +1,25 @@
+<html>
+<head>
+    <title>pixi.js example 1</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>
+    <pre id="log"></pre>
+    <a href="#" onclick="clearInterval(moveInterval); clearInterval(linesInterval); return false;">stop intervals</a>
+    <script src="pixi.js"></script>
+    <script src="app.js"></script>
+</body>
+</html>
\ No newline at end of file