-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeat2.yml
83 lines (80 loc) · 2.06 KB
/
beat2.yml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# drougedrums file
sets:
- name: default
kit:
- {key: --, channel: 5, note: 0} # pause
- {key: bd, channel: 5, note: 1} # bass drum
- {key: lt, channel: 5, note: 2} # low tom
- {key: ht, channel: 5, note: 3} # high tom
- {key: sd, channel: 5, note: 5} # snare drum
- {key: hc, channel: 5, note: 6} # hi hat closed
- {key: ho, channel: 5, note: 8} # hi hat opened
- {key: cs, channel: 5, note: 9} # cymbal short
- {key: cf, channel: 5, note: 11} # cymbal full
- {key: cl, channel: 5, note: 12} # clap
parts:
- name: precount
bpm: 140
step: 4
lanes:
- hc hc hc hc
- name: short1
bpm: 140
step: 16
fx: [randv: 10]
lanes:
- bd -- -- -- sd -- -- -- cl bd -- -- -- -- -- --
- hc -- hc -- hc -- hc -- hc -- hc -- hc -- hc --
- -- -- -- -- -- -- -- cs -- -- -- lt -- -- -- cs
- name: short2
bpm: 140
step: 16
lanes:
- -- -- -- -- sd -- -- -- -- bd -- -- sd -- -- --
- hc -- hc -- hc -- ho -- hc -- hc -- ho -- hc --
- -- lt -- ht -- -- -- cs -- -- -- -- cf -- -- cs
- name: br1
bpm: 120
step: 16
lanes:
- -- -- bd -- -- --
- hc hc -- hc ho hc
- -- -- -- -- cl --
- name: br2
bpm: 80
step: 16
fx: [randv: 60]
lanes:
- hc hc ho hc hc hc -- ho -- -- -- hc -- -- -- -- hc -- -- -- -- hc
- name: wrl1
bpm: 110
step: 32
fx: [rampv: 30-60]
lanes:
- sd -- sd sd
- name: wrl2
bpm: 140
step: 32
fx: [rampv: 61-90]
lanes:
- sd sd sd sd
- name: wrl3
bpm: 180
step: 32
fx: [rampv: 91-127]
lanes:
- sd sd sd sd
seqs:
- name: precount
parts: [ precount ]
- name: start
parts:
- short1
- short2
- short1
- short2
- br1
- br2
- wrl1
- wrl2
- wrl3