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.
Files changed (123) hide show
  1. package/LICENSE +200 -0
  2. package/NOTICE +28 -0
  3. package/README.md +147 -0
  4. package/dist/am4/applicability.d.ts +61 -0
  5. package/dist/am4/applicability.d.ts.map +1 -0
  6. package/dist/am4/applicability.js +285 -0
  7. package/dist/am4/blockTypes.d.ts +43 -0
  8. package/dist/am4/blockTypes.d.ts.map +1 -0
  9. package/dist/am4/blockTypes.js +48 -0
  10. package/dist/am4/cacheEnums.d.ts +46 -0
  11. package/dist/am4/cacheEnums.d.ts.map +1 -0
  12. package/dist/am4/cacheEnums.js +734 -0
  13. package/dist/am4/cacheParams.d.ts +3533 -0
  14. package/dist/am4/cacheParams.d.ts.map +1 -0
  15. package/dist/am4/cacheParams.js +1996 -0
  16. package/dist/am4/editorControlLabels.d.ts +45 -0
  17. package/dist/am4/editorControlLabels.d.ts.map +1 -0
  18. package/dist/am4/editorControlLabels.js +15894 -0
  19. package/dist/am4/index.d.ts +28 -0
  20. package/dist/am4/index.d.ts.map +1 -0
  21. package/dist/am4/index.js +31 -0
  22. package/dist/am4/ir/preset.d.ts +24 -0
  23. package/dist/am4/ir/preset.d.ts.map +1 -0
  24. package/dist/am4/ir/preset.js +12 -0
  25. package/dist/am4/ir/transpile.d.ts +9 -0
  26. package/dist/am4/ir/transpile.d.ts.map +1 -0
  27. package/dist/am4/ir/transpile.js +19 -0
  28. package/dist/am4/locations.d.ts +32 -0
  29. package/dist/am4/locations.d.ts.map +1 -0
  30. package/dist/am4/locations.js +58 -0
  31. package/dist/am4/paramNames.d.ts +55 -0
  32. package/dist/am4/paramNames.d.ts.map +1 -0
  33. package/dist/am4/paramNames.js +863 -0
  34. package/dist/am4/paramNamesGenerated.d.ts +41 -0
  35. package/dist/am4/paramNamesGenerated.d.ts.map +1 -0
  36. package/dist/am4/paramNamesGenerated.js +183 -0
  37. package/dist/am4/parameterBridge.d.ts +46 -0
  38. package/dist/am4/parameterBridge.d.ts.map +1 -0
  39. package/dist/am4/parameterBridge.js +300 -0
  40. package/dist/am4/params.d.ts +9577 -0
  41. package/dist/am4/params.d.ts.map +1 -0
  42. package/dist/am4/params.js +4537 -0
  43. package/dist/am4/setParam.d.ts +414 -0
  44. package/dist/am4/setParam.d.ts.map +1 -0
  45. package/dist/am4/setParam.js +819 -0
  46. package/dist/am4/shared/paramHelpers.d.ts +55 -0
  47. package/dist/am4/shared/paramHelpers.d.ts.map +1 -0
  48. package/dist/am4/shared/paramHelpers.js +146 -0
  49. package/dist/am4/symbolicIds.d.ts +11 -0
  50. package/dist/am4/symbolicIds.d.ts.map +1 -0
  51. package/dist/am4/symbolicIds.js +587 -0
  52. package/dist/am4/typeApplicability.d.ts +39 -0
  53. package/dist/am4/typeApplicability.d.ts.map +1 -0
  54. package/dist/am4/typeApplicability.js +466 -0
  55. package/dist/am4/variantResolverTables.d.ts +51 -0
  56. package/dist/am4/variantResolverTables.d.ts.map +1 -0
  57. package/dist/am4/variantResolverTables.js +3128 -0
  58. package/dist/axe-fx-ii/blockTypes.d.ts +45 -0
  59. package/dist/axe-fx-ii/blockTypes.d.ts.map +1 -0
  60. package/dist/axe-fx-ii/blockTypes.js +116 -0
  61. package/dist/axe-fx-ii/index.d.ts +5 -0
  62. package/dist/axe-fx-ii/index.d.ts.map +1 -0
  63. package/dist/axe-fx-ii/index.js +18 -0
  64. package/dist/axe-fx-ii/paramAliases.d.ts +54 -0
  65. package/dist/axe-fx-ii/paramAliases.d.ts.map +1 -0
  66. package/dist/axe-fx-ii/paramAliases.js +146 -0
  67. package/dist/axe-fx-ii/params.d.ts +11502 -0
  68. package/dist/axe-fx-ii/params.d.ts.map +1 -0
  69. package/dist/axe-fx-ii/params.js +2847 -0
  70. package/dist/axe-fx-ii/setParam.d.ts +560 -0
  71. package/dist/axe-fx-ii/setParam.d.ts.map +1 -0
  72. package/dist/axe-fx-ii/setParam.js +888 -0
  73. package/dist/axe-fx-iii/blockTypes.d.ts +87 -0
  74. package/dist/axe-fx-iii/blockTypes.d.ts.map +1 -0
  75. package/dist/axe-fx-iii/blockTypes.js +156 -0
  76. package/dist/axe-fx-iii/enumOverlay.d.ts +73 -0
  77. package/dist/axe-fx-iii/enumOverlay.d.ts.map +1 -0
  78. package/dist/axe-fx-iii/enumOverlay.js +236 -0
  79. package/dist/axe-fx-iii/index.d.ts +9 -0
  80. package/dist/axe-fx-iii/index.d.ts.map +1 -0
  81. package/dist/axe-fx-iii/index.js +20 -0
  82. package/dist/axe-fx-iii/params.d.ts +179 -0
  83. package/dist/axe-fx-iii/params.d.ts.map +1 -0
  84. package/dist/axe-fx-iii/params.js +6913 -0
  85. package/dist/axe-fx-iii/setParam.d.ts +460 -0
  86. package/dist/axe-fx-iii/setParam.d.ts.map +1 -0
  87. package/dist/axe-fx-iii/setParam.js +910 -0
  88. package/dist/index.d.ts +2 -0
  89. package/dist/index.d.ts.map +1 -0
  90. package/dist/index.js +12 -0
  91. package/dist/shared/checksum.d.ts +10 -0
  92. package/dist/shared/checksum.d.ts.map +1 -0
  93. package/dist/shared/checksum.js +14 -0
  94. package/dist/shared/device.d.ts +195 -0
  95. package/dist/shared/device.d.ts.map +1 -0
  96. package/dist/shared/device.js +27 -0
  97. package/dist/shared/index.d.ts +8 -0
  98. package/dist/shared/index.d.ts.map +1 -0
  99. package/dist/shared/index.js +11 -0
  100. package/dist/shared/lineage/amp-lineage.json +8313 -0
  101. package/dist/shared/lineage/axefx2-amp-lineage.json +5871 -0
  102. package/dist/shared/lineage/axefx2-delay-lineage.json +226 -0
  103. package/dist/shared/lineage/axefx2-drive-lineage.json +575 -0
  104. package/dist/shared/lineage/axefx2-reverb-lineage.json +467 -0
  105. package/dist/shared/lineage/cab-lineage.json +10777 -0
  106. package/dist/shared/lineage/chorus-lineage.json +173 -0
  107. package/dist/shared/lineage/compressor-lineage.json +338 -0
  108. package/dist/shared/lineage/delay-lineage.json +313 -0
  109. package/dist/shared/lineage/drive-lineage.json +1844 -0
  110. package/dist/shared/lineage/flanger-lineage.json +313 -0
  111. package/dist/shared/lineage/phaser-lineage.json +208 -0
  112. package/dist/shared/lineage/reverb-lineage.json +793 -0
  113. package/dist/shared/lineage/wah-lineage.json +117 -0
  114. package/dist/shared/lineageLookup.d.ts +69 -0
  115. package/dist/shared/lineageLookup.d.ts.map +1 -0
  116. package/dist/shared/lineageLookup.js +196 -0
  117. package/dist/shared/packValue.d.ts +40 -0
  118. package/dist/shared/packValue.d.ts.map +1 -0
  119. package/dist/shared/packValue.js +105 -0
  120. package/dist/shared/types.d.ts +23 -0
  121. package/dist/shared/types.d.ts.map +1 -0
  122. package/dist/shared/types.js +9 -0
  123. package/package.json +75 -0
