equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html lang="en"> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <meta name="viewport" content="width=device-width,initial-scale=1"> |
|
6 <meta name="description" content=""> |
|
7 <meta name="author" content="I.R.I"> |
|
8 <link rel="shortcut icon" href="/img/favicon.ico"> |
|
9 |
|
10 <title>Piano Roll</title> |
|
11 |
|
12 <!-- Custom styles for this template --> |
|
13 <link href="/css/pianoroll.css" rel="stylesheet"> |
|
14 </head> |
|
15 |
|
16 <body> |
|
17 <h1>Piano Roll</h1> |
|
18 <noscript>You must enable JavaScript</noscript> |
|
19 <div id="canvasContainer"></div> |
|
20 <p> |
|
21 <a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a> |
|
22 - temps écoulé : <span id="myspan"></span> |
|
23 </p> |
|
24 <pre id="log"></pre> |
|
25 <script src="/js/libs-pianoroll.js"></script> |
|
26 <script> |
|
27 var eventCode = "test_1"; |
|
28 </script> |
|
29 <script src="/js/pianoroll.js"></script> |
|
30 <script> |
|
31 var moveInterval = pianoroll.moveInterval; |
|
32 var verticalLinesInterval = pianoroll.verticalLinesInterval; |
|
33 </script> |
|
34 </body> |
|
35 </html> |