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,575 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_source": "Re-keyed from src/fractal/shared/lineage/drive-lineage.json against AMP_EFFECT_TYPE_VALUES from src/fractal/axe-fx-ii/params.ts",
|
|
3
|
+
"_extractedAt": "2026-05-12T06:21:50.153Z",
|
|
4
|
+
"_enumSize": 36,
|
|
5
|
+
"_matched": 34,
|
|
6
|
+
"_unmatched": 2,
|
|
7
|
+
"_matchedVia": {
|
|
8
|
+
"abbrev-expand": 7,
|
|
9
|
+
"direct": 26,
|
|
10
|
+
"unmatched": 2,
|
|
11
|
+
"prefix": 1
|
|
12
|
+
},
|
|
13
|
+
"_note": "Status: wiki-documented (🟡), not yet hardware-verified on Q8.02. Records inherit lineage prose from the AM4 wiki entry; the matchVia field surfaces match-strategy confidence — `direct` is name-exact, `reverb-swap` / `abbrev-expand` / `prefix` should be spot-checked. Unmatched entries carry no lineage data; manual fill or a future hardware-aware extractor can promote them.",
|
|
14
|
+
"records": [
|
|
15
|
+
{
|
|
16
|
+
"axefx2Name": "RAT DIST",
|
|
17
|
+
"wireIndex": 0,
|
|
18
|
+
"matchVia": "abbrev-expand",
|
|
19
|
+
"flags": [
|
|
20
|
+
"VERIFY: matched via abbrev-expand — confirm wiki record applies to this Axe-Fx II model"
|
|
21
|
+
],
|
|
22
|
+
"am4Name": "Rat Distortion",
|
|
23
|
+
"wikiName": "RAT DISTORTION",
|
|
24
|
+
"basedOn": {
|
|
25
|
+
"primary": "Pro Co RAT",
|
|
26
|
+
"manufacturer": "Pro Co",
|
|
27
|
+
"productName": "RAT",
|
|
28
|
+
"source": "fractal-wiki"
|
|
29
|
+
},
|
|
30
|
+
"fractalQuotes": []
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"axefx2Name": "PI FUZZ",
|
|
34
|
+
"wireIndex": 1,
|
|
35
|
+
"matchVia": "direct",
|
|
36
|
+
"flags": [],
|
|
37
|
+
"am4Name": "PI Fuzz",
|
|
38
|
+
"wikiName": "PI FUZZ",
|
|
39
|
+
"basedOn": {
|
|
40
|
+
"primary": "Electro-Harmonix Big Muff Pi current",
|
|
41
|
+
"manufacturer": "Electro-Harmonix",
|
|
42
|
+
"productName": "Big Muff Pi current",
|
|
43
|
+
"source": "fractal-wiki"
|
|
44
|
+
},
|
|
45
|
+
"description": "Based on the Big Muff Pi fuzz.",
|
|
46
|
+
"fractalQuotes": []
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"axefx2Name": "TUBE DRV 3-KNOB",
|
|
50
|
+
"wireIndex": 2,
|
|
51
|
+
"matchVia": "abbrev-expand",
|
|
52
|
+
"flags": [
|
|
53
|
+
"VERIFY: matched via abbrev-expand — confirm wiki record applies to this Axe-Fx II model"
|
|
54
|
+
],
|
|
55
|
+
"am4Name": "Tube Drive 3-Knob",
|
|
56
|
+
"wikiName": "TUBE DRIVE 3-KNOB",
|
|
57
|
+
"basedOn": {
|
|
58
|
+
"primary": "Butler Tube Driver",
|
|
59
|
+
"source": "fractal-wiki"
|
|
60
|
+
},
|
|
61
|
+
"fractalQuotes": [
|
|
62
|
+
{
|
|
63
|
+
"text": "The 3-knob version sounds very different than the 4-knob version.",
|
|
64
|
+
"url": "https://forum.fractalaudio.com/threads/tube-drive.72784/post-912764",
|
|
65
|
+
"attribution": "Fractal Audio"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"text": "Both of my actual pedals go silent with the Drive set to zero as would be expected looking at the design.",
|
|
69
|
+
"url": "https://forum.fractalaudio.com/threads/tube-driver-drive-block-issue.103122/post-1234847",
|
|
70
|
+
"attribution": "Fractal Audio"
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"axefx2Name": "SUPER OD",
|
|
76
|
+
"wireIndex": 3,
|
|
77
|
+
"matchVia": "direct",
|
|
78
|
+
"flags": [],
|
|
79
|
+
"am4Name": "Super OD",
|
|
80
|
+
"wikiName": "SUPER OD",
|
|
81
|
+
"basedOn": {
|
|
82
|
+
"primary": "Boss SD-1 Super Overdrive",
|
|
83
|
+
"manufacturer": "Boss",
|
|
84
|
+
"model": "SD-1",
|
|
85
|
+
"productName": "SD-1 Super Overdrive",
|
|
86
|
+
"source": "fractal-wiki"
|
|
87
|
+
},
|
|
88
|
+
"description": "Based on the Boss Super Overdrive",
|
|
89
|
+
"fractalQuotes": []
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"axefx2Name": "TREBLE BOOST",
|
|
93
|
+
"wireIndex": 4,
|
|
94
|
+
"matchVia": "direct",
|
|
95
|
+
"flags": [],
|
|
96
|
+
"am4Name": "Treble Boost",
|
|
97
|
+
"wikiName": "TREBLE BOOST",
|
|
98
|
+
"basedOn": {
|
|
99
|
+
"primary": "silicon treble booster circuit",
|
|
100
|
+
"source": "fractal-wiki"
|
|
101
|
+
},
|
|
102
|
+
"description": "Based on a classic treble booster.",
|
|
103
|
+
"fractalQuotes": [
|
|
104
|
+
{
|
|
105
|
+
"text": "Boost was a switch and engaged the effect. Set was the amount of boost and is equivalent to Drive.",
|
|
106
|
+
"url": "https://forum.fractalaudio.com/threads/question-about-treble-boost.102850/post-1232043",
|
|
107
|
+
"attribution": "Fractal Audio"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"axefx2Name": "MID BOOST",
|
|
113
|
+
"wireIndex": 5,
|
|
114
|
+
"matchVia": "direct",
|
|
115
|
+
"flags": [],
|
|
116
|
+
"am4Name": "Mid Boost",
|
|
117
|
+
"wikiName": "MID BOOST",
|
|
118
|
+
"description": "A custom mid-boost overdrive.",
|
|
119
|
+
"fractalQuotes": []
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"axefx2Name": "T808 OD",
|
|
123
|
+
"wireIndex": 6,
|
|
124
|
+
"matchVia": "direct",
|
|
125
|
+
"flags": [],
|
|
126
|
+
"am4Name": "T808 OD",
|
|
127
|
+
"wikiName": "T808 OD",
|
|
128
|
+
"basedOn": {
|
|
129
|
+
"primary": "Ibanez TS-808 Tube Screamer",
|
|
130
|
+
"manufacturer": "Ibanez",
|
|
131
|
+
"model": "TS-808",
|
|
132
|
+
"productName": "TS-808 Tube Screamer",
|
|
133
|
+
"source": "fractal-wiki"
|
|
134
|
+
},
|
|
135
|
+
"description": "Based on the Ibanez TS-9 Tube Screamer overdrive.",
|
|
136
|
+
"fractalQuotes": []
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"axefx2Name": "FAT RAT",
|
|
140
|
+
"wireIndex": 7,
|
|
141
|
+
"matchVia": "direct",
|
|
142
|
+
"flags": [],
|
|
143
|
+
"am4Name": "Fat Rat",
|
|
144
|
+
"wikiName": "FAT RAT",
|
|
145
|
+
"basedOn": {
|
|
146
|
+
"primary": "Pro Co modded RAT LED clipping",
|
|
147
|
+
"manufacturer": "Pro Co",
|
|
148
|
+
"productName": "modded RAT LED clipping",
|
|
149
|
+
"source": "fractal-wiki"
|
|
150
|
+
},
|
|
151
|
+
"description": "A modified version of the Rat Distortion. Fuller and smoother.",
|
|
152
|
+
"fractalQuotes": []
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"axefx2Name": "T808 MOD",
|
|
156
|
+
"wireIndex": 8,
|
|
157
|
+
"matchVia": "direct",
|
|
158
|
+
"flags": [],
|
|
159
|
+
"am4Name": "T808 Mod",
|
|
160
|
+
"wikiName": "T808 MOD",
|
|
161
|
+
"basedOn": {
|
|
162
|
+
"primary": "Ibanez TS-808 Tube Screamer",
|
|
163
|
+
"manufacturer": "Ibanez",
|
|
164
|
+
"model": "TS-808",
|
|
165
|
+
"productName": "TS-808 Tube Screamer",
|
|
166
|
+
"source": "fractal-wiki"
|
|
167
|
+
},
|
|
168
|
+
"description": "Captures the most popular TS overdrive mods.",
|
|
169
|
+
"fractalQuotes": []
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"axefx2Name": "OCTAVE DIST",
|
|
173
|
+
"wireIndex": 9,
|
|
174
|
+
"matchVia": "abbrev-expand",
|
|
175
|
+
"flags": [
|
|
176
|
+
"VERIFY: matched via abbrev-expand — confirm wiki record applies to this Axe-Fx II model"
|
|
177
|
+
],
|
|
178
|
+
"am4Name": "Octave Distortion",
|
|
179
|
+
"wikiName": "OCTAVE DISTORTION",
|
|
180
|
+
"basedOn": {
|
|
181
|
+
"primary": "Tycobrahe Octavia",
|
|
182
|
+
"manufacturer": "Tycobrahe",
|
|
183
|
+
"productName": "Octavia",
|
|
184
|
+
"source": "fractal-wiki"
|
|
185
|
+
},
|
|
186
|
+
"fractalQuotes": []
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"axefx2Name": "PLUS DIST",
|
|
190
|
+
"wireIndex": 10,
|
|
191
|
+
"matchVia": "unmatched",
|
|
192
|
+
"flags": [
|
|
193
|
+
"VERIFY: no wiki match — Axe-Fx II enum entry has no AM4-lineage counterpart"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"axefx2Name": "HARD FUZZ",
|
|
198
|
+
"wireIndex": 11,
|
|
199
|
+
"matchVia": "direct",
|
|
200
|
+
"flags": [],
|
|
201
|
+
"am4Name": "Hard Fuzz",
|
|
202
|
+
"wikiName": "HARD FUZZ",
|
|
203
|
+
"description": "A hard-clipping, 60s-style fuzz.",
|
|
204
|
+
"fractalQuotes": []
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"axefx2Name": "FET BOOST",
|
|
208
|
+
"wireIndex": 12,
|
|
209
|
+
"matchVia": "direct",
|
|
210
|
+
"flags": [],
|
|
211
|
+
"am4Name": "FET Boost",
|
|
212
|
+
"wikiName": "FET BOOST",
|
|
213
|
+
"description": "A gentle, smooth clipping booster with tone controls.",
|
|
214
|
+
"fractalQuotes": []
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"axefx2Name": "TAPE DIST",
|
|
218
|
+
"wireIndex": 13,
|
|
219
|
+
"matchVia": "abbrev-expand",
|
|
220
|
+
"flags": [
|
|
221
|
+
"VERIFY: matched via abbrev-expand — confirm wiki record applies to this Axe-Fx II model"
|
|
222
|
+
],
|
|
223
|
+
"am4Name": "Tape Distortion",
|
|
224
|
+
"wikiName": "TAPE DISTORTION",
|
|
225
|
+
"basedOn": {
|
|
226
|
+
"primary": "tape distortion",
|
|
227
|
+
"source": "fractal-wiki"
|
|
228
|
+
},
|
|
229
|
+
"description": "Simulates the clipping of an overdriven reel-to-reel tape deck.",
|
|
230
|
+
"fractalQuotes": []
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"axefx2Name": "FULL OD",
|
|
234
|
+
"wireIndex": 14,
|
|
235
|
+
"matchVia": "direct",
|
|
236
|
+
"flags": [],
|
|
237
|
+
"am4Name": "Full OD",
|
|
238
|
+
"wikiName": "FULL OD",
|
|
239
|
+
"basedOn": {
|
|
240
|
+
"primary": "Fulltone Full-Drive 2",
|
|
241
|
+
"manufacturer": "Fulltone",
|
|
242
|
+
"productName": "Full-Drive 2",
|
|
243
|
+
"source": "fractal-wiki"
|
|
244
|
+
},
|
|
245
|
+
"description": "Based on the Fulltone Fulldrive OD Pedal.",
|
|
246
|
+
"fractalQuotes": [
|
|
247
|
+
{
|
|
248
|
+
"text": "The Full OD model is based on a Fulltone Fulldrive 2.",
|
|
249
|
+
"url": "https://forum.fractalaudio.com/threads/ax8-drives.120062/post-1429331",
|
|
250
|
+
"attribution": "Fractal Audio"
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"axefx2Name": "BLUES OD",
|
|
256
|
+
"wireIndex": 15,
|
|
257
|
+
"matchVia": "direct",
|
|
258
|
+
"flags": [],
|
|
259
|
+
"am4Name": "Blues OD",
|
|
260
|
+
"wikiName": "BLUES OD",
|
|
261
|
+
"basedOn": {
|
|
262
|
+
"primary": "Marshall Bluesbreaker Mk1",
|
|
263
|
+
"manufacturer": "Marshall",
|
|
264
|
+
"productName": "Bluesbreaker Mk1",
|
|
265
|
+
"source": "fractal-wiki"
|
|
266
|
+
},
|
|
267
|
+
"description": "Based on the Marshall Bluesbreaker.",
|
|
268
|
+
"fractalQuotes": []
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"axefx2Name": "SHRED DIST",
|
|
272
|
+
"wireIndex": 16,
|
|
273
|
+
"matchVia": "abbrev-expand",
|
|
274
|
+
"flags": [
|
|
275
|
+
"VERIFY: matched via abbrev-expand — confirm wiki record applies to this Axe-Fx II model"
|
|
276
|
+
],
|
|
277
|
+
"am4Name": "Shred Distortion",
|
|
278
|
+
"wikiName": "SHRED DISTORTION",
|
|
279
|
+
"basedOn": {
|
|
280
|
+
"primary": "Marshall Shredmaster",
|
|
281
|
+
"manufacturer": "Marshall",
|
|
282
|
+
"productName": "Shredmaster",
|
|
283
|
+
"source": "fractal-wiki"
|
|
284
|
+
},
|
|
285
|
+
"fractalQuotes": []
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"axefx2Name": "M-ZONE DIST",
|
|
289
|
+
"wireIndex": 17,
|
|
290
|
+
"matchVia": "abbrev-expand",
|
|
291
|
+
"flags": [
|
|
292
|
+
"VERIFY: matched via abbrev-expand — confirm wiki record applies to this Axe-Fx II model"
|
|
293
|
+
],
|
|
294
|
+
"am4Name": "M-Zone Distortion",
|
|
295
|
+
"wikiName": "M-ZONE DISTORTION",
|
|
296
|
+
"basedOn": {
|
|
297
|
+
"primary": "Boss MT-2 Metal Zone",
|
|
298
|
+
"manufacturer": "Boss",
|
|
299
|
+
"model": "MT-2",
|
|
300
|
+
"productName": "Metal Zone",
|
|
301
|
+
"source": "fractal-wiki"
|
|
302
|
+
},
|
|
303
|
+
"description": "Simulates the Boss Metal Zone, popular for extreme gain settings.",
|
|
304
|
+
"fractalQuotes": []
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"axefx2Name": "BENDER FUZZ",
|
|
308
|
+
"wireIndex": 18,
|
|
309
|
+
"matchVia": "direct",
|
|
310
|
+
"flags": [],
|
|
311
|
+
"am4Name": "Bender Fuzz",
|
|
312
|
+
"wikiName": "BENDER FUZZ",
|
|
313
|
+
"basedOn": {
|
|
314
|
+
"primary": "Sola Sound / Vox Tone Bender",
|
|
315
|
+
"manufacturer": "Sola Sound",
|
|
316
|
+
"productName": "/ Vox Tone Bender",
|
|
317
|
+
"source": "fractal-wiki"
|
|
318
|
+
},
|
|
319
|
+
"description": "Based on the classic Tone Bender circuit.",
|
|
320
|
+
"fractalQuotes": []
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"axefx2Name": "BB PRE",
|
|
324
|
+
"wireIndex": 19,
|
|
325
|
+
"matchVia": "direct",
|
|
326
|
+
"flags": [],
|
|
327
|
+
"am4Name": "BB Pre",
|
|
328
|
+
"wikiName": "BB PRE",
|
|
329
|
+
"basedOn": {
|
|
330
|
+
"primary": "Xotic BB",
|
|
331
|
+
"manufacturer": "Xotic",
|
|
332
|
+
"productName": "BB",
|
|
333
|
+
"source": "fractal-wiki"
|
|
334
|
+
},
|
|
335
|
+
"description": "Based on the Xotic BB preamp standard (v1.5)",
|
|
336
|
+
"fractalQuotes": [
|
|
337
|
+
{
|
|
338
|
+
"text": "The BB is more of a clean boost it's just pushing the amp (model).",
|
|
339
|
+
"url": "https://forum.fractalaudio.com/threads/drive-block-status.147823/page-5#post-1748658",
|
|
340
|
+
"attribution": "Fractal Audio"
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"axefx2Name": "MASTER FUZZ",
|
|
346
|
+
"wireIndex": 20,
|
|
347
|
+
"matchVia": "direct",
|
|
348
|
+
"flags": [],
|
|
349
|
+
"am4Name": "Master Fuzz",
|
|
350
|
+
"wikiName": "MASTER FUZZ",
|
|
351
|
+
"basedOn": {
|
|
352
|
+
"primary": "Maestro FZ-1A Gibson Fuzz-Tone",
|
|
353
|
+
"manufacturer": "Maestro",
|
|
354
|
+
"model": "FZ-1A",
|
|
355
|
+
"productName": "Gibson Fuzz-Tone",
|
|
356
|
+
"source": "fractal-wiki"
|
|
357
|
+
},
|
|
358
|
+
"description": "Based on the Maestro Fuzztone, aka \"Satisfaction\" fuzz.",
|
|
359
|
+
"fractalQuotes": []
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"axefx2Name": "FACE FUZZ",
|
|
363
|
+
"wireIndex": 21,
|
|
364
|
+
"matchVia": "direct",
|
|
365
|
+
"flags": [],
|
|
366
|
+
"am4Name": "Face Fuzz",
|
|
367
|
+
"wikiName": "FACE FUZZ",
|
|
368
|
+
"basedOn": {
|
|
369
|
+
"primary": "Dallas Arbiter Face",
|
|
370
|
+
"manufacturer": "Dallas Arbiter",
|
|
371
|
+
"productName": "Face",
|
|
372
|
+
"source": "fractal-wiki"
|
|
373
|
+
},
|
|
374
|
+
"description": "Based on Dallas Arbiter Fuzz Face",
|
|
375
|
+
"fractalQuotes": []
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"axefx2Name": "BIT CRUSHER",
|
|
379
|
+
"wireIndex": 22,
|
|
380
|
+
"matchVia": "direct",
|
|
381
|
+
"flags": [],
|
|
382
|
+
"am4Name": "Bit Crusher",
|
|
383
|
+
"wikiName": "BIT CRUSHER",
|
|
384
|
+
"basedOn": {
|
|
385
|
+
"primary": "black box we found in the dumpster outside Studio Harshclip",
|
|
386
|
+
"source": "fractal-blocks-guide"
|
|
387
|
+
},
|
|
388
|
+
"description": "Based on a black box we found in the dumpster outside Studio Harshclip.",
|
|
389
|
+
"fractalQuotes": []
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"axefx2Name": "ETERNAL LOVE",
|
|
393
|
+
"wireIndex": 23,
|
|
394
|
+
"matchVia": "direct",
|
|
395
|
+
"flags": [],
|
|
396
|
+
"am4Name": "Eternal Love",
|
|
397
|
+
"wikiName": "ETERNAL LOVE",
|
|
398
|
+
"basedOn": {
|
|
399
|
+
"primary": "Lovepedal Eternity",
|
|
400
|
+
"manufacturer": "Lovepedal",
|
|
401
|
+
"productName": "Eternity",
|
|
402
|
+
"source": "fractal-wiki"
|
|
403
|
+
},
|
|
404
|
+
"description": "Based on a Lovepedal Eternity.",
|
|
405
|
+
"fractalQuotes": []
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"axefx2Name": "ESOTERIC ACB",
|
|
409
|
+
"wireIndex": 24,
|
|
410
|
+
"matchVia": "direct",
|
|
411
|
+
"flags": [],
|
|
412
|
+
"am4Name": "Esoteric ACB",
|
|
413
|
+
"wikiName": "ESOTERIC ACB",
|
|
414
|
+
"basedOn": {
|
|
415
|
+
"primary": "Xotic AC",
|
|
416
|
+
"manufacturer": "Xotic",
|
|
417
|
+
"productName": "AC",
|
|
418
|
+
"source": "fractal-wiki"
|
|
419
|
+
},
|
|
420
|
+
"description": "Based on the Xotic AC Booster",
|
|
421
|
+
"fractalQuotes": []
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"axefx2Name": "ESOTERIC RCB",
|
|
425
|
+
"wireIndex": 25,
|
|
426
|
+
"matchVia": "direct",
|
|
427
|
+
"flags": [],
|
|
428
|
+
"am4Name": "Esoteric RCB",
|
|
429
|
+
"wikiName": "ESOTERIC RCB",
|
|
430
|
+
"basedOn": {
|
|
431
|
+
"primary": "Xotic RC v1",
|
|
432
|
+
"manufacturer": "Xotic",
|
|
433
|
+
"productName": "RC v1",
|
|
434
|
+
"source": "fractal-wiki"
|
|
435
|
+
},
|
|
436
|
+
"description": "Based on the Xotic RC Booster",
|
|
437
|
+
"fractalQuotes": []
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"axefx2Name": "ZEN MASTER",
|
|
441
|
+
"wireIndex": 26,
|
|
442
|
+
"matchVia": "direct",
|
|
443
|
+
"flags": [],
|
|
444
|
+
"am4Name": "Zen Master",
|
|
445
|
+
"wikiName": "ZEN MASTER",
|
|
446
|
+
"basedOn": {
|
|
447
|
+
"primary": "Hermida Zendrive",
|
|
448
|
+
"source": "fractal-wiki"
|
|
449
|
+
},
|
|
450
|
+
"description": "Based on Hermida Zen Drive.",
|
|
451
|
+
"fractalQuotes": []
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"axefx2Name": "TUBE DRV 4-KNOB",
|
|
455
|
+
"wireIndex": 27,
|
|
456
|
+
"matchVia": "abbrev-expand",
|
|
457
|
+
"flags": [
|
|
458
|
+
"VERIFY: matched via abbrev-expand — confirm wiki record applies to this Axe-Fx II model"
|
|
459
|
+
],
|
|
460
|
+
"am4Name": "Tube Drive 4-Knob",
|
|
461
|
+
"wikiName": "TUBE DRIVE 4-KNOB",
|
|
462
|
+
"basedOn": {
|
|
463
|
+
"primary": "Butler Tube Driver",
|
|
464
|
+
"source": "fractal-wiki"
|
|
465
|
+
},
|
|
466
|
+
"fractalQuotes": []
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"axefx2Name": "FAS LED-DRIVE",
|
|
470
|
+
"wireIndex": 28,
|
|
471
|
+
"matchVia": "direct",
|
|
472
|
+
"flags": [],
|
|
473
|
+
"am4Name": "FAS LED-Drive",
|
|
474
|
+
"wikiName": "FAS LED-DRIVE",
|
|
475
|
+
"description": "LED clipping design by Fractal Audio Systems",
|
|
476
|
+
"fractalQuotes": []
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"axefx2Name": "SDD PREAMP",
|
|
480
|
+
"wireIndex": 29,
|
|
481
|
+
"matchVia": "direct",
|
|
482
|
+
"flags": [],
|
|
483
|
+
"am4Name": "SDD Preamp",
|
|
484
|
+
"wikiName": "SDD PREAMP",
|
|
485
|
+
"basedOn": {
|
|
486
|
+
"primary": "Korg SDD-3000",
|
|
487
|
+
"manufacturer": "Korg",
|
|
488
|
+
"model": "SDD-3000",
|
|
489
|
+
"source": "fractal-wiki"
|
|
490
|
+
},
|
|
491
|
+
"description": "Based on the preamp section of the famed SDD digital delay.",
|
|
492
|
+
"fractalQuotes": []
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"axefx2Name": "FET PREAMP",
|
|
496
|
+
"wireIndex": 30,
|
|
497
|
+
"matchVia": "direct",
|
|
498
|
+
"flags": [],
|
|
499
|
+
"am4Name": "FET Preamp",
|
|
500
|
+
"wikiName": "FET PREAMP",
|
|
501
|
+
"basedOn": {
|
|
502
|
+
"primary": "Boss FA-1 FET",
|
|
503
|
+
"manufacturer": "Boss",
|
|
504
|
+
"model": "FA-1",
|
|
505
|
+
"productName": "FET",
|
|
506
|
+
"source": "fractal-wiki"
|
|
507
|
+
},
|
|
508
|
+
"description": "Based on (surprise!) a FET preamp.",
|
|
509
|
+
"fractalQuotes": []
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"axefx2Name": "RUCKUS",
|
|
513
|
+
"wireIndex": 31,
|
|
514
|
+
"matchVia": "unmatched",
|
|
515
|
+
"flags": [
|
|
516
|
+
"VERIFY: no wiki match — Axe-Fx II enum entry has no AM4-lineage counterpart"
|
|
517
|
+
]
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"axefx2Name": "MICRO BOOST",
|
|
521
|
+
"wireIndex": 32,
|
|
522
|
+
"matchVia": "direct",
|
|
523
|
+
"flags": [],
|
|
524
|
+
"am4Name": "Micro Boost",
|
|
525
|
+
"wikiName": "MICRO BOOST",
|
|
526
|
+
"basedOn": {
|
|
527
|
+
"primary": "MXR Micro",
|
|
528
|
+
"manufacturer": "MXR",
|
|
529
|
+
"productName": "Micro",
|
|
530
|
+
"source": "fractal-wiki"
|
|
531
|
+
},
|
|
532
|
+
"description": "Based on MXR Micro Amp, an op amp-driven clean boost pedal.",
|
|
533
|
+
"fractalQuotes": []
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"axefx2Name": "FAS BOOST",
|
|
537
|
+
"wireIndex": 33,
|
|
538
|
+
"matchVia": "direct",
|
|
539
|
+
"flags": [],
|
|
540
|
+
"am4Name": "FAS Boost",
|
|
541
|
+
"wikiName": "FAS BOOST",
|
|
542
|
+
"description": "Our own take on the boost pedal.",
|
|
543
|
+
"fractalQuotes": []
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"axefx2Name": "TIMOTHY",
|
|
547
|
+
"wireIndex": 34,
|
|
548
|
+
"matchVia": "prefix",
|
|
549
|
+
"flags": [
|
|
550
|
+
"VERIFY: no DRIVE_TYPES enum match",
|
|
551
|
+
"VERIFY: matched via prefix — confirm wiki record applies to this Axe-Fx II model"
|
|
552
|
+
],
|
|
553
|
+
"am4Name": "TIMOTHY DOWN",
|
|
554
|
+
"wikiName": "TIMOTHY DOWN",
|
|
555
|
+
"basedOn": {
|
|
556
|
+
"primary": "Paul Cochrane V4 Timmy",
|
|
557
|
+
"manufacturer": "Paul Cochrane",
|
|
558
|
+
"model": "V4",
|
|
559
|
+
"productName": "Timmy",
|
|
560
|
+
"source": "fractal-wiki"
|
|
561
|
+
},
|
|
562
|
+
"fractalQuotes": []
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"axefx2Name": "SHIMMER DRIVE",
|
|
566
|
+
"wireIndex": 35,
|
|
567
|
+
"matchVia": "direct",
|
|
568
|
+
"flags": [],
|
|
569
|
+
"am4Name": "Shimmer Drive",
|
|
570
|
+
"wikiName": "SHIMMER DRIVE",
|
|
571
|
+
"description": "An original creation primarily intended as a boost for amps without master volume.",
|
|
572
|
+
"fractalQuotes": []
|
|
573
|
+
}
|
|
574
|
+
]
|
|
575
|
+
}
|