Skip to content

Commit 75dca53

Browse files
authored
ajout gabber (#26)
1 parent 7858498 commit 75dca53

File tree

7 files changed

+30
-0
lines changed

7 files changed

+30
-0
lines changed

src/assets/beats/gabber.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "gabber",
3+
"bpm": 200,
4+
"tracks": [
5+
{
6+
"name": "Crash Cymbal",
7+
"fileName": "gabber/crash.wav",
8+
"steps": [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", "X"]
9+
},
10+
{
11+
"name": "Open HiHats",
12+
"fileName": "gabber/open-hihat.wav",
13+
"steps": ["X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " ", "X", " "]
14+
},
15+
{
16+
"name": "Clap",
17+
"fileName": "gabber/clap.wav",
18+
"steps": ["X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", "X"]
19+
},
20+
{
21+
"name": "Kick",
22+
"fileName": "gabber/kick.wav",
23+
"steps": ["X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " ", "X", " ", " ", " "]
24+
}
25+
]
26+
}

src/assets/genres.json

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
{
2727
"label": "4 on the floor",
2828
"fileName": "techno"
29+
},
30+
{
31+
"label": "Gabber",
32+
"fileName": "gabber"
2933
}
3034
]
3135
},

src/assets/sounds/gabber/clap.wav

348 KB
Binary file not shown.

src/assets/sounds/gabber/crash.wav

451 KB
Binary file not shown.

src/assets/sounds/gabber/kick.wav

172 KB
Binary file not shown.

src/assets/sounds/gabber/kick.wav.asd

4.63 KB
Binary file not shown.
276 KB
Binary file not shown.

0 commit comments

Comments
 (0)