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