Adapted for the latest MUtils library changes.
[LameXP.git] / src / Genres.cpp
blob038588bbebb62837f5738ea38992e36266929d39
1 ///////////////////////////////////////////////////////////////////////////////
2 // LameXP - Audio Encoder Front-End
3 // Copyright (C) 2004-2017 LoRd_MuldeR <MuldeR2@GMX.de>
4 //
5 // This program is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation; either version 2 of the License, or
8 // (at your option) any later version, but always including the *additional*
9 // restrictions defined in the "License.txt" file.
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License along
17 // with this program; if not, write to the Free Software Foundation, Inc.,
18 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 // http://www.gnu.org/licenses/gpl-2.0.txt
21 ///////////////////////////////////////////////////////////////////////////////
23 #include <stdlib.h>
25 extern const char *g_lamexp_generes[] =
27 "Blues",
28 "Classic Rock",
29 "Country",
30 "Dance",
31 "Disco",
32 "Funk",
33 "Grunge",
34 "Hip-Hop",
35 "Jazz",
36 "Metal",
37 "New Age",
38 "Oldies",
39 "Other",
40 "Pop",
41 "R&B",
42 "Rap",
43 "Reggae",
44 "Rock",
45 "Techno",
46 "Industrial",
47 "Alternative",
48 "Ska",
49 "Death Metal",
50 "Pranks",
51 "Soundtrack",
52 "Euro-Techno",
53 "Ambient",
54 "Trip-Hop",
55 "Vocal",
56 "Jazz+Funk",
57 "Fusion",
58 "Trance",
59 "Classical",
60 "Instrumental",
61 "Acid",
62 "House",
63 "Game",
64 "Sound Clip",
65 "Gospel",
66 "Noise",
67 "Alternative Rock",
68 "Bass",
69 "Soul",
70 "Punk",
71 "Space",
72 "Meditative",
73 "Instrumental Pop",
74 "Instrumental Rock",
75 "Ethnic",
76 "Gothic",
77 "Darkwave",
78 "Techno-Industrial",
79 "Electronic",
80 "Pop-Folk",
81 "Eurodance",
82 "Dream",
83 "Southern Rock",
84 "Comedy",
85 "Cult",
86 "Gangsta",
87 "Top 40",
88 "Christian Rap",
89 "Pop/Funk",
90 "Jungle",
91 "Native US",
92 "Cabaret",
93 "New Wave",
94 "Psychadelic",
95 "Rave",
96 "Showtunes",
97 "Trailer",
98 "Lo-Fi",
99 "Tribal",
100 "Acid Punk",
101 "Acid Jazz",
102 "Polka",
103 "Retro",
104 "Musical",
105 "Rock & Roll",
106 "Hard Rock",
107 "Folk",
108 "Folk-Rock",
109 "National Folk",
110 "Swing",
111 "Fast Fusion",
112 "Bebob",
113 "Latin",
114 "Revival",
115 "Celtic",
116 "Bluegrass",
117 "Avantgarde",
118 "Gothic Rock",
119 "Progressive Rock",
120 "Psychedelic Rock",
121 "Symphonic Rock",
122 "Slow Rock",
123 "Big Band",
124 "Chorus",
125 "Easy Listening",
126 "Acoustic",
127 "Humour",
128 "Speech",
129 "Chanson",
130 "Opera",
131 "Chamber Music",
132 "Sonata",
133 "Symphony",
134 "Booty Bass",
135 "Primus",
136 "Porn Groove",
137 "Satire",
138 "Slow Jam",
139 "Club",
140 "Tango",
141 "Samba",
142 "Folklore",
143 "Ballad",
144 "Power Ballad",
145 "Rhytmic Soul",
146 "Freestyle",
147 "Duet",
148 "Punk Rock",
149 "Drum Solo",
150 "Acapella",
151 "Euro-House",
152 "Dance Hall",
153 "Goa",
154 "Drum & Bass",
155 "Club-House",
156 "Hardcore",
157 "Terror",
158 "Indie",
159 "BritPop",
160 "Negerpunk",
161 "Polsk Punk",
162 "Beat",
163 "Christian Gangsta",
164 "Heavy Metal",
165 "Black Metal",
166 "Crossover",
167 "Contemporary C",
168 "Christian Rock",
169 "Merengue",
170 "Salsa",
171 "Thrash Metal",
172 "Anime",
173 "JPop",
174 "SynthPop",
175 NULL