-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtime_signatures.json
More file actions
35 lines (35 loc) · 1.2 KB
/
Copy pathtime_signatures.json
File metadata and controls
35 lines (35 loc) · 1.2 KB
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
{
"time_signatures": {
"Three_Four": {
"num_beats": 3,
"subdivision": false,
"subdivision_value": "eighth_note",
"subdivisions_per_beat": 2,
"subdivision_pattern": [1, 2, 1, 2, 1, 2]
},
"Four_Four": {
"num_beats": 4,
"beats_value": "quarter_note",
"subdivision": false,
"subdivision_value": "eighth_note",
"subdivisions_per_beat": 2,
"subdivision_pattern": [1, 2, 1, 2, 1, 2, 1, 2]
},
"Twelve_Eight": {
"num_beats": 4,
"beats_value": "dotted_quarter_note",
"subdivision": true,
"subdivision_value": "eighth_note",
"subdivisions_per_beat": 3,
"subdivision_pattern": [1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2]
},
"The_Grid": {
"num_beats": 13,
"beats_value": "dotted_quarter_note",
"subdivision": true,
"subdivision_value": "eighth_note",
"subdivisions_per_beat": 3,
"subdivision_pattern": [1, 2, 2, 1, 2, 1, 2, 2, 1, 2, 1, 2, 2, 1, 2, 1, 2, 1, 2, 2, 1, 2, 1, 2, 2, 1, 2, 1, 2, 2, 1, 2]
}
}
}