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