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
tempo 90 4/4
grid bd {
1__3__3_
1_3____3
1__3__4_
1_3____3
}
map bd {
1: kick,
2: snare,
3: copper,
4: piccolo,
}
note bd 1/16
grid candy {
____2___
____2___
____2___
____2___
}
map candy {
1: thumpk,
2: rimshots3,
3: clap,
}
// note candy 1/16
// grid chord {
// Cm7/C&&_
// [3]Fm7/F&&_
// }
// note chord 1/4
// grid chordHigh {
// [5]Cm7/C&&_
// [4]Fm7/F&&_
// }
// note chordHigh 1/4