Spaces:
Runtime error
Runtime error
Update mappings.py
Browse files- mappings.py +6 -6
mappings.py
CHANGED
@@ -67,12 +67,12 @@ inverse_mapping = {
|
|
67 |
}
|
68 |
|
69 |
mappings = {
|
70 |
-
"k": "
|
71 |
-
"s": "
|
72 |
-
"h": "
|
73 |
-
"c": "
|
74 |
-
"y": "
|
75 |
-
"l": "
|
76 |
}
|
77 |
|
78 |
replacements = {
|
|
|
67 |
}
|
68 |
|
69 |
mappings = {
|
70 |
+
"k": "kick.wav",
|
71 |
+
"s": "snare.wav",
|
72 |
+
"h": "hihat.wav",
|
73 |
+
"c": "cymbal.wav",
|
74 |
+
"y": "cymbal.wav",
|
75 |
+
"l": "clap.wav",
|
76 |
}
|
77 |
|
78 |
replacements = {
|