Skip to content

Instantly share code, notes, and snippets.

@0xfe
Last active February 22, 2020 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xfe/39f374a4ec66a1dc6af2a622851b2e74 to your computer and use it in GitHub Desktop.
Save 0xfe/39f374a4ec66a1dc6af2a622851b2e74 to your computer and use it in GitHub Desktop.
Selected General MIDI patches
GM_PATCHES = [
0, # Acoustic Grand Piano
3, # Honky-tonk Piano
6, # Harpsichord
11, # Vibraphone
16, # Drawbar Organ
19, # Church Organ
22, # Harmonica
24, # Acoustic Guitar (nylon)
26, # Electric Guitar (jazz)
30, # Distortion Guitar
32, # Acoustic Bass
33, # Electric Bass (finger)
40, # Violin,
42, # Cello
48, # String Ensemble 1
51, # SynthStrings 2
52, # Choir Aahs
56, # Trumpet
57, # Trombone
61, # Brass Section
65, # Alto Sax
66, # Tenor Sax
71, # Clarinet
73, # Flute
78 # Whistle
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment