pianoroll/pianoroll.html
changeset 18 517e343a86eb
parent 15 f1ae020c2872
child 21 89d235bcbbf3
equal deleted inserted replaced
17:4dd9a96a6d3b 18:517e343a86eb
    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>