summaryrefslogtreecommitdiffstats
path: root/kmid/instrname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmid/instrname.cpp')
-rw-r--r--kmid/instrname.cpp132
1 files changed, 132 insertions, 0 deletions
diff --git a/kmid/instrname.cpp b/kmid/instrname.cpp
new file mode 100644
index 00000000..551b85c9
--- /dev/null
+++ b/kmid/instrname.cpp
@@ -0,0 +1,132 @@
+const char *instrumentName[128]={
+ "Acoustic Grand Piano",
+ "Bright Acoustic Piano",
+ "Electric Grand Piano",
+ "Honky-Tonk",
+ "Rhodes Piano",
+ "Chorused Piano",
+ "Harpsichord",
+ "Clavinet",
+ "Celesta",
+ "Glockenspiel",
+ "Music Box",
+ "Vibraphone",
+ "Marimba",
+ "Xylophone",
+ "Tubular Bells",
+ "Dulcimer",
+ "Hammond Organ",
+ "Percussive Organ",
+ "Rock Organ",
+ "Church Organ",
+ "Reed Organ",
+ "Accordion",
+ "Harmonica",
+ "Tango Accordion",
+ "Acoustic Guitar (Nylon)",
+ "Acoustic Guitar (Steel)",
+ "Electric Guitar (Jazz)",
+ "Electric Guitar (Clean)",
+ "Electric Guitar (Muted)",
+ "Overdriven Guitar",
+ "Distortion Guitar",
+ "Guitar Harmonics",
+ "Acoustic Bass",
+ "Electric Bass (Finger)",
+ "Electric Bass (Pick)",
+ "Fretless Bass",
+ "Slap Bass 1",
+ "Slap Bass 2",
+ "Synth Bass 1",
+ "Synth Bass 2",
+ "Violin",
+ "Viola",
+ "Cello",
+ "Contrabass",
+ "Tremolo Strings",
+ "Pizzicato Strings",
+ "Orchestral Harp",
+ "Timpani",
+ "String Ensemble 1",
+ "String Ensemble 2",
+ "Synth Strings 1",
+ "Synth Strings 2",
+ "Choir Aahs",
+ "Voice Oohs",
+ "Synth Voice",
+ "Orchestra Hit",
+ "Trumpet",
+ "Trombone",
+ "Tuba",
+ "Muted Trumpet",
+ "French Horn",
+ "Brass Section",
+ "Synth Brass 1",
+ "Synth Brass 2",
+ "Soprano Sax",
+ "Alto Sax",
+ "Tenor Sax",
+ "Baritone Sax",
+ "Oboe",
+ "English Horn",
+ "Bassoon",
+ "Clarinet",
+ "Piccolo",
+ "Flute",
+ "Recorder",
+ "Pan Flute",
+ "Blown Bottle",
+ "Shakuhachi",
+ "Whistle",
+ "Ocarina",
+ "Lead 1 - Square Wave",
+ "Lead 2 - Saw Tooth",
+ "Lead 3 - Calliope",
+ "Lead 4 - Chiflead",
+ "Lead 5 - Charang",
+ "Lead 6 - Voice",
+ "Lead 7 - Fifths",
+ "Lead 8 - Bass+Lead",
+ "Pad 1 - New Age",
+ "Pad 2 - Warm",
+ "Pad 3 - Polysynth",
+ "Pad 4 - Choir",
+ "Pad 5 - Bow",
+ "Pad 6 - Metallic",
+ "Pad 7 - Halo",
+ "Pad 8 - Sweep",
+ "FX 1 - Rain",
+ "FX 2 - Soundtrack",
+ "FX 3 - Crystal",
+ "FX 4 - Atmosphere",
+ "FX 5 - Brightness",
+ "FX 6 - Goblins",
+ "FX 7 - Echoes",
+ "FX 8 - Sci-fi",
+ "Sitar",
+ "Banjo",
+ "Shamisen",
+ "Koto",
+ "Kalimba",
+ "Bagpipe",
+ "Fiddle",
+ "Shannai",
+ "Tinkle Bell",
+ "Agogo",
+ "Steel Drum",
+ "Wook Block",
+ "Taiko Drum",
+ "Melodic Tom",
+ "Synth Drum",
+ "Reverse Cymbal",
+ "Guitar Fret Noise",
+ "Breath Noise",
+ "Seashore",
+ "Bird Tweet",
+ "Telephone",
+ "Helicopter",
+ "Applause",
+ "Gunshot"
+};
+
+