-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<body>
<textarea id="track1">
5,C,0,2 4,B,2,2 4,A,4,3 4,G,7,1 4,B,8,2 4,A,10,2 4,G,12,2 4,F,14,2 4,A,16,2 4,G,18,2 4,F,20,1 4,E,21,2 4,G,23,6
4,E,30,1 4,D,31,1 4,C,32,2 4,D,34,2 4,E,36,2 4,F,38,2 4,D,40,1 4,E,41,2 4,F,43,2 4,G,46,2 4,G,48,2 4,A,50,2 4,B,52,2 4,A,54,2 4,G,56,2 4,G,58,2 4,A,60,2 4,B,62,2
5,C,64,2 4,B,66,2 4,A,68,3 4,G,71,1 4,B,72,2 4,A,74,2 4,G,76,2 4,F,78,2 4,A,80,2 4,G,82,2 4,F,84,1 4,E,85,2 4,G,87,6
4,E,94,1 4,D,95,1 4,C,96,2 4,D,98,2 4,E,100,2 4,F,102,2 4,D,104,1 4,E,105,2 4,F,107,2 4,G,110,2 4,G,112,2 4,A,114,2 4,B,116,1 4,G,117,2 5,C,120,4
</textarea>
<textarea id="track2">
3,C,0,2 3,G,2,2 3,C,4,2 3,G,6,2 3,C,8,2 3,G,10,2 3,C,12,2 3,G,14,2 3,C,16,2 3,G,18,2 3,C,20,2 3,G,22,2 3,C,24,2 3,G,26,2 3,C,28,2 3,G,30,2 3,C,32,2 3,G,34,2 3,C,36,2 3,G,38,2 3,C,40,2 3,G,42,2 3,C,44,2 3,G,46,2 3,C,48,2 3,G,50,2 3,C,52,2 3,G,54,2 3,C,56,2 3,G,58,2 3,C,60,2 3,G,62,2
3,C,64,2 3,G,66,2 3,C,68,2 3,G,70,2 3,C,72,2 3,G,74,2 3,C,76,2 3,G,78,2 3,C,80,2 3,G,82,2 3,C,84,2 3,G,86,2 3,C,88,2 3,G,90,2 3,C,92,2 3,G,94,2
3,C,96,2 3,G,98,2 3,C,100,2 3,G,102,2 3,C,104,2 3,G,106,2 3,C,108,2 3,G,110,2 3,C,112,2 3,G,114,2 3,C,116,2 3,G,118,2 3,C,120,2 3,G,122,2
</textarea>
<button id="play">Play</button>
<button id="stop">Stop</button>
</body>
<script type="module" src="main.js"></script>
</html>