1 parent 19475d4 commit 0e12468Copy full SHA for 0e12468
1 file changed
rhythms/songo.json
@@ -4,6 +4,10 @@
4
"pulses_per_measure": 8,
5
"parts": {
6
"clave": "|x..x...x|..x.x...|",
7
+ "palitos": {
8
+ "left": "|.x.x.x.x|..x..x.x|",
9
+ "right": "|x...x...|x...x...|"
10
+ },
11
"quinto": {
12
"left": "|p.t.pt..|pt.t.T..|",
13
"right": "|.T.s..ss|..s.T...|"
@@ -16,6 +20,7 @@
16
20
"tempo": 180,
17
21
"mixer": {
18
22
"clave": { "vol": 1.0, "mute": false },
23
+ "palitos": { "vol": 0.75, "mute": false },
19
24
"quinto": { "vol": 1.0, "mute": false },
25
"conga": { "vol": 1.0, "mute": false }
26
}
0 commit comments