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,226 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_source": "Re-keyed from src/fractal/shared/lineage/delay-lineage.json against AMP_EFFECT_TYPE_VALUES from src/fractal/axe-fx-ii/params.ts",
|
|
3
|
+
"_extractedAt": "2026-05-12T06:21:50.157Z",
|
|
4
|
+
"_enumSize": 18,
|
|
5
|
+
"_matched": 17,
|
|
6
|
+
"_unmatched": 1,
|
|
7
|
+
"_matchedVia": {
|
|
8
|
+
"direct": 17,
|
|
9
|
+
"unmatched": 1
|
|
10
|
+
},
|
|
11
|
+
"_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.",
|
|
12
|
+
"records": [
|
|
13
|
+
{
|
|
14
|
+
"axefx2Name": "DIGITAL MONO",
|
|
15
|
+
"wireIndex": 0,
|
|
16
|
+
"matchVia": "direct",
|
|
17
|
+
"flags": [],
|
|
18
|
+
"am4Name": "Digital Mono",
|
|
19
|
+
"description": "Full-range, pristine modern digital delay in mono.",
|
|
20
|
+
"fractalQuotes": []
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"axefx2Name": "DIGITAL STEREO",
|
|
24
|
+
"wireIndex": 1,
|
|
25
|
+
"matchVia": "direct",
|
|
26
|
+
"flags": [],
|
|
27
|
+
"am4Name": "Digital Stereo",
|
|
28
|
+
"description": "Stereo variant — Full-range, pristine modern digital delay in mono, stereo in/stereo out.",
|
|
29
|
+
"fractalQuotes": []
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"axefx2Name": "ANALOG MONO",
|
|
33
|
+
"wireIndex": 2,
|
|
34
|
+
"matchVia": "direct",
|
|
35
|
+
"flags": [],
|
|
36
|
+
"am4Name": "Analog Mono",
|
|
37
|
+
"description": "Features the frequency response and character of an analog delay.",
|
|
38
|
+
"fractalQuotes": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"axefx2Name": "ANALOG STEREO",
|
|
42
|
+
"wireIndex": 3,
|
|
43
|
+
"matchVia": "direct",
|
|
44
|
+
"flags": [],
|
|
45
|
+
"am4Name": "Analog Stereo",
|
|
46
|
+
"description": "Stereo variant — Features the frequency response and character of an analog delay, stereo in/stereo out.",
|
|
47
|
+
"fractalQuotes": []
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"axefx2Name": "MONO TAPE",
|
|
51
|
+
"wireIndex": 4,
|
|
52
|
+
"matchVia": "direct",
|
|
53
|
+
"flags": [],
|
|
54
|
+
"am4Name": "Mono Tape",
|
|
55
|
+
"description": "Special type with dedicated algorithm featuring Motor Speed and other tape controls.",
|
|
56
|
+
"fractalQuotes": [
|
|
57
|
+
{
|
|
58
|
+
"text": "The algorithm is a single tape with one record head and two playback heads. The signal from each head can be fed back (Feedback) and panned and leveled.",
|
|
59
|
+
"url": "https://forum.fractalaudio.com/posts/592160",
|
|
60
|
+
"attribution": "Fractal Audio"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"text": "[…] Originally all the delays \"chirped\" when changing the tempo (like many other effects processors). I rewrote the primary delay types so it cross-fades between tempos when you tap a new one to avoid this. The tape delay type doesn't do this so that you can use it as you would an actual tape delay and get all those cool effects by changing the head position or motor speed.",
|
|
64
|
+
"url": "https://forum.fractalaudio.com/posts/936496",
|
|
65
|
+
"attribution": "Fractal Audio"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"text": "The tools are already there for wow and flutter. Wow is modulation below 6 Hz. Flutter is above 6 Hz.",
|
|
69
|
+
"url": "https://forum.fractalaudio.com/threads/a-few-wishes-about-delays.157274/post-1875476",
|
|
70
|
+
"attribution": "Fractal Audio"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"text": "Wow is low frequency modulation. It occurs with records when the hole in the middle isn't perfectly centered or when the record has a warp or due to motor issues.",
|
|
74
|
+
"url": "https://forum.fractalaudio.com/threads/a-few-wishes-about-delays.157274/post-1875767",
|
|
75
|
+
"attribution": "Fractal Audio"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"text": "That algorithm does not support bit reduction.",
|
|
79
|
+
"url": "https://forum.fractalaudio.com/threads/tape-delay-bit-reduction-not-working-and-delay-drive-question.101561/#post-1218097",
|
|
80
|
+
"attribution": "Fractal Audio"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"text": "LFO 1&2 modulate motor speed in that type.",
|
|
84
|
+
"url": "https://forum.fractalaudio.com/threads/delay-block-lfo-3-add-motor-speed-as-destination-for-mono-tape-type.190283/post-2362000",
|
|
85
|
+
"attribution": "Fractal Audio"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"axefx2Name": "STEREO TAPE",
|
|
91
|
+
"wireIndex": 5,
|
|
92
|
+
"matchVia": "direct",
|
|
93
|
+
"flags": [],
|
|
94
|
+
"am4Name": "Stereo Tape",
|
|
95
|
+
"description": "A stereo delay with the sonic properties of a tape echo.",
|
|
96
|
+
"fractalQuotes": []
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"axefx2Name": "PING-PONG",
|
|
100
|
+
"wireIndex": 6,
|
|
101
|
+
"matchVia": "direct",
|
|
102
|
+
"flags": [],
|
|
103
|
+
"am4Name": "Ping-Pong",
|
|
104
|
+
"description": "Echoes bounce from left to right automatically.",
|
|
105
|
+
"fractalQuotes": []
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"axefx2Name": "DUAL DELAY",
|
|
109
|
+
"wireIndex": 7,
|
|
110
|
+
"matchVia": "direct",
|
|
111
|
+
"flags": [],
|
|
112
|
+
"am4Name": "Dual Delay",
|
|
113
|
+
"description": "Two delays in one, each with a full set of controls, plus cross-feedback options!",
|
|
114
|
+
"fractalQuotes": []
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"axefx2Name": "REVERSE DELAY",
|
|
118
|
+
"wireIndex": 8,
|
|
119
|
+
"matchVia": "direct",
|
|
120
|
+
"flags": [],
|
|
121
|
+
"am4Name": "Reverse Delay",
|
|
122
|
+
"description": "This type samples continuously and plays backwards snippets of audio.",
|
|
123
|
+
"fractalQuotes": []
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"axefx2Name": "SWEEP DELAY",
|
|
127
|
+
"wireIndex": 9,
|
|
128
|
+
"matchVia": "direct",
|
|
129
|
+
"flags": [],
|
|
130
|
+
"am4Name": "Sweep Delay",
|
|
131
|
+
"description": "An LFO controls stereo bandpass filters at the output of a stereo delay.",
|
|
132
|
+
"fractalQuotes": []
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"axefx2Name": "DUCKING DELAY",
|
|
136
|
+
"wireIndex": 10,
|
|
137
|
+
"matchVia": "direct",
|
|
138
|
+
"flags": [],
|
|
139
|
+
"am4Name": "Ducking Delay",
|
|
140
|
+
"description": "This stereo delay has dynamic ducking to lower echo levels when you play harder.",
|
|
141
|
+
"fractalQuotes": []
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"axefx2Name": "VINTAGE DIGITAL",
|
|
145
|
+
"wireIndex": 11,
|
|
146
|
+
"matchVia": "direct",
|
|
147
|
+
"flags": [],
|
|
148
|
+
"am4Name": "Vintage Digital",
|
|
149
|
+
"description": "Uses bit-depth reduction for a lo-fi vibe.",
|
|
150
|
+
"fractalQuotes": [
|
|
151
|
+
{
|
|
152
|
+
"text": "It uses virtual crappy converters with low bit depth.",
|
|
153
|
+
"url": "https://forum.fractalaudio.com/threads/vintage-digital-delay-small-buzz-or-digital-artifact.200612/#post-2503381",
|
|
154
|
+
"attribution": "Fractal Audio"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"text": "The whole point of the Vintage Digital type is the artifacts. It's modeling an early, primitive digital delay w/ an 8-bit converter.",
|
|
158
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-24-04-release.201076/page-7#post-2511395",
|
|
159
|
+
"attribution": "Fractal Audio"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"text": "Just modeled it after how devices in that era worked.",
|
|
163
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-24-04-release.201076/page-7#post-2511404",
|
|
164
|
+
"attribution": "Fractal Audio"
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"axefx2Name": "2290 W/ MOD",
|
|
170
|
+
"wireIndex": 12,
|
|
171
|
+
"matchVia": "unmatched",
|
|
172
|
+
"flags": [
|
|
173
|
+
"VERIFY: no wiki match — Axe-Fx II enum entry has no AM4-lineage counterpart"
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"axefx2Name": "AMBIENT STEREO",
|
|
178
|
+
"wireIndex": 13,
|
|
179
|
+
"matchVia": "direct",
|
|
180
|
+
"flags": [],
|
|
181
|
+
"am4Name": "Ambient Stereo",
|
|
182
|
+
"description": "Ultra-wide echoes with reverb-like diffusion.",
|
|
183
|
+
"fractalQuotes": []
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"axefx2Name": "DELUXE MIND GUY",
|
|
187
|
+
"wireIndex": 14,
|
|
188
|
+
"matchVia": "direct",
|
|
189
|
+
"flags": [],
|
|
190
|
+
"am4Name": "Deluxe Mind Guy",
|
|
191
|
+
"basedOn": {
|
|
192
|
+
"primary": "classic memory guy delay pedal",
|
|
193
|
+
"source": "fractal-blocks-guide"
|
|
194
|
+
},
|
|
195
|
+
"description": "Recreates the sound of a classic memory guy delay pedal.",
|
|
196
|
+
"fractalQuotes": []
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"axefx2Name": "MONO BBD",
|
|
200
|
+
"wireIndex": 15,
|
|
201
|
+
"matchVia": "direct",
|
|
202
|
+
"flags": [],
|
|
203
|
+
"am4Name": "Mono BBD",
|
|
204
|
+
"description": "Mono delay with vintage \"bucket brigade delay\" tone.",
|
|
205
|
+
"fractalQuotes": []
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"axefx2Name": "STEREO BBD",
|
|
209
|
+
"wireIndex": 16,
|
|
210
|
+
"matchVia": "direct",
|
|
211
|
+
"flags": [],
|
|
212
|
+
"am4Name": "Stereo BBD",
|
|
213
|
+
"description": "Stereo variant — Mono delay with vintage \"bucket brigade delay\" tone, stereo in/stereo out.",
|
|
214
|
+
"fractalQuotes": []
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"axefx2Name": "LO-FI TAPE",
|
|
218
|
+
"wireIndex": 17,
|
|
219
|
+
"matchVia": "direct",
|
|
220
|
+
"flags": [],
|
|
221
|
+
"am4Name": "Lo-Fi Tape",
|
|
222
|
+
"description": "As mono tape, but very low fidelity to create the sound of a worn-out tape.",
|
|
223
|
+
"fractalQuotes": []
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
}
|