mrfakename commited on
Commit
fb85ce0
1 Parent(s): 4b0b4d6

Create vocab_config_piano.json

Browse files
Files changed (1) hide show
  1. vocab_config_piano.json +279 -0
vocab_config_piano.json ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "note_events": 128,
3
+ "wait_events": 125,
4
+ "max_wait_time": 1000,
5
+ "velocity_events": 128,
6
+ "velocity_bins": 16,
7
+ "velocity_exp": 0.33,
8
+ "do_token_sorting": true,
9
+ "unrolled_tokens": false,
10
+ "decode_end_held_note_delay": 5.0,
11
+ "decode_fix_repeated_notes": true,
12
+ "bin_instrument_names": [
13
+ "piano"
14
+ ],
15
+ "ch10_instrument_bin_name": "",
16
+ "program_name_to_bin_name": {
17
+ "Acoustic Grand Piano": "piano",
18
+ "Bright Acoustic Piano": "piano",
19
+ "Electric Grand Piano": "piano",
20
+ "Honky-tonk Piano": "piano",
21
+ "Electric Piano 1 (Rhodes Piano)": "piano",
22
+ "Electric Piano 2 (Chorused Piano)": "piano",
23
+ "Harpsichord": "piano",
24
+ "Clavinet": "piano",
25
+ "Celesta": "",
26
+ "Glockenspiel": "",
27
+ "Music Box": "",
28
+ "Vibraphone": "",
29
+ "Marimba": "",
30
+ "Xylophone": "",
31
+ "Tubular Bells": "",
32
+ "Dulcimer (Santur)": "",
33
+ "Drawbar Organ (Hammond)": "",
34
+ "Percussive Organ": "piano",
35
+ "Rock Organ": "piano",
36
+ "Church Organ": "piano",
37
+ "Reed Organ": "piano",
38
+ "Accordion (French)": "piano",
39
+ "Harmonica": "piano",
40
+ "Tango Accordion (Band neon)": "piano",
41
+ "Acoustic Guitar (nylon)": "",
42
+ "Acoustic Guitar (steel)": "",
43
+ "Electric Guitar (jazz)": "",
44
+ "Electric Guitar (clean)": "",
45
+ "Electric Guitar (muted)": "",
46
+ "Overdriven Guitar": "",
47
+ "Distortion Guitar": "",
48
+ "Guitar harmonics": "",
49
+ "Acoustic Bass": "",
50
+ "Electric Bass (fingered)": "",
51
+ "Electric Bass (picked)": "",
52
+ "Fretless Bass": "",
53
+ "Slap Bass 1": "",
54
+ "Slap Bass 2": "",
55
+ "Synth Bass 1": "",
56
+ "Synth Bass 2": "",
57
+ "Violin": "",
58
+ "Viola": "",
59
+ "Cello": "",
60
+ "Contrabass": "",
61
+ "Tremolo Strings": "",
62
+ "Pizzicato Strings": "",
63
+ "Orchestral Harp": "",
64
+ "Timpani": "",
65
+ "String Ensemble 1 (strings)": "",
66
+ "String Ensemble 2 (slow strings)": "",
67
+ "SynthStrings 1": "",
68
+ "SynthStrings 2": "",
69
+ "Choir Aahs": "",
70
+ "Voice Oohs": "",
71
+ "Synth Voice": "",
72
+ "Orchestra Hit": "",
73
+ "Trumpet": "",
74
+ "Trombone": "",
75
+ "Tuba": "",
76
+ "Muted Trumpet": "",
77
+ "French Horn": "",
78
+ "Brass Section": "",
79
+ "SynthBrass 1": "",
80
+ "SynthBrass 2": "",
81
+ "Soprano Sax": "",
82
+ "Alto Sax": "",
83
+ "Tenor Sax": "",
84
+ "Baritone Sax": "",
85
+ "Oboe": "",
86
+ "English Horn": "",
87
+ "Bassoon": "",
88
+ "Clarinet": "",
89
+ "Piccolo": "",
90
+ "Flute": "",
91
+ "Recorder": "",
92
+ "Pan Flute": "",
93
+ "Blown Bottle": "",
94
+ "Shakuhachi": "",
95
+ "Whistle": "",
96
+ "Ocarina": "",
97
+ "Lead 1 (square wave)": "",
98
+ "Lead 2 (sawtooth wave)": "",
99
+ "Lead 3 (calliope)": "",
100
+ "Lead 4 (chiffer)": "",
101
+ "Lead 5 (charang)": "",
102
+ "Lead 6 (voice solo)": "",
103
+ "Lead 7 (fifths)": "",
104
+ "Lead 8 (bass + lead)": "",
105
+ "Pad 1 (new age Fantasia)": "",
106
+ "Pad 2 (warm)": "",
107
+ "Pad 3 (polysynth)": "",
108
+ "Pad 4 (choir space voice)": "",
109
+ "Pad 5 (bowed glass)": "",
110
+ "Pad 6 (metallic pro)": "",
111
+ "Pad 7 (halo)": "",
112
+ "Pad 8 (sweep)": "",
113
+ "FX 1 (rain)": "",
114
+ "FX 2 (soundtrack)": "",
115
+ "FX 3 (crystal)": "",
116
+ "FX 4 (atmosphere)": "",
117
+ "FX 5 (brightness)": "",
118
+ "FX 6 (goblins)": "",
119
+ "FX 7 (echoes, drops)": "",
120
+ "FX 8 (sci-fi, star theme)": "",
121
+ "Sitar": "",
122
+ "Banjo": "",
123
+ "Shamisen": "",
124
+ "Koto": "",
125
+ "Kalimba": "",
126
+ "Bag pipe": "",
127
+ "Fiddle": "",
128
+ "Shanai": "",
129
+ "Tinkle Bell": "",
130
+ "Agogo": "",
131
+ "Steel Drums": "",
132
+ "Woodblock": "",
133
+ "Taiko Drum": "",
134
+ "Melodic Tom": "",
135
+ "Synth Drum": "",
136
+ "Reverse Cymbal": "",
137
+ "Guitar Fret Noise": "",
138
+ "Breath Noise": "",
139
+ "Seashore": "",
140
+ "Bird Tweet": "",
141
+ "Telephone Ring": "",
142
+ "Helicopter": "",
143
+ "Applause": "",
144
+ "Gunshot": ""
145
+ },
146
+ "bin_name_to_program_name": {
147
+ "piano": "Acoustic Grand Piano"
148
+ },
149
+ "instrument_names": {
150
+ "0": "Acoustic Grand Piano",
151
+ "1": "Bright Acoustic Piano",
152
+ "2": "Electric Grand Piano",
153
+ "3": "Honky-tonk Piano",
154
+ "4": "Electric Piano 1 (Rhodes Piano)",
155
+ "5": "Electric Piano 2 (Chorused Piano)",
156
+ "6": "Harpsichord",
157
+ "7": "Clavinet",
158
+ "8": "Celesta",
159
+ "9": "Glockenspiel",
160
+ "10": "Music Box",
161
+ "11": "Vibraphone",
162
+ "12": "Marimba",
163
+ "13": "Xylophone",
164
+ "14": "Tubular Bells",
165
+ "15": "Dulcimer (Santur)",
166
+ "16": "Drawbar Organ (Hammond)",
167
+ "17": "Percussive Organ",
168
+ "18": "Rock Organ",
169
+ "19": "Church Organ",
170
+ "20": "Reed Organ",
171
+ "21": "Accordion (French)",
172
+ "22": "Harmonica",
173
+ "23": "Tango Accordion (Band neon)",
174
+ "24": "Acoustic Guitar (nylon)",
175
+ "25": "Acoustic Guitar (steel)",
176
+ "26": "Electric Guitar (jazz)",
177
+ "27": "Electric Guitar (clean)",
178
+ "28": "Electric Guitar (muted)",
179
+ "29": "Overdriven Guitar",
180
+ "30": "Distortion Guitar",
181
+ "31": "Guitar harmonics",
182
+ "32": "Acoustic Bass",
183
+ "33": "Electric Bass (fingered)",
184
+ "34": "Electric Bass (picked)",
185
+ "35": "Fretless Bass",
186
+ "36": "Slap Bass 1",
187
+ "37": "Slap Bass 2",
188
+ "38": "Synth Bass 1",
189
+ "39": "Synth Bass 2",
190
+ "40": "Violin",
191
+ "41": "Viola",
192
+ "42": "Cello",
193
+ "43": "Contrabass",
194
+ "44": "Tremolo Strings",
195
+ "45": "Pizzicato Strings",
196
+ "46": "Orchestral Harp",
197
+ "47": "Timpani",
198
+ "48": "String Ensemble 1 (strings)",
199
+ "49": "String Ensemble 2 (slow strings)",
200
+ "50": "SynthStrings 1",
201
+ "51": "SynthStrings 2",
202
+ "52": "Choir Aahs",
203
+ "53": "Voice Oohs",
204
+ "54": "Synth Voice",
205
+ "55": "Orchestra Hit",
206
+ "56": "Trumpet",
207
+ "57": "Trombone",
208
+ "58": "Tuba",
209
+ "59": "Muted Trumpet",
210
+ "60": "French Horn",
211
+ "61": "Brass Section",
212
+ "62": "SynthBrass 1",
213
+ "63": "SynthBrass 2",
214
+ "64": "Soprano Sax",
215
+ "65": "Alto Sax",
216
+ "66": "Tenor Sax",
217
+ "67": "Baritone Sax",
218
+ "68": "Oboe",
219
+ "69": "English Horn",
220
+ "70": "Bassoon",
221
+ "71": "Clarinet",
222
+ "72": "Piccolo",
223
+ "73": "Flute",
224
+ "74": "Recorder",
225
+ "75": "Pan Flute",
226
+ "76": "Blown Bottle",
227
+ "77": "Shakuhachi",
228
+ "78": "Whistle",
229
+ "79": "Ocarina",
230
+ "80": "Lead 1 (square wave)",
231
+ "81": "Lead 2 (sawtooth wave)",
232
+ "82": "Lead 3 (calliope)",
233
+ "83": "Lead 4 (chiffer)",
234
+ "84": "Lead 5 (charang)",
235
+ "85": "Lead 6 (voice solo)",
236
+ "86": "Lead 7 (fifths)",
237
+ "87": "Lead 8 (bass + lead)",
238
+ "88": "Pad 1 (new age Fantasia)",
239
+ "89": "Pad 2 (warm)",
240
+ "90": "Pad 3 (polysynth)",
241
+ "91": "Pad 4 (choir space voice)",
242
+ "92": "Pad 5 (bowed glass)",
243
+ "93": "Pad 6 (metallic pro)",
244
+ "94": "Pad 7 (halo)",
245
+ "95": "Pad 8 (sweep)",
246
+ "96": "FX 1 (rain)",
247
+ "97": "FX 2 (soundtrack)",
248
+ "98": "FX 3 (crystal)",
249
+ "99": "FX 4 (atmosphere)",
250
+ "100": "FX 5 (brightness)",
251
+ "101": "FX 6 (goblins)",
252
+ "102": "FX 7 (echoes, drops)",
253
+ "103": "FX 8 (sci-fi, star theme)",
254
+ "104": "Sitar",
255
+ "105": "Banjo",
256
+ "106": "Shamisen",
257
+ "107": "Koto",
258
+ "108": "Kalimba",
259
+ "109": "Bag pipe",
260
+ "110": "Fiddle",
261
+ "111": "Shanai",
262
+ "112": "Tinkle Bell",
263
+ "113": "Agogo",
264
+ "114": "Steel Drums",
265
+ "115": "Woodblock",
266
+ "116": "Taiko Drum",
267
+ "117": "Melodic Tom",
268
+ "118": "Synth Drum",
269
+ "119": "Reverse Cymbal",
270
+ "120": "Guitar Fret Noise",
271
+ "121": "Breath Noise",
272
+ "122": "Seashore",
273
+ "123": "Bird Tweet",
274
+ "124": "Telephone Ring",
275
+ "125": "Helicopter",
276
+ "126": "Applause",
277
+ "127": "Gunshot"
278
+ }
279
+ }