equal
deleted
inserted
replaced
15 </style> |
15 </style> |
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 <div id="canvasContainer"></div> |
|
21 <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a></p> |
20 <pre id="log"></pre> |
22 <pre id="log"></pre> |
21 <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(linesInterval); return false;">stop intervals</a></p> |
|
22 <script src="pixi.js"></script> |
23 <script src="pixi.js"></script> |
23 <script src="app.js"></script> |
24 <script src="app.js"></script> |
24 </body> |
25 </body> |
25 </html> |
26 </html> |