fractal-midi 0.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +200 -0
- package/NOTICE +28 -0
- package/README.md +147 -0
- package/dist/am4/applicability.d.ts +61 -0
- package/dist/am4/applicability.d.ts.map +1 -0
- package/dist/am4/applicability.js +285 -0
- package/dist/am4/blockTypes.d.ts +43 -0
- package/dist/am4/blockTypes.d.ts.map +1 -0
- package/dist/am4/blockTypes.js +48 -0
- package/dist/am4/cacheEnums.d.ts +46 -0
- package/dist/am4/cacheEnums.d.ts.map +1 -0
- package/dist/am4/cacheEnums.js +734 -0
- package/dist/am4/cacheParams.d.ts +3533 -0
- package/dist/am4/cacheParams.d.ts.map +1 -0
- package/dist/am4/cacheParams.js +1996 -0
- package/dist/am4/editorControlLabels.d.ts +45 -0
- package/dist/am4/editorControlLabels.d.ts.map +1 -0
- package/dist/am4/editorControlLabels.js +15894 -0
- package/dist/am4/index.d.ts +28 -0
- package/dist/am4/index.d.ts.map +1 -0
- package/dist/am4/index.js +31 -0
- package/dist/am4/ir/preset.d.ts +24 -0
- package/dist/am4/ir/preset.d.ts.map +1 -0
- package/dist/am4/ir/preset.js +12 -0
- package/dist/am4/ir/transpile.d.ts +9 -0
- package/dist/am4/ir/transpile.d.ts.map +1 -0
- package/dist/am4/ir/transpile.js +19 -0
- package/dist/am4/locations.d.ts +32 -0
- package/dist/am4/locations.d.ts.map +1 -0
- package/dist/am4/locations.js +58 -0
- package/dist/am4/paramNames.d.ts +55 -0
- package/dist/am4/paramNames.d.ts.map +1 -0
- package/dist/am4/paramNames.js +863 -0
- package/dist/am4/paramNamesGenerated.d.ts +41 -0
- package/dist/am4/paramNamesGenerated.d.ts.map +1 -0
- package/dist/am4/paramNamesGenerated.js +183 -0
- package/dist/am4/parameterBridge.d.ts +46 -0
- package/dist/am4/parameterBridge.d.ts.map +1 -0
- package/dist/am4/parameterBridge.js +300 -0
- package/dist/am4/params.d.ts +9577 -0
- package/dist/am4/params.d.ts.map +1 -0
- package/dist/am4/params.js +4537 -0
- package/dist/am4/setParam.d.ts +414 -0
- package/dist/am4/setParam.d.ts.map +1 -0
- package/dist/am4/setParam.js +819 -0
- package/dist/am4/shared/paramHelpers.d.ts +55 -0
- package/dist/am4/shared/paramHelpers.d.ts.map +1 -0
- package/dist/am4/shared/paramHelpers.js +146 -0
- package/dist/am4/symbolicIds.d.ts +11 -0
- package/dist/am4/symbolicIds.d.ts.map +1 -0
- package/dist/am4/symbolicIds.js +587 -0
- package/dist/am4/typeApplicability.d.ts +39 -0
- package/dist/am4/typeApplicability.d.ts.map +1 -0
- package/dist/am4/typeApplicability.js +466 -0
- package/dist/am4/variantResolverTables.d.ts +51 -0
- package/dist/am4/variantResolverTables.d.ts.map +1 -0
- package/dist/am4/variantResolverTables.js +3128 -0
- package/dist/axe-fx-ii/blockTypes.d.ts +45 -0
- package/dist/axe-fx-ii/blockTypes.d.ts.map +1 -0
- package/dist/axe-fx-ii/blockTypes.js +116 -0
- package/dist/axe-fx-ii/index.d.ts +5 -0
- package/dist/axe-fx-ii/index.d.ts.map +1 -0
- package/dist/axe-fx-ii/index.js +18 -0
- package/dist/axe-fx-ii/paramAliases.d.ts +54 -0
- package/dist/axe-fx-ii/paramAliases.d.ts.map +1 -0
- package/dist/axe-fx-ii/paramAliases.js +146 -0
- package/dist/axe-fx-ii/params.d.ts +11502 -0
- package/dist/axe-fx-ii/params.d.ts.map +1 -0
- package/dist/axe-fx-ii/params.js +2847 -0
- package/dist/axe-fx-ii/setParam.d.ts +560 -0
- package/dist/axe-fx-ii/setParam.d.ts.map +1 -0
- package/dist/axe-fx-ii/setParam.js +888 -0
- package/dist/axe-fx-iii/blockTypes.d.ts +87 -0
- package/dist/axe-fx-iii/blockTypes.d.ts.map +1 -0
- package/dist/axe-fx-iii/blockTypes.js +156 -0
- package/dist/axe-fx-iii/enumOverlay.d.ts +73 -0
- package/dist/axe-fx-iii/enumOverlay.d.ts.map +1 -0
- package/dist/axe-fx-iii/enumOverlay.js +236 -0
- package/dist/axe-fx-iii/index.d.ts +9 -0
- package/dist/axe-fx-iii/index.d.ts.map +1 -0
- package/dist/axe-fx-iii/index.js +20 -0
- package/dist/axe-fx-iii/params.d.ts +179 -0
- package/dist/axe-fx-iii/params.d.ts.map +1 -0
- package/dist/axe-fx-iii/params.js +6913 -0
- package/dist/axe-fx-iii/setParam.d.ts +460 -0
- package/dist/axe-fx-iii/setParam.d.ts.map +1 -0
- package/dist/axe-fx-iii/setParam.js +910 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/shared/checksum.d.ts +10 -0
- package/dist/shared/checksum.d.ts.map +1 -0
- package/dist/shared/checksum.js +14 -0
- package/dist/shared/device.d.ts +195 -0
- package/dist/shared/device.d.ts.map +1 -0
- package/dist/shared/device.js +27 -0
- package/dist/shared/index.d.ts +8 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/index.js +11 -0
- package/dist/shared/lineage/amp-lineage.json +8313 -0
- package/dist/shared/lineage/axefx2-amp-lineage.json +5871 -0
- package/dist/shared/lineage/axefx2-delay-lineage.json +226 -0
- package/dist/shared/lineage/axefx2-drive-lineage.json +575 -0
- package/dist/shared/lineage/axefx2-reverb-lineage.json +467 -0
- package/dist/shared/lineage/cab-lineage.json +10777 -0
- package/dist/shared/lineage/chorus-lineage.json +173 -0
- package/dist/shared/lineage/compressor-lineage.json +338 -0
- package/dist/shared/lineage/delay-lineage.json +313 -0
- package/dist/shared/lineage/drive-lineage.json +1844 -0
- package/dist/shared/lineage/flanger-lineage.json +313 -0
- package/dist/shared/lineage/phaser-lineage.json +208 -0
- package/dist/shared/lineage/reverb-lineage.json +793 -0
- package/dist/shared/lineage/wah-lineage.json +117 -0
- package/dist/shared/lineageLookup.d.ts +69 -0
- package/dist/shared/lineageLookup.d.ts.map +1 -0
- package/dist/shared/lineageLookup.js +196 -0
- package/dist/shared/packValue.d.ts +40 -0
- package/dist/shared/packValue.d.ts.map +1 -0
- package/dist/shared/packValue.js +105 -0
- package/dist/shared/types.d.ts +23 -0
- package/dist/shared/types.d.ts.map +1 -0
- package/dist/shared/types.js +9 -0
- package/package.json +75 -0
|
@@ -0,0 +1,1844 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_source": "Fractal Audio wiki — Drive_block.md + Blocks Guide PDF",
|
|
3
|
+
"_extractedAt": "2026-04-26T02:14:32.323Z",
|
|
4
|
+
"_catalogSize": 78,
|
|
5
|
+
"_recordCount": 83,
|
|
6
|
+
"records": [
|
|
7
|
+
{
|
|
8
|
+
"am4Name": "77 Custom OD",
|
|
9
|
+
"wikiName": "77 CUSTOM OD",
|
|
10
|
+
"categories": [
|
|
11
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
12
|
+
],
|
|
13
|
+
"clipTypes": [
|
|
14
|
+
"Diodes, Op-Amp"
|
|
15
|
+
],
|
|
16
|
+
"fractalQuotes": [
|
|
17
|
+
{
|
|
18
|
+
"text": "The Bump switch adds 5 dB of boost at 300 Hz. The Mid control is already set to do this. Turn the Mid control up to 7.4.",
|
|
19
|
+
"url": "https://forum.fractalaudio.com/threads/77-custom-od-bump-switch.218998/#post-2759146",
|
|
20
|
+
"attribution": "Fractal Audio"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"flags": [],
|
|
24
|
+
"basedOn": {
|
|
25
|
+
"primary": "MXR M77 Badass Modified OD",
|
|
26
|
+
"manufacturer": "MXR",
|
|
27
|
+
"model": "M77",
|
|
28
|
+
"productName": "Badass Modified OD",
|
|
29
|
+
"source": "fractal-wiki"
|
|
30
|
+
},
|
|
31
|
+
"controls": {
|
|
32
|
+
"values": [
|
|
33
|
+
"Tone",
|
|
34
|
+
"Output",
|
|
35
|
+
"100HZ cut/boost",
|
|
36
|
+
"Gain",
|
|
37
|
+
"Bump switch"
|
|
38
|
+
],
|
|
39
|
+
"raw": "Tone, Output, 100HZ cut/boost, Gain and Bump switch",
|
|
40
|
+
"source": "fractal-wiki"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"am4Name": "Angry Chuck",
|
|
45
|
+
"wikiName": "ANGRY CHUCK",
|
|
46
|
+
"categories": [
|
|
47
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
48
|
+
],
|
|
49
|
+
"clipTypes": [
|
|
50
|
+
"LED"
|
|
51
|
+
],
|
|
52
|
+
"fractalQuotes": [
|
|
53
|
+
{
|
|
54
|
+
"text": "A drive pedal that is marketed as sounding like a JCM800 but is really just another MI Audio Crunchbox / Suhr Riot / etc. derivative which can all trace their lineage back to the Marshall Bluesbreaker.",
|
|
55
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-28-07-release.213816/page-2#post-2681540",
|
|
56
|
+
"attribution": "Fractal Audio"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"flags": [],
|
|
60
|
+
"basedOn": {
|
|
61
|
+
"primary": "JHS V3 Angry Charlie",
|
|
62
|
+
"manufacturer": "JHS",
|
|
63
|
+
"model": "V3",
|
|
64
|
+
"productName": "Angry Charlie",
|
|
65
|
+
"source": "fractal-wiki"
|
|
66
|
+
},
|
|
67
|
+
"controls": {
|
|
68
|
+
"values": [
|
|
69
|
+
"Drive",
|
|
70
|
+
"Volume",
|
|
71
|
+
"Bass",
|
|
72
|
+
"Middle",
|
|
73
|
+
"Treble"
|
|
74
|
+
],
|
|
75
|
+
"raw": "Drive, Volume, Bass, Middle and Treble",
|
|
76
|
+
"source": "fractal-wiki"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"am4Name": "BB Pre",
|
|
81
|
+
"wikiName": "BB PRE",
|
|
82
|
+
"categories": [],
|
|
83
|
+
"clipTypes": [],
|
|
84
|
+
"fractalQuotes": [
|
|
85
|
+
{
|
|
86
|
+
"text": "The BB is more of a clean boost it's just pushing the amp (model).",
|
|
87
|
+
"url": "https://forum.fractalaudio.com/threads/drive-block-status.147823/page-5#post-1748658",
|
|
88
|
+
"attribution": "Fractal Audio"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"flags": [],
|
|
92
|
+
"basedOn": {
|
|
93
|
+
"primary": "Xotic BB",
|
|
94
|
+
"manufacturer": "Xotic",
|
|
95
|
+
"productName": "BB",
|
|
96
|
+
"source": "fractal-wiki"
|
|
97
|
+
},
|
|
98
|
+
"description": "Based on the Xotic BB preamp standard (v1.5)",
|
|
99
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
100
|
+
"controls": {
|
|
101
|
+
"values": [
|
|
102
|
+
"Gain",
|
|
103
|
+
"Volume",
|
|
104
|
+
"Bass",
|
|
105
|
+
"Treble"
|
|
106
|
+
],
|
|
107
|
+
"raw": "Gain, Volume, Bass and Treble",
|
|
108
|
+
"source": "fractal-wiki"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"am4Name": "BB Pre AT",
|
|
113
|
+
"wikiName": "BB PRE AT",
|
|
114
|
+
"categories": [
|
|
115
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
116
|
+
],
|
|
117
|
+
"clipTypes": [
|
|
118
|
+
"Diodes, Op-Amp"
|
|
119
|
+
],
|
|
120
|
+
"fractalQuotes": [],
|
|
121
|
+
"flags": [],
|
|
122
|
+
"basedOn": {
|
|
123
|
+
"primary": "Xotic BB AT",
|
|
124
|
+
"manufacturer": "Xotic",
|
|
125
|
+
"productName": "BB AT",
|
|
126
|
+
"source": "fractal-wiki"
|
|
127
|
+
},
|
|
128
|
+
"description": "Based on the special \"Andy Timmons\" edition of the above (pre v1.5)",
|
|
129
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"am4Name": "Bender Fuzz",
|
|
133
|
+
"wikiName": "BENDER FUZZ",
|
|
134
|
+
"categories": [
|
|
135
|
+
"Bass",
|
|
136
|
+
"Fuzz"
|
|
137
|
+
],
|
|
138
|
+
"clipTypes": [
|
|
139
|
+
"Hard"
|
|
140
|
+
],
|
|
141
|
+
"fractalQuotes": [],
|
|
142
|
+
"flags": [],
|
|
143
|
+
"basedOn": {
|
|
144
|
+
"primary": "Sola Sound / Vox Tone Bender",
|
|
145
|
+
"manufacturer": "Sola Sound",
|
|
146
|
+
"productName": "/ Vox Tone Bender",
|
|
147
|
+
"source": "fractal-wiki"
|
|
148
|
+
},
|
|
149
|
+
"description": "Based on the classic Tone Bender circuit.",
|
|
150
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"am4Name": "Bit Crusher",
|
|
154
|
+
"wikiName": "BIT CRUSHER",
|
|
155
|
+
"categories": [
|
|
156
|
+
"Other"
|
|
157
|
+
],
|
|
158
|
+
"clipTypes": [
|
|
159
|
+
"Silicon"
|
|
160
|
+
],
|
|
161
|
+
"fractalQuotes": [],
|
|
162
|
+
"flags": [],
|
|
163
|
+
"description": "Based on a black box we found in the dumpster outside Studio Harshclip.",
|
|
164
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
165
|
+
"basedOn": {
|
|
166
|
+
"primary": "black box we found in the dumpster outside Studio Harshclip",
|
|
167
|
+
"source": "fractal-blocks-guide"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"am4Name": "Blackglass 7K",
|
|
172
|
+
"wikiName": "BLACKGLASS 7K",
|
|
173
|
+
"categories": [
|
|
174
|
+
"Bass"
|
|
175
|
+
],
|
|
176
|
+
"clipTypes": [
|
|
177
|
+
"Other"
|
|
178
|
+
],
|
|
179
|
+
"fractalQuotes": [],
|
|
180
|
+
"flags": [],
|
|
181
|
+
"basedOn": {
|
|
182
|
+
"primary": "Darkglass B7K Microtubes",
|
|
183
|
+
"manufacturer": "Darkglass",
|
|
184
|
+
"model": "B7K",
|
|
185
|
+
"productName": "Microtubes",
|
|
186
|
+
"source": "fractal-wiki"
|
|
187
|
+
},
|
|
188
|
+
"description": "Based on Darkglass Microtubes B7K bass preamp and drive.",
|
|
189
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
190
|
+
"controls": {
|
|
191
|
+
"values": [
|
|
192
|
+
"Blend",
|
|
193
|
+
"Level",
|
|
194
|
+
"Drive",
|
|
195
|
+
"Low",
|
|
196
|
+
"Low Mids",
|
|
197
|
+
"Hi Mids",
|
|
198
|
+
"Treble"
|
|
199
|
+
],
|
|
200
|
+
"raw": "Blend , Level, Drive and four EQ knobs: Low , Low Mids , Hi Mids , Treble",
|
|
201
|
+
"source": "fractal-wiki"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"am4Name": "Blues OD",
|
|
206
|
+
"wikiName": "BLUES OD",
|
|
207
|
+
"categories": [
|
|
208
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
209
|
+
],
|
|
210
|
+
"clipTypes": [
|
|
211
|
+
"Diodes, Op-Amp"
|
|
212
|
+
],
|
|
213
|
+
"fractalQuotes": [],
|
|
214
|
+
"flags": [],
|
|
215
|
+
"basedOn": {
|
|
216
|
+
"primary": "Marshall Bluesbreaker Mk1",
|
|
217
|
+
"manufacturer": "Marshall",
|
|
218
|
+
"productName": "Bluesbreaker Mk1",
|
|
219
|
+
"source": "fractal-wiki"
|
|
220
|
+
},
|
|
221
|
+
"description": "Based on the Marshall Bluesbreaker.",
|
|
222
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
223
|
+
"controls": {
|
|
224
|
+
"values": [
|
|
225
|
+
"Gain",
|
|
226
|
+
"Tone"
|
|
227
|
+
],
|
|
228
|
+
"raw": "Gain, Tone, and Volume",
|
|
229
|
+
"source": "fractal-wiki"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"am4Name": "Bosom Boost",
|
|
234
|
+
"wikiName": "BOSOM BOOST",
|
|
235
|
+
"categories": [
|
|
236
|
+
"Clean boost"
|
|
237
|
+
],
|
|
238
|
+
"clipTypes": [
|
|
239
|
+
"Other"
|
|
240
|
+
],
|
|
241
|
+
"fractalQuotes": [
|
|
242
|
+
{
|
|
243
|
+
"text": "Actual pedal doesn't have a Level control so the default is 10.",
|
|
244
|
+
"url": "https://forum.fractalaudio.com/threads/buxom-boost-default-settings.195599/post-2435849",
|
|
245
|
+
"attribution": "Fractal Audio"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"flags": [],
|
|
249
|
+
"basedOn": {
|
|
250
|
+
"primary": "Friedman Buxom",
|
|
251
|
+
"manufacturer": "Friedman",
|
|
252
|
+
"productName": "Buxom",
|
|
253
|
+
"source": "fractal-wiki"
|
|
254
|
+
},
|
|
255
|
+
"description": "Based on a Friedman Buxom Boost",
|
|
256
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"am4Name": "BOX O'CRUNCH",
|
|
260
|
+
"wikiName": "BOX O'CRUNCH",
|
|
261
|
+
"categories": [
|
|
262
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
263
|
+
],
|
|
264
|
+
"clipTypes": [
|
|
265
|
+
"LED"
|
|
266
|
+
],
|
|
267
|
+
"fractalQuotes": [],
|
|
268
|
+
"flags": [
|
|
269
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
270
|
+
],
|
|
271
|
+
"basedOn": {
|
|
272
|
+
"primary": "MI Audio V1 Crunch Box",
|
|
273
|
+
"manufacturer": "MI Audio",
|
|
274
|
+
"model": "V1",
|
|
275
|
+
"productName": "Crunch Box",
|
|
276
|
+
"source": "fractal-wiki"
|
|
277
|
+
},
|
|
278
|
+
"controls": {
|
|
279
|
+
"values": [
|
|
280
|
+
"Gain",
|
|
281
|
+
"Tone"
|
|
282
|
+
],
|
|
283
|
+
"raw": "Gain , Tone , and Vol",
|
|
284
|
+
"source": "fractal-wiki"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"am4Name": "Colortone Booster",
|
|
289
|
+
"wikiName": "COLORTONE BOOSTER",
|
|
290
|
+
"categories": [
|
|
291
|
+
"Fuzz"
|
|
292
|
+
],
|
|
293
|
+
"clipTypes": [
|
|
294
|
+
"Silicon"
|
|
295
|
+
],
|
|
296
|
+
"fractalQuotes": [],
|
|
297
|
+
"flags": [],
|
|
298
|
+
"basedOn": {
|
|
299
|
+
"primary": "Colorsound",
|
|
300
|
+
"manufacturer": "Colorsound",
|
|
301
|
+
"source": "fractal-wiki"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"am4Name": "Colortone OD",
|
|
306
|
+
"wikiName": "COLORTONE OD",
|
|
307
|
+
"categories": [
|
|
308
|
+
"Fuzz"
|
|
309
|
+
],
|
|
310
|
+
"clipTypes": [
|
|
311
|
+
"Silicon"
|
|
312
|
+
],
|
|
313
|
+
"fractalQuotes": [],
|
|
314
|
+
"flags": [],
|
|
315
|
+
"basedOn": {
|
|
316
|
+
"primary": "Colorsound Overdriver",
|
|
317
|
+
"manufacturer": "Colorsound",
|
|
318
|
+
"productName": "Overdriver",
|
|
319
|
+
"source": "fractal-wiki"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"am4Name": "COMPULSION DISTORTION HP",
|
|
324
|
+
"wikiName": "COMPULSION DISTORTION HP",
|
|
325
|
+
"categories": [],
|
|
326
|
+
"clipTypes": [],
|
|
327
|
+
"fractalQuotes": [],
|
|
328
|
+
"flags": [
|
|
329
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
330
|
+
],
|
|
331
|
+
"basedOn": {
|
|
332
|
+
"primary": "Fulltone OCD",
|
|
333
|
+
"manufacturer": "Fulltone",
|
|
334
|
+
"productName": "OCD",
|
|
335
|
+
"source": "fractal-wiki"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"am4Name": "COMPULSION DISTORTION LP",
|
|
340
|
+
"wikiName": "COMPULSION DISTORTION LP",
|
|
341
|
+
"categories": [],
|
|
342
|
+
"clipTypes": [],
|
|
343
|
+
"fractalQuotes": [],
|
|
344
|
+
"flags": [
|
|
345
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
346
|
+
],
|
|
347
|
+
"basedOn": {
|
|
348
|
+
"primary": "Fulltone OCD",
|
|
349
|
+
"manufacturer": "Fulltone",
|
|
350
|
+
"productName": "OCD",
|
|
351
|
+
"source": "fractal-wiki"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"am4Name": "DS1 Distortion",
|
|
356
|
+
"wikiName": "DS1 DISTORTION",
|
|
357
|
+
"categories": [
|
|
358
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
359
|
+
],
|
|
360
|
+
"clipTypes": [
|
|
361
|
+
"Diodes, Op-Amp"
|
|
362
|
+
],
|
|
363
|
+
"fractalQuotes": [
|
|
364
|
+
{
|
|
365
|
+
"text": "Some component values changed. Not a big difference.",
|
|
366
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-27-03-public-beta-2.210131/#post-2626446",
|
|
367
|
+
"attribution": "Fractal Audio"
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"flags": [],
|
|
371
|
+
"basedOn": {
|
|
372
|
+
"primary": "Boss DS-1 Distortion",
|
|
373
|
+
"manufacturer": "Boss",
|
|
374
|
+
"model": "DS-1",
|
|
375
|
+
"productName": "DS-1 Distortion",
|
|
376
|
+
"source": "fractal-wiki"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"am4Name": "DS1 Distortion Mod",
|
|
381
|
+
"wikiName": "DS1 DISTORTION MOD",
|
|
382
|
+
"categories": [
|
|
383
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
384
|
+
],
|
|
385
|
+
"clipTypes": [
|
|
386
|
+
"Diodes, Op-Amp"
|
|
387
|
+
],
|
|
388
|
+
"fractalQuotes": [],
|
|
389
|
+
"flags": [],
|
|
390
|
+
"basedOn": {
|
|
391
|
+
"primary": "Boss DS-1 Distortion",
|
|
392
|
+
"manufacturer": "Boss",
|
|
393
|
+
"model": "DS-1",
|
|
394
|
+
"productName": "DS-1 Distortion",
|
|
395
|
+
"source": "fractal-wiki"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"am4Name": "Esoteric ACB",
|
|
400
|
+
"wikiName": "ESOTERIC ACB",
|
|
401
|
+
"categories": [
|
|
402
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
403
|
+
],
|
|
404
|
+
"clipTypes": [
|
|
405
|
+
"Diodes, Op-Amp"
|
|
406
|
+
],
|
|
407
|
+
"fractalQuotes": [],
|
|
408
|
+
"flags": [],
|
|
409
|
+
"basedOn": {
|
|
410
|
+
"primary": "Xotic AC",
|
|
411
|
+
"manufacturer": "Xotic",
|
|
412
|
+
"productName": "AC",
|
|
413
|
+
"source": "fractal-wiki"
|
|
414
|
+
},
|
|
415
|
+
"description": "Based on the Xotic AC Booster",
|
|
416
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
417
|
+
"controls": {
|
|
418
|
+
"values": [
|
|
419
|
+
"Gain",
|
|
420
|
+
"Volume",
|
|
421
|
+
"Bass",
|
|
422
|
+
"Treble"
|
|
423
|
+
],
|
|
424
|
+
"raw": "Gain, Volume, Bass and Treble",
|
|
425
|
+
"source": "fractal-wiki"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"am4Name": "Esoteric Bass RCB",
|
|
430
|
+
"wikiName": "ESOTERIC BASS RCB",
|
|
431
|
+
"categories": [
|
|
432
|
+
"Clean boost",
|
|
433
|
+
"Bass"
|
|
434
|
+
],
|
|
435
|
+
"clipTypes": [
|
|
436
|
+
"LED"
|
|
437
|
+
],
|
|
438
|
+
"fractalQuotes": [],
|
|
439
|
+
"flags": [],
|
|
440
|
+
"basedOn": {
|
|
441
|
+
"primary": "Xotic Bass RC",
|
|
442
|
+
"manufacturer": "Xotic",
|
|
443
|
+
"productName": "Bass RC",
|
|
444
|
+
"source": "fractal-wiki"
|
|
445
|
+
},
|
|
446
|
+
"description": "Based on the Xotic boost pedal for bass.",
|
|
447
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"am4Name": "Esoteric RCB",
|
|
451
|
+
"wikiName": "ESOTERIC RCB",
|
|
452
|
+
"categories": [
|
|
453
|
+
"Clean boost"
|
|
454
|
+
],
|
|
455
|
+
"clipTypes": [
|
|
456
|
+
"Diodes, Op-Amp"
|
|
457
|
+
],
|
|
458
|
+
"fractalQuotes": [],
|
|
459
|
+
"flags": [],
|
|
460
|
+
"basedOn": {
|
|
461
|
+
"primary": "Xotic RC v1",
|
|
462
|
+
"manufacturer": "Xotic",
|
|
463
|
+
"productName": "RC v1",
|
|
464
|
+
"source": "fractal-wiki"
|
|
465
|
+
},
|
|
466
|
+
"description": "Based on the Xotic RC Booster",
|
|
467
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
468
|
+
"controls": {
|
|
469
|
+
"values": [
|
|
470
|
+
"Gain",
|
|
471
|
+
"Volume",
|
|
472
|
+
"Bass",
|
|
473
|
+
"Treble"
|
|
474
|
+
],
|
|
475
|
+
"raw": "Gain, Volume, Bass and Treble",
|
|
476
|
+
"source": "fractal-wiki"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"am4Name": "Eternal Love",
|
|
481
|
+
"wikiName": "ETERNAL LOVE",
|
|
482
|
+
"categories": [
|
|
483
|
+
"Clean boost",
|
|
484
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
485
|
+
],
|
|
486
|
+
"clipTypes": [
|
|
487
|
+
"Diodes, Op-Amp"
|
|
488
|
+
],
|
|
489
|
+
"fractalQuotes": [],
|
|
490
|
+
"flags": [],
|
|
491
|
+
"basedOn": {
|
|
492
|
+
"primary": "Lovepedal Eternity",
|
|
493
|
+
"manufacturer": "Lovepedal",
|
|
494
|
+
"productName": "Eternity",
|
|
495
|
+
"source": "fractal-wiki"
|
|
496
|
+
},
|
|
497
|
+
"description": "Based on a Lovepedal Eternity.",
|
|
498
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
499
|
+
"controls": {
|
|
500
|
+
"values": [
|
|
501
|
+
"Level",
|
|
502
|
+
"Drive",
|
|
503
|
+
"Glass"
|
|
504
|
+
],
|
|
505
|
+
"raw": "Level, Drive and Glass which sets the amount of presence",
|
|
506
|
+
"source": "fractal-wiki"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"am4Name": "Face Fuzz",
|
|
511
|
+
"wikiName": "FACE FUZZ",
|
|
512
|
+
"categories": [
|
|
513
|
+
"Fuzz"
|
|
514
|
+
],
|
|
515
|
+
"clipTypes": [
|
|
516
|
+
"Germanium"
|
|
517
|
+
],
|
|
518
|
+
"fractalQuotes": [],
|
|
519
|
+
"flags": [],
|
|
520
|
+
"basedOn": {
|
|
521
|
+
"primary": "Dallas Arbiter Face",
|
|
522
|
+
"manufacturer": "Dallas Arbiter",
|
|
523
|
+
"productName": "Face",
|
|
524
|
+
"source": "fractal-wiki"
|
|
525
|
+
},
|
|
526
|
+
"description": "Based on Dallas Arbiter Fuzz Face",
|
|
527
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"am4Name": "FAS Boost",
|
|
531
|
+
"wikiName": "FAS BOOST",
|
|
532
|
+
"categories": [
|
|
533
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
534
|
+
],
|
|
535
|
+
"clipTypes": [
|
|
536
|
+
"Diodes, Op-Amp"
|
|
537
|
+
],
|
|
538
|
+
"fractalQuotes": [],
|
|
539
|
+
"flags": [],
|
|
540
|
+
"description": "Our own take on the boost pedal.",
|
|
541
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"am4Name": "FAS LED-Drive",
|
|
545
|
+
"wikiName": "FAS LED-DRIVE",
|
|
546
|
+
"categories": [
|
|
547
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
548
|
+
],
|
|
549
|
+
"clipTypes": [
|
|
550
|
+
"Diodes, Op-Amp",
|
|
551
|
+
"LED"
|
|
552
|
+
],
|
|
553
|
+
"fractalQuotes": [],
|
|
554
|
+
"flags": [],
|
|
555
|
+
"description": "LED clipping design by Fractal Audio Systems",
|
|
556
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"am4Name": "Fat Rat",
|
|
560
|
+
"wikiName": "FAT RAT",
|
|
561
|
+
"categories": [
|
|
562
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
563
|
+
],
|
|
564
|
+
"clipTypes": [
|
|
565
|
+
"Diodes, Op-Amp",
|
|
566
|
+
"FET",
|
|
567
|
+
"LED"
|
|
568
|
+
],
|
|
569
|
+
"fractalQuotes": [],
|
|
570
|
+
"flags": [],
|
|
571
|
+
"basedOn": {
|
|
572
|
+
"primary": "Pro Co modded RAT LED clipping",
|
|
573
|
+
"manufacturer": "Pro Co",
|
|
574
|
+
"productName": "modded RAT LED clipping",
|
|
575
|
+
"source": "fractal-wiki"
|
|
576
|
+
},
|
|
577
|
+
"description": "A modified version of the Rat Distortion. Fuller and smoother.",
|
|
578
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"am4Name": "FET Boost",
|
|
582
|
+
"wikiName": "FET BOOST",
|
|
583
|
+
"categories": [
|
|
584
|
+
"Clean boost"
|
|
585
|
+
],
|
|
586
|
+
"clipTypes": [
|
|
587
|
+
"FET"
|
|
588
|
+
],
|
|
589
|
+
"fractalQuotes": [],
|
|
590
|
+
"flags": [],
|
|
591
|
+
"description": "A gentle, smooth clipping booster with tone controls.",
|
|
592
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"am4Name": "FET Preamp",
|
|
596
|
+
"wikiName": "FET PREAMP",
|
|
597
|
+
"categories": [
|
|
598
|
+
"Clean boost"
|
|
599
|
+
],
|
|
600
|
+
"clipTypes": [
|
|
601
|
+
"FET"
|
|
602
|
+
],
|
|
603
|
+
"fractalQuotes": [],
|
|
604
|
+
"flags": [],
|
|
605
|
+
"basedOn": {
|
|
606
|
+
"primary": "Boss FA-1 FET",
|
|
607
|
+
"manufacturer": "Boss",
|
|
608
|
+
"model": "FA-1",
|
|
609
|
+
"productName": "FET",
|
|
610
|
+
"source": "fractal-wiki"
|
|
611
|
+
},
|
|
612
|
+
"description": "Based on (surprise!) a FET preamp.",
|
|
613
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"am4Name": "Full OD",
|
|
617
|
+
"wikiName": "FULL OD",
|
|
618
|
+
"categories": [
|
|
619
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
620
|
+
],
|
|
621
|
+
"clipTypes": [
|
|
622
|
+
"Diodes, Op-Amp"
|
|
623
|
+
],
|
|
624
|
+
"fractalQuotes": [
|
|
625
|
+
{
|
|
626
|
+
"text": "The Full OD model is based on a Fulltone Fulldrive 2.",
|
|
627
|
+
"url": "https://forum.fractalaudio.com/threads/ax8-drives.120062/post-1429331",
|
|
628
|
+
"attribution": "Fractal Audio"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"flags": [],
|
|
632
|
+
"basedOn": {
|
|
633
|
+
"primary": "Fulltone Full-Drive 2",
|
|
634
|
+
"manufacturer": "Fulltone",
|
|
635
|
+
"productName": "Full-Drive 2",
|
|
636
|
+
"source": "fractal-wiki"
|
|
637
|
+
},
|
|
638
|
+
"description": "Based on the Fulltone Fulldrive OD Pedal.",
|
|
639
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
640
|
+
"controls": {
|
|
641
|
+
"values": [
|
|
642
|
+
"Volume",
|
|
643
|
+
"Tone",
|
|
644
|
+
"Overdrive",
|
|
645
|
+
"Boost"
|
|
646
|
+
],
|
|
647
|
+
"raw": "Volume, Tone, Overdrive, Boost",
|
|
648
|
+
"source": "fractal-wiki"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"am4Name": "Gauss Drive",
|
|
653
|
+
"wikiName": "GAUSS DRIVE",
|
|
654
|
+
"categories": [
|
|
655
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
656
|
+
],
|
|
657
|
+
"clipTypes": [
|
|
658
|
+
"Diodes, Op-Amp"
|
|
659
|
+
],
|
|
660
|
+
"fractalQuotes": [],
|
|
661
|
+
"flags": [],
|
|
662
|
+
"basedOn": {
|
|
663
|
+
"primary": "Mesa Flux-Drive",
|
|
664
|
+
"manufacturer": "Mesa",
|
|
665
|
+
"productName": "Flux-Drive",
|
|
666
|
+
"source": "fractal-wiki"
|
|
667
|
+
},
|
|
668
|
+
"controls": {
|
|
669
|
+
"values": [
|
|
670
|
+
"Level",
|
|
671
|
+
"Gain",
|
|
672
|
+
"Bass",
|
|
673
|
+
"Treble"
|
|
674
|
+
],
|
|
675
|
+
"raw": "Level, Gain, Bass, Treble",
|
|
676
|
+
"source": "fractal-wiki"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"am4Name": "Griddle Cake",
|
|
681
|
+
"wikiName": "GRIDDLE CAKE",
|
|
682
|
+
"categories": [
|
|
683
|
+
"Fuzz",
|
|
684
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
685
|
+
],
|
|
686
|
+
"clipTypes": [
|
|
687
|
+
"Other"
|
|
688
|
+
],
|
|
689
|
+
"fractalQuotes": [],
|
|
690
|
+
"flags": [],
|
|
691
|
+
"basedOn": {
|
|
692
|
+
"primary": "Crowther Hot Cake",
|
|
693
|
+
"source": "fractal-wiki"
|
|
694
|
+
},
|
|
695
|
+
"description": "Based on the Crowther Hot Cake.",
|
|
696
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
697
|
+
"controls": {
|
|
698
|
+
"values": [
|
|
699
|
+
"Level",
|
|
700
|
+
"Presence",
|
|
701
|
+
"Drive"
|
|
702
|
+
],
|
|
703
|
+
"raw": "Level, Presence, Drive, and a XLF switch which extends low frequencies",
|
|
704
|
+
"source": "fractal-wiki"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"am4Name": "Guardian Photon Speed",
|
|
709
|
+
"wikiName": "GUARDIAN PHOTON SPEED",
|
|
710
|
+
"categories": [
|
|
711
|
+
"Clean boost",
|
|
712
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
713
|
+
],
|
|
714
|
+
"clipTypes": [
|
|
715
|
+
"Diodes, Op-Amp"
|
|
716
|
+
],
|
|
717
|
+
"fractalQuotes": [],
|
|
718
|
+
"flags": [],
|
|
719
|
+
"basedOn": {
|
|
720
|
+
"primary": "Greer Lightspeed",
|
|
721
|
+
"source": "fractal-wiki"
|
|
722
|
+
},
|
|
723
|
+
"controls": {
|
|
724
|
+
"values": [
|
|
725
|
+
"Loudness",
|
|
726
|
+
"Drive",
|
|
727
|
+
"Freq"
|
|
728
|
+
],
|
|
729
|
+
"raw": "Loudness , Drive, Freq",
|
|
730
|
+
"source": "fractal-wiki"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"am4Name": "Hard Fuzz",
|
|
735
|
+
"wikiName": "HARD FUZZ",
|
|
736
|
+
"categories": [
|
|
737
|
+
"Fuzz"
|
|
738
|
+
],
|
|
739
|
+
"clipTypes": [
|
|
740
|
+
"Hard"
|
|
741
|
+
],
|
|
742
|
+
"fractalQuotes": [],
|
|
743
|
+
"flags": [],
|
|
744
|
+
"description": "A hard-clipping, 60s-style fuzz.",
|
|
745
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"am4Name": "Heartpedal 11",
|
|
749
|
+
"wikiName": "HEARTPEDAL 11",
|
|
750
|
+
"categories": [
|
|
751
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
752
|
+
],
|
|
753
|
+
"clipTypes": [
|
|
754
|
+
"Diodes, Op-Amp"
|
|
755
|
+
],
|
|
756
|
+
"fractalQuotes": [],
|
|
757
|
+
"flags": [],
|
|
758
|
+
"basedOn": {
|
|
759
|
+
"primary": "Lovepedal OD11 / Eleven",
|
|
760
|
+
"manufacturer": "Lovepedal",
|
|
761
|
+
"model": "OD11",
|
|
762
|
+
"productName": "/ Eleven",
|
|
763
|
+
"source": "fractal-wiki"
|
|
764
|
+
},
|
|
765
|
+
"description": "Based on Lovepedal OD11",
|
|
766
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
767
|
+
"controls": {
|
|
768
|
+
"values": [
|
|
769
|
+
"Level",
|
|
770
|
+
"Drive",
|
|
771
|
+
"Bass",
|
|
772
|
+
"Tone"
|
|
773
|
+
],
|
|
774
|
+
"raw": "Level, Drive, Bass , Tone",
|
|
775
|
+
"source": "fractal-wiki"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"am4Name": "Hoodoo Drive",
|
|
780
|
+
"wikiName": "HOODOO DRIVE",
|
|
781
|
+
"categories": [
|
|
782
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
783
|
+
],
|
|
784
|
+
"clipTypes": [
|
|
785
|
+
"Diodes, Op-Amp"
|
|
786
|
+
],
|
|
787
|
+
"fractalQuotes": [],
|
|
788
|
+
"flags": [],
|
|
789
|
+
"basedOn": {
|
|
790
|
+
"primary": "Voodoo Lab Overdrive",
|
|
791
|
+
"source": "fractal-wiki"
|
|
792
|
+
},
|
|
793
|
+
"description": "Based on the Voodoo Labs Overdrive",
|
|
794
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"am4Name": "Horizon Precision Drive",
|
|
798
|
+
"wikiName": "HORIZON PRECISION DRIVE",
|
|
799
|
+
"categories": [
|
|
800
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
801
|
+
],
|
|
802
|
+
"clipTypes": [
|
|
803
|
+
"Diodes, Op-Amp"
|
|
804
|
+
],
|
|
805
|
+
"fractalQuotes": [],
|
|
806
|
+
"flags": [],
|
|
807
|
+
"basedOn": {
|
|
808
|
+
"primary": "Horizon Devices Precision",
|
|
809
|
+
"manufacturer": "Horizon Devices",
|
|
810
|
+
"productName": "Precision",
|
|
811
|
+
"source": "fractal-wiki"
|
|
812
|
+
},
|
|
813
|
+
"description": "Based on the Horizon Devices Precision Drive",
|
|
814
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"am4Name": "Integral Pre",
|
|
818
|
+
"wikiName": "INTEGRAL PRE",
|
|
819
|
+
"categories": [
|
|
820
|
+
"Clean boost"
|
|
821
|
+
],
|
|
822
|
+
"clipTypes": [
|
|
823
|
+
"Other"
|
|
824
|
+
],
|
|
825
|
+
"fractalQuotes": [],
|
|
826
|
+
"flags": [],
|
|
827
|
+
"basedOn": {
|
|
828
|
+
"primary": "TC Electronics Integrated Preamp",
|
|
829
|
+
"source": "fractal-wiki"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"am4Name": "Jam Ray",
|
|
834
|
+
"wikiName": "JAM RAY",
|
|
835
|
+
"categories": [
|
|
836
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
837
|
+
],
|
|
838
|
+
"clipTypes": [
|
|
839
|
+
"Diodes, Op-Amp"
|
|
840
|
+
],
|
|
841
|
+
"fractalQuotes": [],
|
|
842
|
+
"flags": [],
|
|
843
|
+
"basedOn": {
|
|
844
|
+
"primary": "Venuram Jan Ray",
|
|
845
|
+
"source": "fractal-wiki"
|
|
846
|
+
},
|
|
847
|
+
"description": "Based on Vemuram Jan Ray",
|
|
848
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
849
|
+
"controls": {
|
|
850
|
+
"values": [
|
|
851
|
+
"Volume",
|
|
852
|
+
"Bass",
|
|
853
|
+
"Treble",
|
|
854
|
+
"Gain"
|
|
855
|
+
],
|
|
856
|
+
"raw": "Volume, Bass , Treble, Gain",
|
|
857
|
+
"source": "fractal-wiki"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"am4Name": "Klone Chiron",
|
|
862
|
+
"wikiName": "KLONE CHIRON",
|
|
863
|
+
"categories": [
|
|
864
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
865
|
+
],
|
|
866
|
+
"clipTypes": [
|
|
867
|
+
"Diodes, Op-Amp"
|
|
868
|
+
],
|
|
869
|
+
"fractalQuotes": [],
|
|
870
|
+
"flags": [],
|
|
871
|
+
"basedOn": {
|
|
872
|
+
"primary": "Klon Centaur / KTR",
|
|
873
|
+
"manufacturer": "Klon",
|
|
874
|
+
"productName": "Centaur / KTR",
|
|
875
|
+
"source": "fractal-wiki"
|
|
876
|
+
},
|
|
877
|
+
"description": "Based on the Klon Centaur",
|
|
878
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
879
|
+
"controls": {
|
|
880
|
+
"values": [
|
|
881
|
+
"Gain",
|
|
882
|
+
"Treble",
|
|
883
|
+
"Output"
|
|
884
|
+
],
|
|
885
|
+
"raw": "Gain, Treble, Output",
|
|
886
|
+
"source": "fractal-wiki"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"am4Name": "M-Zone Distortion",
|
|
891
|
+
"wikiName": "M-ZONE DISTORTION",
|
|
892
|
+
"categories": [
|
|
893
|
+
"Amp-in-a-box, overdrive, distortion",
|
|
894
|
+
"Metal"
|
|
895
|
+
],
|
|
896
|
+
"clipTypes": [
|
|
897
|
+
"Diodes, Op-Amp"
|
|
898
|
+
],
|
|
899
|
+
"fractalQuotes": [],
|
|
900
|
+
"flags": [],
|
|
901
|
+
"basedOn": {
|
|
902
|
+
"primary": "Boss MT-2 Metal Zone",
|
|
903
|
+
"manufacturer": "Boss",
|
|
904
|
+
"model": "MT-2",
|
|
905
|
+
"productName": "Metal Zone",
|
|
906
|
+
"source": "fractal-wiki"
|
|
907
|
+
},
|
|
908
|
+
"description": "Simulates the Boss Metal Zone, popular for extreme gain settings.",
|
|
909
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
910
|
+
"controls": {
|
|
911
|
+
"values": [
|
|
912
|
+
"Level",
|
|
913
|
+
"3-band EQ",
|
|
914
|
+
"Distortion"
|
|
915
|
+
],
|
|
916
|
+
"raw": "Level, 3-band EQ , active), Distortion: amount of distortion",
|
|
917
|
+
"source": "fractal-wiki"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"am4Name": "Master Fuzz",
|
|
922
|
+
"wikiName": "MASTER FUZZ",
|
|
923
|
+
"categories": [
|
|
924
|
+
"Fuzz"
|
|
925
|
+
],
|
|
926
|
+
"clipTypes": [
|
|
927
|
+
"Germanium"
|
|
928
|
+
],
|
|
929
|
+
"fractalQuotes": [],
|
|
930
|
+
"flags": [],
|
|
931
|
+
"basedOn": {
|
|
932
|
+
"primary": "Maestro FZ-1A Gibson Fuzz-Tone",
|
|
933
|
+
"manufacturer": "Maestro",
|
|
934
|
+
"model": "FZ-1A",
|
|
935
|
+
"productName": "Gibson Fuzz-Tone",
|
|
936
|
+
"source": "fractal-wiki"
|
|
937
|
+
},
|
|
938
|
+
"description": "Based on the Maestro Fuzztone, aka \"Satisfaction\" fuzz.",
|
|
939
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"am4Name": "Maxoff 808",
|
|
943
|
+
"wikiName": "MAXOFF 808",
|
|
944
|
+
"categories": [
|
|
945
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
946
|
+
],
|
|
947
|
+
"clipTypes": [
|
|
948
|
+
"Diodes, Op-Amp"
|
|
949
|
+
],
|
|
950
|
+
"fractalQuotes": [],
|
|
951
|
+
"flags": [],
|
|
952
|
+
"basedOn": {
|
|
953
|
+
"primary": "Maxon OD-808",
|
|
954
|
+
"manufacturer": "Maxon",
|
|
955
|
+
"model": "OD-808",
|
|
956
|
+
"source": "fractal-wiki"
|
|
957
|
+
},
|
|
958
|
+
"description": "Based on the Maxon OD808",
|
|
959
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"am4Name": "MCMLXXXI DRV",
|
|
963
|
+
"wikiName": "MCMLXXXI DRV",
|
|
964
|
+
"categories": [
|
|
965
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
966
|
+
],
|
|
967
|
+
"clipTypes": [
|
|
968
|
+
"Diodes, Op-Amp"
|
|
969
|
+
],
|
|
970
|
+
"fractalQuotes": [],
|
|
971
|
+
"flags": [
|
|
972
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
973
|
+
],
|
|
974
|
+
"basedOn": {
|
|
975
|
+
"primary": "1981 Inventions DRV",
|
|
976
|
+
"source": "fractal-wiki"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"am4Name": "Micro Boost",
|
|
981
|
+
"wikiName": "MICRO BOOST",
|
|
982
|
+
"categories": [
|
|
983
|
+
"Clean boost"
|
|
984
|
+
],
|
|
985
|
+
"clipTypes": [
|
|
986
|
+
"Diodes, Op-Amp"
|
|
987
|
+
],
|
|
988
|
+
"fractalQuotes": [],
|
|
989
|
+
"flags": [],
|
|
990
|
+
"basedOn": {
|
|
991
|
+
"primary": "MXR Micro",
|
|
992
|
+
"manufacturer": "MXR",
|
|
993
|
+
"productName": "Micro",
|
|
994
|
+
"source": "fractal-wiki"
|
|
995
|
+
},
|
|
996
|
+
"description": "Based on MXR Micro Amp, an op amp-driven clean boost pedal.",
|
|
997
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"am4Name": "Mid Boost",
|
|
1001
|
+
"wikiName": "MID BOOST",
|
|
1002
|
+
"categories": [
|
|
1003
|
+
"Other"
|
|
1004
|
+
],
|
|
1005
|
+
"clipTypes": [
|
|
1006
|
+
"Silicon"
|
|
1007
|
+
],
|
|
1008
|
+
"fractalQuotes": [],
|
|
1009
|
+
"flags": [],
|
|
1010
|
+
"description": "A custom mid-boost overdrive.",
|
|
1011
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"am4Name": "MOSFET Distortion",
|
|
1015
|
+
"wikiName": "MOSFET DISTORTION",
|
|
1016
|
+
"categories": [
|
|
1017
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1018
|
+
],
|
|
1019
|
+
"clipTypes": [
|
|
1020
|
+
"Diodes, Op-Amp"
|
|
1021
|
+
],
|
|
1022
|
+
"fractalQuotes": [],
|
|
1023
|
+
"flags": [],
|
|
1024
|
+
"basedOn": {
|
|
1025
|
+
"primary": "Ibanez MT10 Mostortion",
|
|
1026
|
+
"manufacturer": "Ibanez",
|
|
1027
|
+
"model": "MT10",
|
|
1028
|
+
"productName": "Mostortion",
|
|
1029
|
+
"source": "fractal-wiki"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"am4Name": "NO-AMP BASS DI",
|
|
1034
|
+
"wikiName": "NO-AMP BASS DI",
|
|
1035
|
+
"categories": [],
|
|
1036
|
+
"clipTypes": [],
|
|
1037
|
+
"fractalQuotes": [],
|
|
1038
|
+
"flags": [
|
|
1039
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1040
|
+
],
|
|
1041
|
+
"basedOn": {
|
|
1042
|
+
"primary": "Tech 21 NYC Sansamp Bass Driver DI",
|
|
1043
|
+
"source": "fractal-wiki"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"am4Name": "NO-AMP BASS PRE",
|
|
1048
|
+
"wikiName": "NO-AMP BASS PRE",
|
|
1049
|
+
"categories": [],
|
|
1050
|
+
"clipTypes": [],
|
|
1051
|
+
"fractalQuotes": [],
|
|
1052
|
+
"flags": [
|
|
1053
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1054
|
+
],
|
|
1055
|
+
"basedOn": {
|
|
1056
|
+
"primary": "Tech 21 Sansamp SansAmp BassDriver DI",
|
|
1057
|
+
"source": "fractal-wiki"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"am4Name": "NOBELLIUM OVD-1",
|
|
1062
|
+
"wikiName": "NOBELLIUM OVD-1",
|
|
1063
|
+
"categories": [],
|
|
1064
|
+
"clipTypes": [],
|
|
1065
|
+
"fractalQuotes": [],
|
|
1066
|
+
"flags": [
|
|
1067
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1068
|
+
],
|
|
1069
|
+
"basedOn": {
|
|
1070
|
+
"primary": "ODR-1 Nobels BC Natural",
|
|
1071
|
+
"model": "ODR-1",
|
|
1072
|
+
"productName": "Nobels BC Natural",
|
|
1073
|
+
"source": "fractal-wiki"
|
|
1074
|
+
},
|
|
1075
|
+
"controls": {
|
|
1076
|
+
"values": [
|
|
1077
|
+
"Drive",
|
|
1078
|
+
"Spectrum",
|
|
1079
|
+
"Level",
|
|
1080
|
+
"Bass Cut"
|
|
1081
|
+
],
|
|
1082
|
+
"raw": "Drive, Spectrum , Level, Bass Cut",
|
|
1083
|
+
"source": "fractal-wiki"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"am4Name": "Octave Distortion",
|
|
1088
|
+
"wikiName": "OCTAVE DISTORTION",
|
|
1089
|
+
"categories": [],
|
|
1090
|
+
"clipTypes": [
|
|
1091
|
+
"Other"
|
|
1092
|
+
],
|
|
1093
|
+
"fractalQuotes": [],
|
|
1094
|
+
"flags": [],
|
|
1095
|
+
"basedOn": {
|
|
1096
|
+
"primary": "Tycobrahe Octavia",
|
|
1097
|
+
"manufacturer": "Tycobrahe",
|
|
1098
|
+
"productName": "Octavia",
|
|
1099
|
+
"source": "fractal-wiki"
|
|
1100
|
+
},
|
|
1101
|
+
"controls": {
|
|
1102
|
+
"values": [
|
|
1103
|
+
"Volume",
|
|
1104
|
+
"Boost"
|
|
1105
|
+
],
|
|
1106
|
+
"raw": "Volume and Boost )",
|
|
1107
|
+
"source": "fractal-wiki"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"am4Name": "OD 250",
|
|
1112
|
+
"wikiName": "OD 250",
|
|
1113
|
+
"categories": [
|
|
1114
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1115
|
+
],
|
|
1116
|
+
"clipTypes": [
|
|
1117
|
+
"Diodes, Op-Amp"
|
|
1118
|
+
],
|
|
1119
|
+
"fractalQuotes": [],
|
|
1120
|
+
"flags": [],
|
|
1121
|
+
"basedOn": {
|
|
1122
|
+
"primary": "DOD 250:",
|
|
1123
|
+
"manufacturer": "DOD",
|
|
1124
|
+
"productName": "250:",
|
|
1125
|
+
"source": "fractal-wiki"
|
|
1126
|
+
},
|
|
1127
|
+
"description": "Based on the DOD OD 250, yellow version",
|
|
1128
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
1129
|
+
"controls": {
|
|
1130
|
+
"values": [
|
|
1131
|
+
"Gain",
|
|
1132
|
+
"Level"
|
|
1133
|
+
],
|
|
1134
|
+
"raw": "Gain and Level",
|
|
1135
|
+
"source": "fractal-wiki"
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"am4Name": "OD 250 Gray",
|
|
1140
|
+
"wikiName": "OD 250 GRAY",
|
|
1141
|
+
"categories": [],
|
|
1142
|
+
"clipTypes": [],
|
|
1143
|
+
"fractalQuotes": [],
|
|
1144
|
+
"flags": [],
|
|
1145
|
+
"basedOn": {
|
|
1146
|
+
"primary": "DOD 250:",
|
|
1147
|
+
"manufacturer": "DOD",
|
|
1148
|
+
"productName": "250:",
|
|
1149
|
+
"source": "fractal-wiki"
|
|
1150
|
+
},
|
|
1151
|
+
"description": "Based on the DOD OD 250 gray version",
|
|
1152
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"am4Name": "OD-One Overdrive",
|
|
1156
|
+
"wikiName": "OD-ONE OVERDRIVE",
|
|
1157
|
+
"categories": [
|
|
1158
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1159
|
+
],
|
|
1160
|
+
"clipTypes": [
|
|
1161
|
+
"Diodes, Op-Amp"
|
|
1162
|
+
],
|
|
1163
|
+
"fractalQuotes": [],
|
|
1164
|
+
"flags": [],
|
|
1165
|
+
"basedOn": {
|
|
1166
|
+
"primary": "Boss OD-1 Overdrive",
|
|
1167
|
+
"manufacturer": "Boss",
|
|
1168
|
+
"model": "OD-1",
|
|
1169
|
+
"productName": "OD-1 Overdrive",
|
|
1170
|
+
"source": "fractal-wiki"
|
|
1171
|
+
},
|
|
1172
|
+
"description": "Based on the Boss OD-1",
|
|
1173
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"am4Name": "Paradigm Shifter",
|
|
1177
|
+
"wikiName": "PARADIGM SHIFTER",
|
|
1178
|
+
"categories": [
|
|
1179
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1180
|
+
],
|
|
1181
|
+
"clipTypes": [
|
|
1182
|
+
"Diodes, Op-Amp"
|
|
1183
|
+
],
|
|
1184
|
+
"fractalQuotes": [],
|
|
1185
|
+
"flags": [],
|
|
1186
|
+
"basedOn": {
|
|
1187
|
+
"primary": "Barber Electronics Gain Changer",
|
|
1188
|
+
"source": "fractal-wiki"
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"am4Name": "PI Fuzz",
|
|
1193
|
+
"wikiName": "PI FUZZ",
|
|
1194
|
+
"categories": [
|
|
1195
|
+
"Bass",
|
|
1196
|
+
"Fuzz"
|
|
1197
|
+
],
|
|
1198
|
+
"clipTypes": [
|
|
1199
|
+
"Diodes, Op-Amp"
|
|
1200
|
+
],
|
|
1201
|
+
"fractalQuotes": [],
|
|
1202
|
+
"flags": [],
|
|
1203
|
+
"basedOn": {
|
|
1204
|
+
"primary": "Electro-Harmonix Big Muff Pi current",
|
|
1205
|
+
"manufacturer": "Electro-Harmonix",
|
|
1206
|
+
"productName": "Big Muff Pi current",
|
|
1207
|
+
"source": "fractal-wiki"
|
|
1208
|
+
},
|
|
1209
|
+
"description": "Based on the Big Muff Pi fuzz.",
|
|
1210
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
1211
|
+
"controls": {
|
|
1212
|
+
"values": [
|
|
1213
|
+
"Volume",
|
|
1214
|
+
"Tone",
|
|
1215
|
+
"Sustain"
|
|
1216
|
+
],
|
|
1217
|
+
"raw": "Volume, Tone and Sustain",
|
|
1218
|
+
"source": "fractal-wiki"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"am4Name": "PI Fuzz - Bass",
|
|
1223
|
+
"wikiName": "PI FUZZ - BASS",
|
|
1224
|
+
"categories": [],
|
|
1225
|
+
"clipTypes": [],
|
|
1226
|
+
"fractalQuotes": [],
|
|
1227
|
+
"flags": [],
|
|
1228
|
+
"basedOn": {
|
|
1229
|
+
"primary": "Electro-Harmonix Bass Big Muff",
|
|
1230
|
+
"manufacturer": "Electro-Harmonix",
|
|
1231
|
+
"productName": "Bass Big Muff",
|
|
1232
|
+
"source": "fractal-wiki"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"am4Name": "PI FUZZ - TRIANGLE",
|
|
1237
|
+
"wikiName": "PI FUZZ - TRIANGLE",
|
|
1238
|
+
"categories": [],
|
|
1239
|
+
"clipTypes": [],
|
|
1240
|
+
"fractalQuotes": [],
|
|
1241
|
+
"flags": [
|
|
1242
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1243
|
+
],
|
|
1244
|
+
"basedOn": {
|
|
1245
|
+
"primary": "Electro-Harmonix Big Muff Pi Triangle",
|
|
1246
|
+
"manufacturer": "Electro-Harmonix",
|
|
1247
|
+
"productName": "Big Muff Pi Triangle",
|
|
1248
|
+
"source": "fractal-wiki"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"am4Name": "PI FUZZ - RAM'S HEAD",
|
|
1253
|
+
"wikiName": "PI FUZZ - RAM'S HEAD",
|
|
1254
|
+
"categories": [],
|
|
1255
|
+
"clipTypes": [],
|
|
1256
|
+
"fractalQuotes": [],
|
|
1257
|
+
"flags": [
|
|
1258
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1259
|
+
],
|
|
1260
|
+
"basedOn": {
|
|
1261
|
+
"primary": "Electro-Harmonix 70s Big Muff Pi Rams Head",
|
|
1262
|
+
"manufacturer": "Electro-Harmonix",
|
|
1263
|
+
"productName": "70s Big Muff Pi Rams Head",
|
|
1264
|
+
"source": "fractal-wiki"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"am4Name": "PI FUZZ - RUSSIAN",
|
|
1269
|
+
"wikiName": "PI FUZZ - RUSSIAN",
|
|
1270
|
+
"categories": [],
|
|
1271
|
+
"clipTypes": [],
|
|
1272
|
+
"fractalQuotes": [],
|
|
1273
|
+
"flags": [
|
|
1274
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1275
|
+
],
|
|
1276
|
+
"basedOn": {
|
|
1277
|
+
"primary": "Electro-Harmonix Russian Big Muff Pi",
|
|
1278
|
+
"manufacturer": "Electro-Harmonix",
|
|
1279
|
+
"productName": "Russian Big Muff Pi",
|
|
1280
|
+
"source": "fractal-wiki"
|
|
1281
|
+
},
|
|
1282
|
+
"controls": {
|
|
1283
|
+
"values": [
|
|
1284
|
+
"Output",
|
|
1285
|
+
"Distortion"
|
|
1286
|
+
],
|
|
1287
|
+
"raw": "Output and Distortion",
|
|
1288
|
+
"source": "fractal-wiki"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"am4Name": "Rat Distortion",
|
|
1293
|
+
"wikiName": "RAT DISTORTION",
|
|
1294
|
+
"categories": [
|
|
1295
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1296
|
+
],
|
|
1297
|
+
"clipTypes": [
|
|
1298
|
+
"Diodes, Op-Amp"
|
|
1299
|
+
],
|
|
1300
|
+
"fractalQuotes": [],
|
|
1301
|
+
"flags": [],
|
|
1302
|
+
"basedOn": {
|
|
1303
|
+
"primary": "Pro Co RAT",
|
|
1304
|
+
"manufacturer": "Pro Co",
|
|
1305
|
+
"productName": "RAT",
|
|
1306
|
+
"source": "fractal-wiki"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"am4Name": "Royal Bass DI",
|
|
1311
|
+
"wikiName": "ROYAL BASS DI",
|
|
1312
|
+
"categories": [],
|
|
1313
|
+
"clipTypes": [],
|
|
1314
|
+
"fractalQuotes": [],
|
|
1315
|
+
"flags": [],
|
|
1316
|
+
"basedOn": {
|
|
1317
|
+
"primary": "Noble Bass Preamp DI",
|
|
1318
|
+
"source": "fractal-wiki"
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"am4Name": "SDD Preamp",
|
|
1323
|
+
"wikiName": "SDD PREAMP",
|
|
1324
|
+
"categories": [
|
|
1325
|
+
"Clean boost",
|
|
1326
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1327
|
+
],
|
|
1328
|
+
"clipTypes": [
|
|
1329
|
+
"Diodes, Op-Amp"
|
|
1330
|
+
],
|
|
1331
|
+
"fractalQuotes": [],
|
|
1332
|
+
"flags": [],
|
|
1333
|
+
"basedOn": {
|
|
1334
|
+
"primary": "Korg SDD-3000",
|
|
1335
|
+
"manufacturer": "Korg",
|
|
1336
|
+
"model": "SDD-3000",
|
|
1337
|
+
"source": "fractal-wiki"
|
|
1338
|
+
},
|
|
1339
|
+
"description": "Based on the preamp section of the famed SDD digital delay.",
|
|
1340
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"am4Name": "Shimmer Drive",
|
|
1344
|
+
"wikiName": "SHIMMER DRIVE",
|
|
1345
|
+
"categories": [
|
|
1346
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1347
|
+
],
|
|
1348
|
+
"clipTypes": [
|
|
1349
|
+
"Silicon"
|
|
1350
|
+
],
|
|
1351
|
+
"fractalQuotes": [],
|
|
1352
|
+
"flags": [],
|
|
1353
|
+
"description": "An original creation primarily intended as a boost for amps without master volume.",
|
|
1354
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"am4Name": "Shred Distortion",
|
|
1358
|
+
"wikiName": "SHRED DISTORTION",
|
|
1359
|
+
"categories": [
|
|
1360
|
+
"Amp-in-a-box, overdrive, distortion",
|
|
1361
|
+
"Metal"
|
|
1362
|
+
],
|
|
1363
|
+
"clipTypes": [
|
|
1364
|
+
"Diodes, Op-Amp"
|
|
1365
|
+
],
|
|
1366
|
+
"fractalQuotes": [],
|
|
1367
|
+
"flags": [],
|
|
1368
|
+
"basedOn": {
|
|
1369
|
+
"primary": "Marshall Shredmaster",
|
|
1370
|
+
"manufacturer": "Marshall",
|
|
1371
|
+
"productName": "Shredmaster",
|
|
1372
|
+
"source": "fractal-wiki"
|
|
1373
|
+
},
|
|
1374
|
+
"controls": {
|
|
1375
|
+
"values": [
|
|
1376
|
+
"Gain",
|
|
1377
|
+
"Bass",
|
|
1378
|
+
"Treble",
|
|
1379
|
+
"Contour",
|
|
1380
|
+
"Volume"
|
|
1381
|
+
],
|
|
1382
|
+
"raw": "Gain, Bass, Treble, Contour and Volume",
|
|
1383
|
+
"source": "fractal-wiki"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"am4Name": "Sonic Drive",
|
|
1388
|
+
"wikiName": "SONIC DRIVE",
|
|
1389
|
+
"categories": [
|
|
1390
|
+
"Fuzz",
|
|
1391
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1392
|
+
],
|
|
1393
|
+
"clipTypes": [
|
|
1394
|
+
"Diodes, Op-Amp"
|
|
1395
|
+
],
|
|
1396
|
+
"fractalQuotes": [],
|
|
1397
|
+
"flags": [],
|
|
1398
|
+
"basedOn": {
|
|
1399
|
+
"primary": "Ibanez SD-9 Maxon/ Sonic",
|
|
1400
|
+
"manufacturer": "Ibanez",
|
|
1401
|
+
"model": "SD-9",
|
|
1402
|
+
"productName": "Maxon/ Sonic",
|
|
1403
|
+
"source": "fractal-wiki"
|
|
1404
|
+
},
|
|
1405
|
+
"description": "Based on Ibanez SD9M Sonic Distortion",
|
|
1406
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
1407
|
+
"controls": {
|
|
1408
|
+
"values": [
|
|
1409
|
+
"Distortion",
|
|
1410
|
+
"Level",
|
|
1411
|
+
"Tone"
|
|
1412
|
+
],
|
|
1413
|
+
"raw": "Distortion, Level, Tone and three-way voicing switch",
|
|
1414
|
+
"source": "fractal-wiki"
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"am4Name": "Sunrise Splendor",
|
|
1419
|
+
"wikiName": "SUNRISE SPLENDOR",
|
|
1420
|
+
"categories": [
|
|
1421
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1422
|
+
],
|
|
1423
|
+
"clipTypes": [
|
|
1424
|
+
"Diodes, Op-Amp"
|
|
1425
|
+
],
|
|
1426
|
+
"fractalQuotes": [],
|
|
1427
|
+
"flags": [],
|
|
1428
|
+
"basedOn": {
|
|
1429
|
+
"primary": "JHS V4 Morning Glory",
|
|
1430
|
+
"manufacturer": "JHS",
|
|
1431
|
+
"model": "V4",
|
|
1432
|
+
"productName": "Morning Glory",
|
|
1433
|
+
"source": "fractal-wiki"
|
|
1434
|
+
},
|
|
1435
|
+
"controls": {
|
|
1436
|
+
"values": [
|
|
1437
|
+
"Volume",
|
|
1438
|
+
"Drive",
|
|
1439
|
+
"Tone",
|
|
1440
|
+
"Gain switch",
|
|
1441
|
+
"High Cut switch"
|
|
1442
|
+
],
|
|
1443
|
+
"raw": "Volume, Drive, Tone, Gain switch , High Cut switch",
|
|
1444
|
+
"source": "fractal-wiki"
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"am4Name": "SUNRISE SPLENDOR HI-CUT",
|
|
1449
|
+
"wikiName": "SUNRISE SPLENDOR HI-CUT",
|
|
1450
|
+
"categories": [],
|
|
1451
|
+
"clipTypes": [],
|
|
1452
|
+
"fractalQuotes": [],
|
|
1453
|
+
"flags": [
|
|
1454
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1455
|
+
]
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"am4Name": "Super Fuzz",
|
|
1459
|
+
"wikiName": "SUPER FUZZ",
|
|
1460
|
+
"categories": [
|
|
1461
|
+
"Fuzz"
|
|
1462
|
+
],
|
|
1463
|
+
"clipTypes": [
|
|
1464
|
+
"Other"
|
|
1465
|
+
],
|
|
1466
|
+
"fractalQuotes": [],
|
|
1467
|
+
"flags": [],
|
|
1468
|
+
"basedOn": {
|
|
1469
|
+
"primary": "Univox Super-Fuzz",
|
|
1470
|
+
"source": "fractal-wiki"
|
|
1471
|
+
},
|
|
1472
|
+
"controls": {
|
|
1473
|
+
"values": [
|
|
1474
|
+
"Balance",
|
|
1475
|
+
"Expander"
|
|
1476
|
+
],
|
|
1477
|
+
"raw": "Balance , Expander , two-position tone switch",
|
|
1478
|
+
"source": "fractal-wiki"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"am4Name": "Super OD",
|
|
1483
|
+
"wikiName": "SUPER OD",
|
|
1484
|
+
"categories": [
|
|
1485
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1486
|
+
],
|
|
1487
|
+
"clipTypes": [
|
|
1488
|
+
"Diodes, Op-Amp"
|
|
1489
|
+
],
|
|
1490
|
+
"fractalQuotes": [],
|
|
1491
|
+
"flags": [],
|
|
1492
|
+
"basedOn": {
|
|
1493
|
+
"primary": "Boss SD-1 Super Overdrive",
|
|
1494
|
+
"manufacturer": "Boss",
|
|
1495
|
+
"model": "SD-1",
|
|
1496
|
+
"productName": "SD-1 Super Overdrive",
|
|
1497
|
+
"source": "fractal-wiki"
|
|
1498
|
+
},
|
|
1499
|
+
"description": "Based on the Boss Super Overdrive",
|
|
1500
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"am4Name": "Swedish Metal",
|
|
1504
|
+
"wikiName": "SWEDISH METAL",
|
|
1505
|
+
"categories": [
|
|
1506
|
+
"Metal"
|
|
1507
|
+
],
|
|
1508
|
+
"clipTypes": [],
|
|
1509
|
+
"fractalQuotes": [],
|
|
1510
|
+
"flags": [],
|
|
1511
|
+
"basedOn": {
|
|
1512
|
+
"primary": "Boss HM-2W Waza Craft Heavy Metal",
|
|
1513
|
+
"manufacturer": "Boss",
|
|
1514
|
+
"model": "HM-2W",
|
|
1515
|
+
"productName": "Waza Craft Heavy Metal",
|
|
1516
|
+
"source": "fractal-wiki"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"am4Name": "T808 OD",
|
|
1521
|
+
"wikiName": "T808 OD",
|
|
1522
|
+
"categories": [
|
|
1523
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1524
|
+
],
|
|
1525
|
+
"clipTypes": [
|
|
1526
|
+
"Diodes, Op-Amp"
|
|
1527
|
+
],
|
|
1528
|
+
"fractalQuotes": [],
|
|
1529
|
+
"flags": [],
|
|
1530
|
+
"basedOn": {
|
|
1531
|
+
"primary": "Ibanez TS-808 Tube Screamer",
|
|
1532
|
+
"manufacturer": "Ibanez",
|
|
1533
|
+
"model": "TS-808",
|
|
1534
|
+
"productName": "TS-808 Tube Screamer",
|
|
1535
|
+
"source": "fractal-wiki"
|
|
1536
|
+
},
|
|
1537
|
+
"description": "Based on the Ibanez TS-9 Tube Screamer overdrive.",
|
|
1538
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
1539
|
+
"controls": {
|
|
1540
|
+
"values": [
|
|
1541
|
+
"Drive",
|
|
1542
|
+
"Tone",
|
|
1543
|
+
"Level"
|
|
1544
|
+
],
|
|
1545
|
+
"raw": "Drive, Tone and Level",
|
|
1546
|
+
"source": "fractal-wiki"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"am4Name": "T808 Mod",
|
|
1551
|
+
"wikiName": "T808 MOD",
|
|
1552
|
+
"categories": [
|
|
1553
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1554
|
+
],
|
|
1555
|
+
"clipTypes": [
|
|
1556
|
+
"Diodes, Op-Amp"
|
|
1557
|
+
],
|
|
1558
|
+
"fractalQuotes": [],
|
|
1559
|
+
"flags": [],
|
|
1560
|
+
"basedOn": {
|
|
1561
|
+
"primary": "Ibanez TS-808 Tube Screamer",
|
|
1562
|
+
"manufacturer": "Ibanez",
|
|
1563
|
+
"model": "TS-808",
|
|
1564
|
+
"productName": "TS-808 Tube Screamer",
|
|
1565
|
+
"source": "fractal-wiki"
|
|
1566
|
+
},
|
|
1567
|
+
"description": "Captures the most popular TS overdrive mods.",
|
|
1568
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"am4Name": "Tape Distortion",
|
|
1572
|
+
"wikiName": "TAPE DISTORTION",
|
|
1573
|
+
"categories": [
|
|
1574
|
+
"Other"
|
|
1575
|
+
],
|
|
1576
|
+
"clipTypes": [
|
|
1577
|
+
"Silicon"
|
|
1578
|
+
],
|
|
1579
|
+
"fractalQuotes": [],
|
|
1580
|
+
"flags": [],
|
|
1581
|
+
"basedOn": {
|
|
1582
|
+
"primary": "tape distortion",
|
|
1583
|
+
"source": "fractal-wiki"
|
|
1584
|
+
},
|
|
1585
|
+
"description": "Simulates the clipping of an overdriven reel-to-reel tape deck.",
|
|
1586
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"am4Name": "TIMOTHY DOWN",
|
|
1590
|
+
"wikiName": "TIMOTHY DOWN",
|
|
1591
|
+
"categories": [],
|
|
1592
|
+
"clipTypes": [],
|
|
1593
|
+
"fractalQuotes": [],
|
|
1594
|
+
"flags": [
|
|
1595
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1596
|
+
],
|
|
1597
|
+
"basedOn": {
|
|
1598
|
+
"primary": "Paul Cochrane V4 Timmy",
|
|
1599
|
+
"manufacturer": "Paul Cochrane",
|
|
1600
|
+
"model": "V4",
|
|
1601
|
+
"productName": "Timmy",
|
|
1602
|
+
"source": "fractal-wiki"
|
|
1603
|
+
},
|
|
1604
|
+
"controls": {
|
|
1605
|
+
"values": [
|
|
1606
|
+
"Bass",
|
|
1607
|
+
"Gain",
|
|
1608
|
+
"Volume",
|
|
1609
|
+
"Treble"
|
|
1610
|
+
],
|
|
1611
|
+
"raw": "Bass , Gain, Volume and Treble",
|
|
1612
|
+
"source": "fractal-wiki"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"am4Name": "TIMOTHY MID",
|
|
1617
|
+
"wikiName": "TIMOTHY MID",
|
|
1618
|
+
"categories": [],
|
|
1619
|
+
"clipTypes": [],
|
|
1620
|
+
"fractalQuotes": [],
|
|
1621
|
+
"flags": [
|
|
1622
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1623
|
+
],
|
|
1624
|
+
"basedOn": {
|
|
1625
|
+
"primary": "Paul Cochrane V4 Timmy",
|
|
1626
|
+
"manufacturer": "Paul Cochrane",
|
|
1627
|
+
"model": "V4",
|
|
1628
|
+
"productName": "Timmy",
|
|
1629
|
+
"source": "fractal-wiki"
|
|
1630
|
+
}
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"am4Name": "TIMOTHY UP",
|
|
1634
|
+
"wikiName": "TIMOTHY UP",
|
|
1635
|
+
"categories": [],
|
|
1636
|
+
"clipTypes": [],
|
|
1637
|
+
"fractalQuotes": [],
|
|
1638
|
+
"flags": [
|
|
1639
|
+
"VERIFY: no DRIVE_TYPES enum match"
|
|
1640
|
+
],
|
|
1641
|
+
"basedOn": {
|
|
1642
|
+
"primary": "Paul Cochrane V4 Timmy",
|
|
1643
|
+
"manufacturer": "Paul Cochrane",
|
|
1644
|
+
"model": "V4",
|
|
1645
|
+
"productName": "Timmy",
|
|
1646
|
+
"source": "fractal-wiki"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"am4Name": "Tone of Kings",
|
|
1651
|
+
"wikiName": "TONE OF KINGS",
|
|
1652
|
+
"categories": [
|
|
1653
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1654
|
+
],
|
|
1655
|
+
"clipTypes": [
|
|
1656
|
+
"Diodes, Op-Amp"
|
|
1657
|
+
],
|
|
1658
|
+
"fractalQuotes": [],
|
|
1659
|
+
"flags": [],
|
|
1660
|
+
"basedOn": {
|
|
1661
|
+
"primary": "Analog Man King Tone",
|
|
1662
|
+
"manufacturer": "Analog Man",
|
|
1663
|
+
"productName": "King Tone",
|
|
1664
|
+
"source": "fractal-wiki"
|
|
1665
|
+
},
|
|
1666
|
+
"description": "Based on the King of Tone by Analog Man, a sought-after variant Bluesbreaker pedal",
|
|
1667
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
1668
|
+
"controls": {
|
|
1669
|
+
"values": [
|
|
1670
|
+
"Drive",
|
|
1671
|
+
"Volume",
|
|
1672
|
+
"Tone"
|
|
1673
|
+
],
|
|
1674
|
+
"raw": "Drive, Volume and Tone",
|
|
1675
|
+
"source": "fractal-wiki"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"am4Name": "Treble Boost",
|
|
1680
|
+
"wikiName": "TREBLE BOOST",
|
|
1681
|
+
"categories": [
|
|
1682
|
+
"Other"
|
|
1683
|
+
],
|
|
1684
|
+
"clipTypes": [
|
|
1685
|
+
"Silicon"
|
|
1686
|
+
],
|
|
1687
|
+
"fractalQuotes": [
|
|
1688
|
+
{
|
|
1689
|
+
"text": "Boost was a switch and engaged the effect. Set was the amount of boost and is equivalent to Drive.",
|
|
1690
|
+
"url": "https://forum.fractalaudio.com/threads/question-about-treble-boost.102850/post-1232043",
|
|
1691
|
+
"attribution": "Fractal Audio"
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1694
|
+
"flags": [],
|
|
1695
|
+
"basedOn": {
|
|
1696
|
+
"primary": "silicon treble booster circuit",
|
|
1697
|
+
"source": "fractal-wiki"
|
|
1698
|
+
},
|
|
1699
|
+
"description": "Based on a classic treble booster.",
|
|
1700
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"am4Name": "TS9DX +",
|
|
1704
|
+
"wikiName": "TS9DX +",
|
|
1705
|
+
"categories": [],
|
|
1706
|
+
"clipTypes": [
|
|
1707
|
+
"Diodes, Op-Amp"
|
|
1708
|
+
],
|
|
1709
|
+
"fractalQuotes": [],
|
|
1710
|
+
"flags": [],
|
|
1711
|
+
"basedOn": {
|
|
1712
|
+
"primary": "Ibanez TS9DX Turbo Tube Screamer",
|
|
1713
|
+
"manufacturer": "Ibanez",
|
|
1714
|
+
"model": "TS9DX",
|
|
1715
|
+
"productName": "Turbo Tube Screamer",
|
|
1716
|
+
"source": "fractal-wiki"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"am4Name": "TS9DX Hot",
|
|
1721
|
+
"wikiName": "TS9DX HOT",
|
|
1722
|
+
"categories": [],
|
|
1723
|
+
"clipTypes": [
|
|
1724
|
+
"LED"
|
|
1725
|
+
],
|
|
1726
|
+
"fractalQuotes": [],
|
|
1727
|
+
"flags": [],
|
|
1728
|
+
"basedOn": {
|
|
1729
|
+
"primary": "Ibanez TS9DX Turbo Tube Screamer",
|
|
1730
|
+
"manufacturer": "Ibanez",
|
|
1731
|
+
"model": "TS9DX",
|
|
1732
|
+
"productName": "Turbo Tube Screamer",
|
|
1733
|
+
"source": "fractal-wiki"
|
|
1734
|
+
},
|
|
1735
|
+
"description": "Based on the Ibanez TS9 Turbo Tube Screamer in hot mode",
|
|
1736
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"am4Name": "Tube Drive 3-Knob",
|
|
1740
|
+
"wikiName": "TUBE DRIVE 3-KNOB",
|
|
1741
|
+
"categories": [],
|
|
1742
|
+
"clipTypes": [],
|
|
1743
|
+
"fractalQuotes": [
|
|
1744
|
+
{
|
|
1745
|
+
"text": "The 3-knob version sounds very different than the 4-knob version.",
|
|
1746
|
+
"url": "https://forum.fractalaudio.com/threads/tube-drive.72784/post-912764",
|
|
1747
|
+
"attribution": "Fractal Audio"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"text": "Both of my actual pedals go silent with the Drive set to zero as would be expected looking at the design.",
|
|
1751
|
+
"url": "https://forum.fractalaudio.com/threads/tube-driver-drive-block-issue.103122/post-1234847",
|
|
1752
|
+
"attribution": "Fractal Audio"
|
|
1753
|
+
}
|
|
1754
|
+
],
|
|
1755
|
+
"flags": [],
|
|
1756
|
+
"basedOn": {
|
|
1757
|
+
"primary": "Butler Tube Driver",
|
|
1758
|
+
"source": "fractal-wiki"
|
|
1759
|
+
},
|
|
1760
|
+
"controls": {
|
|
1761
|
+
"values": [
|
|
1762
|
+
"Out Level",
|
|
1763
|
+
"EQ",
|
|
1764
|
+
"Tube Drive"
|
|
1765
|
+
],
|
|
1766
|
+
"raw": "Out Level, EQ and Tube Drive",
|
|
1767
|
+
"source": "fractal-wiki"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"am4Name": "Tube Drive 4-Knob",
|
|
1772
|
+
"wikiName": "TUBE DRIVE 4-KNOB",
|
|
1773
|
+
"categories": [],
|
|
1774
|
+
"clipTypes": [],
|
|
1775
|
+
"fractalQuotes": [],
|
|
1776
|
+
"flags": [],
|
|
1777
|
+
"basedOn": {
|
|
1778
|
+
"primary": "Butler Tube Driver",
|
|
1779
|
+
"source": "fractal-wiki"
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"am4Name": "Tube Drive 5-Knob",
|
|
1784
|
+
"wikiName": "TUBE DRIVE 5-KNOB",
|
|
1785
|
+
"categories": [],
|
|
1786
|
+
"clipTypes": [],
|
|
1787
|
+
"fractalQuotes": [],
|
|
1788
|
+
"flags": [],
|
|
1789
|
+
"basedOn": {
|
|
1790
|
+
"primary": "Butler Tube Driver / Dean Markley Overlord",
|
|
1791
|
+
"source": "fractal-wiki"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"am4Name": "Valve Screamer VS9",
|
|
1796
|
+
"wikiName": "VALVE SCREAMER VS9",
|
|
1797
|
+
"categories": [
|
|
1798
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1799
|
+
],
|
|
1800
|
+
"clipTypes": [
|
|
1801
|
+
"Diodes, Op-Amp"
|
|
1802
|
+
],
|
|
1803
|
+
"fractalQuotes": [],
|
|
1804
|
+
"flags": [],
|
|
1805
|
+
"basedOn": {
|
|
1806
|
+
"primary": "Ibanez TS9 TS-9 Tube Screamer",
|
|
1807
|
+
"manufacturer": "Ibanez",
|
|
1808
|
+
"model": "TS9",
|
|
1809
|
+
"productName": "TS-9 Tube Screamer",
|
|
1810
|
+
"source": "fractal-wiki"
|
|
1811
|
+
},
|
|
1812
|
+
"description": "Based on Ibanez the TS9 Tube Screamer",
|
|
1813
|
+
"descriptionSource": "fractal-blocks-guide"
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"am4Name": "Zen Master",
|
|
1817
|
+
"wikiName": "ZEN MASTER",
|
|
1818
|
+
"categories": [
|
|
1819
|
+
"Amp-in-a-box, overdrive, distortion"
|
|
1820
|
+
],
|
|
1821
|
+
"clipTypes": [
|
|
1822
|
+
"Diodes, Op-Amp"
|
|
1823
|
+
],
|
|
1824
|
+
"fractalQuotes": [],
|
|
1825
|
+
"flags": [],
|
|
1826
|
+
"basedOn": {
|
|
1827
|
+
"primary": "Hermida Zendrive",
|
|
1828
|
+
"source": "fractal-wiki"
|
|
1829
|
+
},
|
|
1830
|
+
"description": "Based on Hermida Zen Drive.",
|
|
1831
|
+
"descriptionSource": "fractal-blocks-guide",
|
|
1832
|
+
"controls": {
|
|
1833
|
+
"values": [
|
|
1834
|
+
"Vol",
|
|
1835
|
+
"Gain",
|
|
1836
|
+
"Tone",
|
|
1837
|
+
"Voice"
|
|
1838
|
+
],
|
|
1839
|
+
"raw": "Vol, Gain , Tone and Voice",
|
|
1840
|
+
"source": "fractal-wiki"
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1844
|
+
}
|