annot-server/webapp/templates/pianoroll.html
changeset 28 6025b8470d18
child 42 926f0426ce78
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annot-server/webapp/templates/pianoroll.html	Thu Oct 16 11:04:45 2014 +0200
@@ -0,0 +1,27 @@
+<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="/static/js/pixi.js"></script>
+    <script src="/static/js/pianoroll.js"></script>
+</body>
+</html>
\ No newline at end of file