Skip to content

Commit aa52551

Browse files
committed
Updates
1 parent 83f733e commit aa52551

7 files changed

Lines changed: 56 additions & 62 deletions

File tree

assets/index-Cskz4Tob.js

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-DtEbhuBo.js

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
77
<title>Clavistry</title>
8-
<script type="module" crossorigin src="/Clavistry/assets/index-DtEbhuBo.js"></script>
9-
<link rel="stylesheet" crossorigin href="/Clavistry/assets/index-BOzWRvlZ.css">
8+
<script type="module" crossorigin src="/Clavistry/assets/index-Cskz4Tob.js"></script>
9+
<link rel="stylesheet" crossorigin href="/Clavistry/assets/index-fdtOlEf4.css">
1010
</head>
1111
<body>
1212
<div id="root"></div>

rhythms/conga_de_comparsa.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"low": "|x.x....x|.xx.....|"
99
},
1010
"cowbell": {
11-
"closed": "|x.....x.|...x....|",
12-
"open": "|...x....|x.....x.|"
11+
"open": "|...x....|x.....x.|",
12+
"closed": "|x.....x.|...x....|"
1313
},
1414
"quinto": {
1515
"left": "|...p...t|...B..T.|",

rhythms/guaguanco.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
"pulses_per_measure": 8,
55
"parts": {
66
"clave": "|x..x...x|..x.x...|",
7-
"palitos": {
8-
"left": "|..x..x..|x....x.x|",
9-
"right": "|x..x...x|..x.x...|"
10-
},
11-
"palitos2": {
12-
"left": "|.x.x.x.x|..x..x.x|",
13-
"right": "|x...x...|x...x...|"
14-
},
7+
"palitos": [
8+
{
9+
"left": "|..x..x..|x....x.x|",
10+
"right": "|x..x...x|..x.x...|"
11+
},
12+
{
13+
"left": "|.x.x.x.x|..x..x.x|",
14+
"right": "|x...x...|x...x...|"
15+
}
16+
],
1517
"conga": {
1618
"left": "|.t.B.t.t|..t..t.t|",
1719
"right": "|..t...t.|T..T..t.|"
@@ -22,13 +24,6 @@
2224
}
2325
},
2426
"initial_state": {
25-
"mixer": {
26-
"clave": { "vol": 1.0, "mute": false },
27-
"palitos": { "vol": 1.0, "mute": false },
28-
"palitos2": { "vol": 1.0, "mute": true },
29-
"conga": { "vol": 1.0, "mute": false },
30-
"tumba": { "vol": 1.0, "mute": false }
31-
},
3227
"tempo": 144
3328
}
3429
}

samples/map.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"bell:x": { "file": "/samples/bell/hoe.wav", "gain": -3 },
33
"clave:x": { "file": "/samples/wood/rumba-clave.wav" },
44
"palitos:x": { "file": "/samples/wood/palitos.wav" },
5-
"palitos2:x": { "file": "/samples/wood/palitos.wav" },
65
"quinto:T": { "file": "/samples/quinto/quinto-tone.wav" },
76
"quinto:s": { "file": "/samples/quinto/quinto-slap.wav" },
87
"conga:T": { "file": "/samples/conga/conga-tone.wav" },

0 commit comments

Comments
 (0)