jspr commited on
Commit
20f56e4
1 Parent(s): ba4b027

Update mappings.py

Browse files
Files changed (1) hide show
  1. mappings.py +16 -16
mappings.py CHANGED
@@ -67,22 +67,22 @@ inverse_mapping = {
67
  }
68
 
69
  mappings = {
70
- "k": "drum-samples/kick.wav",
71
- "s": "drum-samples/snare.wav",
72
- "h": "drum-samples/hihat.wav",
73
- "c": "drum-samples/cymbal.wav",
74
- "y": "drum-samples/cymbal.wav",
75
- "l": "drum-samples/clap.wav",
76
- 'r': "drum-samples/ride.wav",
77
- 'j': "drum-samples/hihat-open.wav",
78
- 'a': "drum-samples/tambourine.wav",
79
- 'z': "drum-samples/shaker.wav",
80
- 'u': "drum-samples/tom-high.wav",
81
- 'w': "drum-samples/tom-high.wav",
82
- 'x': "drum-samples/tom-low.wav",
83
- 'q': "drum-samples/tom-low-mid.wav",
84
- 't': "drum-samples/tom-mid.wav",
85
- 'v': "drum-samples/vibraslap.wav",
86
  }
87
 
88
  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
+ 'r': "ride.wav",
77
+ 'j': "hihat-open.wav",
78
+ 'a': "tambourine.wav",
79
+ 'z': "shaker.wav",
80
+ 'u': "tom-high.wav",
81
+ 'w': "tom-high.wav",
82
+ 'x': "tom-low.wav",
83
+ 'q': "tom-low-mid.wav",
84
+ 't': "tom-mid.wav",
85
+ 'v': "vibraslap.wav",
86
  }
87
 
88
  replacements = {