1 module RMCA.Translator.Instruments where
3 instrumentList :: [(Int, String)]
4 instrumentList = [ (0,"Acoustic Grand Piano")
5 , (1,"Bright Acoustic Piano")
6 , (2,"Electric Grand Piano")
7 , (3,"Honky-tonk Piano")
8 , (4,"Electric Piano 1")
9 , (5,"Electric Piano 2")
18 , (14,"Tubular Bells")
20 , (16,"Drawbar Organ")
21 , (17,"Percussive Organ")
27 , (23,"Tango Accordion")
28 , (24,"Acoustic Guitar (nylon)")
29 , (25,"Acoustic Guitar (steel)")
30 , (26,"Electric Guitar (jazz)")
31 , (27,"Electric Guitar (clean)")
32 , (28,"Electric Guitar (muted)")
33 , (29,"Overdriven Guitar")
34 , (30,"Distortion Guitar")
35 , (31,"Guitar Harmonics")
36 , (32,"Acoustic Bass")
37 , (33,"Electric Bass (finger)")
38 , (34,"Electric Bass (pick)")
39 , (35,"Fretless Bass")
48 , (44,"Tremolo Strings")
49 , (45,"Pizzicato Strings")
50 , (46,"Orchestral Harp")
52 , (48,"String Ensemble 1")
53 , (49,"String Ensemble 2")
54 , (50,"Synth Strings 1")
55 , (51,"Synth Strings 2")
59 , (55,"Orchestra Hit")
63 , (59,"Muted Trumpet")
65 , (61,"Brass Section")
66 , (62,"Synth Brass 1")
67 , (63,"Synth Brass 2")
84 , (80,"Lead 1 (square)")
85 , (81,"Lead 2 (sawtooth)")
86 , (82,"Lead 3 (calliope)")
87 , (83,"Lead 4 (chiff)")
88 , (84,"Lead 5 (charang)")
89 , (85,"Lead 6 (voice)")
90 , (86,"Lead 7 (fifths)")
91 , (87,"Lead 8 (bass + lead)")
92 , (88,"Pad 1 (new age)")
93 , (89,"Pad 2 (warm[disambiguation needed])")
94 , (90,"Pad 3 (polysynth)")
95 , (91,"Pad 4 (choir)")
96 , (92,"Pad 5 (bowed)")
97 , (93,"Pad 6 (metallic)")
99 , (95,"Pad 8 (sweep)")
101 , (97,"FX 2 (soundtrack)")
102 , (98,"FX 3 (crystal)")
103 , (99,"FX 4 (atmosphere)")
104 , (100,"FX 5 (brightness)")
105 , (101,"FX 6 (goblins)")
106 , (102,"FX 7 (echoes)")
107 , (103,"FX 8 (sci-fi)")
116 , (112,"Tinkle Bell")
118 , (114,"Steel Drums")
121 , (117,"Melodic Tom")
123 , (119,"Reverse Cymbal")
124 , (120,"Guitar Fret Noise")
125 , (121,"Breath Noise")
128 , (124,"Telephone Ring")