@@ -0,0 +1,313 @@
1
+ {
2
+ "_source": "Fractal Audio wiki — Delay_block.md + Blocks Guide PDF",
3
+ "_extractedAt": "2026-04-26T02:14:32.325Z",
4
+ "_catalogSize": 29,
5
+ "_recordCount": 29,
6
+ "records": [
7
+ {
8
+ "am4Name": "Digital Mono",
9
+ "description": "Full-range, pristine modern digital delay in mono.",
10
+ "descriptionSource": "fractal-blocks-guide",
11
+ "fractalQuotes": [],
12
+ "flags": []
13
+ },
14
+ {
15
+ "am4Name": "Digital Stereo",
16
+ "description": "Stereo variant — Full-range, pristine modern digital delay in mono, stereo in/stereo out.",
17
+ "descriptionSource": "fractal-blocks-guide",
18
+ "fractalQuotes": [],
19
+ "flags": []
20
+ },
21
+ {
22
+ "am4Name": "Analog Mono",
23
+ "description": "Features the frequency response and character of an analog delay.",
24
+ "descriptionSource": "fractal-blocks-guide",
25
+ "fractalQuotes": [],
26
+ "flags": []
27
+ },
28
+ {
29
+ "am4Name": "Analog Stereo",
30
+ "description": "Stereo variant — Features the frequency response and character of an analog delay, stereo in/stereo out.",
31
+ "descriptionSource": "fractal-blocks-guide",
32
+ "fractalQuotes": [],
33
+ "flags": []
34
+ },
35
+ {
36
+ "am4Name": "Mono Tape",
37
+ "description": "Special type with dedicated algorithm featuring Motor Speed and other tape controls.",
38
+ "descriptionSource": "fractal-blocks-guide",
39
+ "fractalQuotes": [
40
+ {
41
+ "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.",
42
+ "url": "https://forum.fractalaudio.com/posts/592160",
43
+ "attribution": "Fractal Audio"
44
+ },
45
+ {
46
+ "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.",
47
+ "url": "https://forum.fractalaudio.com/posts/936496",
48
+ "attribution": "Fractal Audio"
49
+ },
50
+ {
51
+ "text": "The tools are already there for wow and flutter. Wow is modulation below 6 Hz. Flutter is above 6 Hz.",
52
+ "url": "https://forum.fractalaudio.com/threads/a-few-wishes-about-delays.157274/post-1875476",
53
+ "attribution": "Fractal Audio"
54
+ },
55
+ {
56
+ "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.",
57
+ "url": "https://forum.fractalaudio.com/threads/a-few-wishes-about-delays.157274/post-1875767",
58
+ "attribution": "Fractal Audio"
59
+ },
60
+ {
61
+ "text": "That algorithm does not support bit reduction.",
62
+ "url": "https://forum.fractalaudio.com/threads/tape-delay-bit-reduction-not-working-and-delay-drive-question.101561/#post-1218097",
63
+ "attribution": "Fractal Audio"
64
+ },
65
+ {
66
+ "text": "LFO 1&2 modulate motor speed in that type.",
67
+ "url": "https://forum.fractalaudio.com/threads/delay-block-lfo-3-add-motor-speed-as-destination-for-mono-tape-type.190283/post-2362000",
68
+ "attribution": "Fractal Audio"
69
+ }
70
+ ],
71
+ "flags": []
72
+ },
73
+ {
74
+ "am4Name": "Stereo Tape",
75
+ "description": "A stereo delay with the sonic properties of a tape echo.",
76
+ "descriptionSource": "fractal-blocks-guide",
77
+ "fractalQuotes": [],
78
+ "flags": []
79
+ },
80
+ {
81
+ "am4Name": "Ping-Pong",
82
+ "description": "Echoes bounce from left to right automatically.",
83
+ "descriptionSource": "fractal-blocks-guide",
84
+ "fractalQuotes": [],
85
+ "flags": []
86
+ },
87
+ {
88
+ "am4Name": "Dual Delay",
89
+ "description": "Two delays in one, each with a full set of controls, plus cross-feedback options!",
90
+ "descriptionSource": "fractal-blocks-guide",
91
+ "fractalQuotes": [],
92
+ "flags": []
93
+ },
94
+ {
95
+ "am4Name": "Reverse Delay",
96
+ "description": "This type samples continuously and plays backwards snippets of audio.",
97
+ "descriptionSource": "fractal-blocks-guide",
98
+ "fractalQuotes": [],
99
+ "flags": []
100
+ },
101
+ {
102
+ "am4Name": "Sweep Delay",
103
+ "description": "An LFO controls stereo bandpass filters at the output of a stereo delay.",
104
+ "descriptionSource": "fractal-blocks-guide",
105
+ "fractalQuotes": [],
106
+ "flags": []
107
+ },
108
+ {
109
+ "am4Name": "Ducking Delay",
110
+ "description": "This stereo delay has dynamic ducking to lower echo levels when you play harder.",
111
+ "descriptionSource": "fractal-blocks-guide",
112
+ "fractalQuotes": [],
113
+ "flags": []
114
+ },
115
+ {
116
+ "am4Name": "Vintage Digital",
117
+ "description": "Uses bit-depth reduction for a lo-fi vibe.",
118
+ "descriptionSource": "fractal-blocks-guide",
119
+ "fractalQuotes": [
120
+ {
121
+ "text": "It uses virtual crappy converters with low bit depth.",
122
+ "url": "https://forum.fractalaudio.com/threads/vintage-digital-delay-small-buzz-or-digital-artifact.200612/#post-2503381",
123
+ "attribution": "Fractal Audio"
124
+ },
125
+ {
126
+ "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.",
127
+ "url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-24-04-release.201076/page-7#post-2511395",
128
+ "attribution": "Fractal Audio"
129
+ },
130
+ {
131
+ "text": "Just modeled it after how devices in that era worked.",
132
+ "url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-24-04-release.201076/page-7#post-2511404",
133
+ "attribution": "Fractal Audio"
134
+ }
135
+ ],
136
+ "flags": []
137
+ },
138
+ {
139
+ "am4Name": "2290 w/ Modulation",
140
+ "description": "Based on the legendary original from Denmark.",
141
+ "descriptionSource": "fractal-blocks-guide",
142
+ "fractalQuotes": [
143
+ {
144
+ "text": "The original 2290 was a “bit slice” processor. The sample rate was necessarily high because it was a one-bit converter.",
145
+ "url": "https://forum.fractalaudio.com/threads/question-for-cliff.138612/#post-1643914",
146
+ "attribution": "Fractal Audio"
147
+ }
148
+ ],
149
+ "flags": [],
150
+ "basedOn": {
151
+ "primary": "TC Electronic 2290 Dynamic Digital Delay",
152
+ "manufacturer": "TC Electronic",
153
+ "model": "2290",
154
+ "productName": "2290 Dynamic Digital Delay",
155
+ "source": "heuristic-inferred"
156
+ }
157
+ },
158
+ {
159
+ "am4Name": "Ambient Stereo",
160
+ "description": "Ultra-wide echoes with reverb-like diffusion.",
161
+ "descriptionSource": "fractal-blocks-guide",
162
+ "fractalQuotes": [],
163
+ "flags": []
164
+ },
165
+ {
166
+ "am4Name": "Deluxe Mind Guy",
167
+ "description": "Recreates the sound of a classic memory guy delay pedal.",
168
+ "descriptionSource": "fractal-blocks-guide",
169
+ "fractalQuotes": [],
170
+ "flags": [],
171
+ "basedOn": {
172
+ "primary": "classic memory guy delay pedal",
173
+ "source": "fractal-blocks-guide"
174
+ }
175
+ },
176
+ {
177
+ "am4Name": "Mono BBD",
178
+ "description": "Mono delay with vintage \"bucket brigade delay\" tone.",
179
+ "descriptionSource": "fractal-blocks-guide",
180
+ "fractalQuotes": [],
181
+ "flags": []
182
+ },
183
+ {
184
+ "am4Name": "Stereo BBD",
185
+ "description": "Stereo variant — Mono delay with vintage \"bucket brigade delay\" tone, stereo in/stereo out.",
186
+ "descriptionSource": "fractal-blocks-guide",
187
+ "fractalQuotes": [],
188
+ "flags": []
189
+ },
190
+ {
191
+ "am4Name": "Lo-Fi Tape",
192
+ "description": "As mono tape, but very low fidelity to create the sound of a worn-out tape.",
193
+ "descriptionSource": "fractal-blocks-guide",
194
+ "fractalQuotes": [],
195
+ "flags": []
196
+ },
197
+ {
198
+ "am4Name": "Stereo Mind Guy",
199
+ "description": "A stereo version of the deluxe memory guy.",
200
+ "descriptionSource": "fractal-blocks-guide",
201
+ "fractalQuotes": [],
202
+ "flags": []
203
+ },
204
+ {
205
+ "am4Name": "Graphite Copy Delay",
206
+ "description": "Based on the Carbon Copy delay.",
207
+ "descriptionSource": "fractal-blocks-guide",
208
+ "fractalQuotes": [],
209
+ "flags": [],
210
+ "basedOn": {
211
+ "primary": "Carbon Copy delay",
212
+ "source": "fractal-blocks-guide"
213
+ }
214
+ },
215
+ {
216
+ "am4Name": "DM-Two Delay",
217
+ "fractalQuotes": [
218
+ {
219
+ "text": "[…] the DM-2 has a pre-emphasis/de-emphasis topology. The input is pre-emphasized by over 15 dB. The pre-emphasized data goes into the delay lines. When you switch to a different type with no de-emphasis, which is most of the types, you are getting pre-emphasized echoes out which will sound louder and brighter for a brief moment.",
220
+ "url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-01.189535/post-2364958",
221
+ "attribution": "Fractal Audio"
222
+ }
223
+ ],
224
+ "flags": [
225
+ "VERIFY: no Blocks Guide description"
226
+ ],
227
+ "basedOn": {
228
+ "primary": "Boss DM-2 Delay",
229
+ "manufacturer": "Boss",
230
+ "model": "DM-Two",
231
+ "productName": "DM-2 Delay",
232
+ "source": "heuristic-inferred"
233
+ }
234
+ },
235
+ {
236
+ "am4Name": "Diffused Delay",
237
+ "description": "This delay uses the diffuser for a reverb-like effect",
238
+ "descriptionSource": "fractal-blocks-guide",
239
+ "fractalQuotes": [],
240
+ "flags": []
241
+ },
242
+ {
243
+ "am4Name": "Zephyr",
244
+ "description": "An FAS original delay effect",
245
+ "descriptionSource": "fractal-blocks-guide",
246
+ "fractalQuotes": [],
247
+ "flags": []
248
+ },
249
+ {
250
+ "am4Name": "Worn Tape",
251
+ "description": "Simulates the reduced frequency response of a worn out tape echo.",
252
+ "descriptionSource": "fractal-blocks-guide",
253
+ "fractalQuotes": [],
254
+ "flags": []
255
+ },
256
+ {
257
+ "am4Name": "Pan Delay",
258
+ "fractalQuotes": [],
259
+ "flags": [
260
+ "VERIFY: no Blocks Guide description"
261
+ ]
262
+ },
263
+ {
264
+ "am4Name": "Stereo Trem Delay",
265
+ "fractalQuotes": [],
266
+ "flags": [
267
+ "VERIFY: no Blocks Guide description"
268
+ ]
269
+ },
270
+ {
271
+ "am4Name": "Wandering Delays",
272
+ "fractalQuotes": [],
273
+ "flags": [
274
+ "VERIFY: no Blocks Guide description"
275
+ ]
276
+ },
277
+ {
278
+ "am4Name": "Dual Head Tape",
279
+ "fractalQuotes": [],
280
+ "flags": [
281
+ "VERIFY: no Blocks Guide description"
282
+ ]
283
+ },
284
+ {
285
+ "am4Name": "Surround Delay",
286
+ "fractalQuotes": [
287
+ {
288
+ "text": "The Rotation parameter determines how rapidly the echoes rotates. With Rotation at 100% the echoes will rotate 180 degrees each time (front, back, front, etc). At 50% the echoes will rotate 90 degrees (front, right, back, left, front, etc.). Negative values will cause the echoes to rotate in the opposite direction.",
289
+ "url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-31-00-public-beta-2.216600/post-2723743",
290
+ "attribution": "Fractal Audio"
291
+ },
292
+ {
293
+ "text": "Sounds like you have the delay before the amp. This is normal behavior when putting a delay before a distorted (and therefore compressing) amp.",
294
+ "url": "https://forum.fractalaudio.com/threads/ax-8-firmware-version-10-00.141474/page-6#post-1677316",
295
+ "attribution": "Fractal Audio"
296
+ },
297
+ {
298
+ "text": "If there isn't distortion or modulation in the delay/reverb then the order is irrelevant since they are then Linear Time Invariant (or shift invariant in digital parlance). If there is a small amount of distortion or modulation then the order is probably still irrelevant. If there is a lot of distortion or modulation then the order may make a difference. However, typically the biggest difference, as noted above, is series vs. parallel since h1(t)*h2(t) is not the same as h1(t)+h2(t). If LTI h1*h2 = h2*h1. It may seem counter-intuitive that the order doesn't matter but try it and you'll be surprised.",
299
+ "url": "https://forum.fractalaudio.com/threads/delay-before-reverb-or-reverb-before-delay-whats-your-preference.57690/page-2#post-723087",
300
+ "attribution": "Fractal Audio"
301
+ },
302
+ {
303
+ "text": "We had to make a management decision. Under certain circumstances (using an Amp block and two Delay blocks with Diffusion on) the second DSP could get overloaded. The easiest solution at this time was to remove the Diffusion parameter. If we are able to improve the code efficiency we will reinstate the parameter. You have to realize the FM3 has only about 1/5 the DSP power of an Axe-Fx III. Trying to fit all those goodies in there while not sacrificing audio quality is a balancing act. I ALWAYS insist on quality over quantity. That's what differentiates our products. It takes a LOT of horsepower to do it right.",
304
+ "url": "https://forum.fractalaudio.com/threads/fm3-firmware-1-06-public-beta-3.165144/post-1981139",
305
+ "attribution": "Fractal Audio"
306
+ }
307
+ ],
308
+ "flags": [
309
+ "VERIFY: no Blocks Guide description"
310
+ ]
311
+ }
312
+ ]
313
+ }