-
Notifications
You must be signed in to change notification settings - Fork 12
/
rules.json
28 lines (28 loc) · 917 Bytes
/
rules.json
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
{
"notes": [72, 74, 76, 79, 81, 84, 86],
"interval_upper": [1, 1, 1, 1, 1, 1, 1, 1, 2, 2],
"interval_lower": [1, 1, 1, 1, 1, 1, 1, 1, 0],
"rhythm": [
[0.5, 0.5, 0.5, 0.25, 0.25, 0.5, 0.5, 1.0],
[0.5, 0.5, 1.0, 0.5, 0.5, 1.0],
[0.5, 0.5, 0.5, 0.25, 0.25, 0.25, 0.25, 0.5, 1.0],
[0.5, 0.5, 1.0, 0.25, 0.25, 0.5, 1.0]
],
"seq_chord": [
[52, 55, 60],
[52, 57, 60],
[53, 57, 60],
[55, 59, 62]
],
"seq_perc": [
[36, 0.5], [42, 0.5], [38, 0.5], [42, 0.5], [36, 0.5], [42, 0.5], [38, 0.5], [42, 0.5],
[36, 0.5], [42, 0.5], [38, 0.5], [42, 0.5], [36, 0.5], [36, 0.5], [38, 0.5], [42, 0.5],
[36, 0.5], [42, 0.5], [38, 0.5], [42, 0.5], [36, 0.5], [42, 0.5], [38, 0.5], [42, 0.5],
[36, 0.5], [42, 0.5], [38, 0.5], [42, 0.5], [36, 0.5], [36, 0.5], [38, 0.5], [38, 0.25], [38, 0.25]
],
"velocity": {
"strong": 102,
"intermediate": 96,
"weak": 92
}
}