-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
55 lines (55 loc) · 776 Bytes
/
test.json
File metadata and controls
55 lines (55 loc) · 776 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Émerveillement Naïf",
"tempo": 120,
"song": {
"P1": {
"type": "notes",
"channel": 1,
"notes": [{
"beat": 0,
"note": 24,
"duration": 4
}, {
"beat": 4,
"note": 60,
"duration": 4
}, {
"beat": 216,
"note": 60,
"duration": 4
}, {
"beat": 220,
"note": 60,
"duration": 4
}, {
"beat": 224,
"note": 60,
"duration": 4
}, {
"beat": 228,
"note": 60,
"duration": 4
}, {
"beat": 232,
"note": 60,
"duration": 4
}, {
"beat": 236,
"note": 60,
"duration": 4
}, {
"beat": 240,
"note": 60,
"duration": 4
}, {
"beat": 244,
"note": 60,
"duration": 4
}, {
"beat": 256,
"note": 24,
"duration": 4
}]
}
}
}