equal
deleted
inserted
replaced
1 <html> |
1 <html> |
2 <head> |
2 <head> |
|
3 <meta charset="UTF-8"> |
3 <title>Piano Roll with pixi.js</title> |
4 <title>Piano Roll with pixi.js</title> |
4 <style> |
5 <style> |
5 body { |
6 body { |
6 margin: 0; |
7 margin: 0; |
7 padding: 0; |
8 padding: 0; |
16 </head> |
17 </head> |
17 <body> |
18 <body> |
18 <h1>OSC websocket Piano Roll Test</h1> |
19 <h1>OSC websocket Piano Roll Test</h1> |
19 <noscript>You must enable JavaScript</noscript> |
20 <noscript>You must enable JavaScript</noscript> |
20 <div id="canvasContainer"></div> |
21 <div id="canvasContainer"></div> |
21 <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a></p> |
22 <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a> - temps écoulé : <span id="myspan"></span></p> |
22 <pre id="log"></pre> |
23 <pre id="log"></pre> |
23 <script src="pixi.js"></script> |
24 <script src="pixi.js"></script> |
24 <script src="app.js"></script> |
25 <script src="app.js"></script> |
25 </body> |
26 </body> |
26 </html> |
27 </html> |