Created
January 6, 2020 01:29
-
-
Save naotokui/b8c1606c471f7f8ff51198247d9cf1ae to your computer and use it in GitHub Desktop.
General MIDI Drum Names and MIDI Note mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
35: "Acoustic Bass Drum", | |
36: "Bass Drum 1", | |
37: "Side Stick", | |
38: "Acoustic Snare", | |
39: "Hand Clap", | |
40: "Electric Snare", | |
41: "Low Floor Tom", | |
42: "Closed Hi Hat", | |
43: "High Floor Tom", | |
44: "Pedal Hi-Hat", | |
45: "Low Tom", | |
46: "Open Hi-Hat", | |
47: "Low-Mid Tom", | |
48: "Hi-Mid Tom", | |
49: "Crash Cymbal 1", | |
50: "High Tom", | |
51: "Ride Cymbal 1", | |
52: "Chinese Cymbal", | |
53: "Ride Bell", | |
54: "Tambourine", | |
55: "Splash Cymbal", | |
56: "Cowbell", | |
57: "Crash Cymbal 2", | |
58: "Vibraslap", | |
59: "Ride Cymbal 2", | |
60: "Hi Bongo", | |
61: "Low Bongo", | |
62: "Mute Hi Conga", | |
63: "Open Hi Conga", | |
64: "Low Conga", | |
65: "High Timbale", | |
66: "Low Timbale", | |
67: "High Agogo", | |
68: "Low Agogo", | |
69: "Cabasa", | |
70: "Maracas", | |
71: "Short Whistle", | |
72: "Long Whistle", | |
73: "Short Guiro", | |
74: "Long Guiro", | |
75: "Claves", | |
76: "Hi Wood Block", | |
77: "Low Wood Block", | |
78: "Mute Cuica", | |
79: "Open Cuica", | |
80: "Mute Triangle", | |
81: "Open Triangle" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment