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,173 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_source": "Fractal Audio wiki — Chorus_block.md",
|
|
3
|
+
"_extractedAt": "2026-04-26T02:14:32.328Z",
|
|
4
|
+
"_catalogSize": 20,
|
|
5
|
+
"_recordCount": 20,
|
|
6
|
+
"records": [
|
|
7
|
+
{
|
|
8
|
+
"am4Name": "Digital Mono",
|
|
9
|
+
"wikiName": "Digital Mono",
|
|
10
|
+
"fractalQuotes": [],
|
|
11
|
+
"flags": [
|
|
12
|
+
"VERIFY: no description or lineage identified"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"am4Name": "Digital Stereo",
|
|
17
|
+
"wikiName": "Digital Stereo",
|
|
18
|
+
"fractalQuotes": [],
|
|
19
|
+
"flags": [
|
|
20
|
+
"VERIFY: no description or lineage identified"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"am4Name": "Analog Mono",
|
|
25
|
+
"wikiName": "Analog Mono",
|
|
26
|
+
"fractalQuotes": [],
|
|
27
|
+
"flags": [
|
|
28
|
+
"VERIFY: no description or lineage identified"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"am4Name": "Analog Stereo",
|
|
33
|
+
"wikiName": "Analog Stereo",
|
|
34
|
+
"fractalQuotes": [],
|
|
35
|
+
"flags": [
|
|
36
|
+
"VERIFY: no description or lineage identified"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"am4Name": "Japan CE-2",
|
|
41
|
+
"wikiName": "Japan CE-2",
|
|
42
|
+
"fractalQuotes": [],
|
|
43
|
+
"flags": [],
|
|
44
|
+
"basedOn": {
|
|
45
|
+
"primary": "Boss CE-2 Chorus",
|
|
46
|
+
"manufacturer": "Boss",
|
|
47
|
+
"model": "CE-2",
|
|
48
|
+
"productName": "CE-2 Chorus",
|
|
49
|
+
"source": "heuristic-inferred"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"am4Name": "Warm Stereo",
|
|
54
|
+
"wikiName": "Warm Stereo",
|
|
55
|
+
"fractalQuotes": [],
|
|
56
|
+
"flags": [
|
|
57
|
+
"VERIFY: no description or lineage identified"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"am4Name": "80s Style",
|
|
62
|
+
"wikiName": "80's Style",
|
|
63
|
+
"fractalQuotes": [],
|
|
64
|
+
"flags": [
|
|
65
|
+
"VERIFY: no description or lineage identified"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"am4Name": "Triangle Chorus",
|
|
70
|
+
"wikiName": "Triangle Chorus",
|
|
71
|
+
"fractalQuotes": [],
|
|
72
|
+
"flags": [
|
|
73
|
+
"VERIFY: no description or lineage identified"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"am4Name": "8-Voice Stereo",
|
|
78
|
+
"wikiName": "8-Voice Stereo",
|
|
79
|
+
"fractalQuotes": [],
|
|
80
|
+
"flags": [
|
|
81
|
+
"VERIFY: no description or lineage identified"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"am4Name": "Tape Chorus",
|
|
86
|
+
"wikiName": "Tape Chorus",
|
|
87
|
+
"fractalQuotes": [],
|
|
88
|
+
"flags": [
|
|
89
|
+
"VERIFY: no description or lineage identified"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"am4Name": "Dimension 1",
|
|
94
|
+
"wikiName": "Dimension 1",
|
|
95
|
+
"fractalQuotes": [],
|
|
96
|
+
"flags": [
|
|
97
|
+
"VERIFY: no description or lineage identified"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"am4Name": "Dimension 2",
|
|
102
|
+
"wikiName": "Dimension 2",
|
|
103
|
+
"fractalQuotes": [],
|
|
104
|
+
"flags": [
|
|
105
|
+
"VERIFY: no description or lineage identified"
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"am4Name": "Dimension 3",
|
|
110
|
+
"wikiName": "Dimension 3",
|
|
111
|
+
"fractalQuotes": [],
|
|
112
|
+
"flags": [
|
|
113
|
+
"VERIFY: no description or lineage identified"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"am4Name": "4-Voice Analog",
|
|
118
|
+
"wikiName": "4-Voice Analog",
|
|
119
|
+
"fractalQuotes": [],
|
|
120
|
+
"flags": [
|
|
121
|
+
"VERIFY: no description or lineage identified"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"am4Name": "8-Voice Analog",
|
|
126
|
+
"wikiName": "8-Voice Analog",
|
|
127
|
+
"fractalQuotes": [],
|
|
128
|
+
"flags": [
|
|
129
|
+
"VERIFY: no description or lineage identified"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"am4Name": "Stereo Tri-Chorus",
|
|
134
|
+
"wikiName": "Stereo Tri-Chorus",
|
|
135
|
+
"fractalQuotes": [],
|
|
136
|
+
"flags": [
|
|
137
|
+
"VERIFY: no description or lineage identified"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"am4Name": "Dual Chorus",
|
|
142
|
+
"wikiName": "Dual Chorus",
|
|
143
|
+
"fractalQuotes": [],
|
|
144
|
+
"flags": [
|
|
145
|
+
"VERIFY: no description or lineage identified"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"am4Name": "Tape Flanger",
|
|
150
|
+
"wikiName": "Tape Flanger",
|
|
151
|
+
"fractalQuotes": [],
|
|
152
|
+
"flags": [
|
|
153
|
+
"VERIFY: no description or lineage identified"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"am4Name": "Vibrato 1",
|
|
158
|
+
"wikiName": "Vibrato 1",
|
|
159
|
+
"fractalQuotes": [],
|
|
160
|
+
"flags": [
|
|
161
|
+
"VERIFY: no description or lineage identified"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"am4Name": "Vibrato 2",
|
|
166
|
+
"wikiName": "Vibrato 2",
|
|
167
|
+
"fractalQuotes": [],
|
|
168
|
+
"flags": [
|
|
169
|
+
"VERIFY: no description or lineage identified"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
}
|
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_source": "Fractal Audio wiki — Compressor_block.md",
|
|
3
|
+
"_extractedAt": "2026-04-26T02:14:32.326Z",
|
|
4
|
+
"_catalogSize": 19,
|
|
5
|
+
"_recordCount": 19,
|
|
6
|
+
"records": [
|
|
7
|
+
{
|
|
8
|
+
"am4Name": "VCA Modern Compressor",
|
|
9
|
+
"wikiName": "Modern VCA Compressor",
|
|
10
|
+
"description": "It's not disclosed on what device this type is based.",
|
|
11
|
+
"descriptionSource": "fractal-wiki",
|
|
12
|
+
"fractalQuotes": [],
|
|
13
|
+
"flags": []
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"am4Name": "Econo-Dyno-Comp",
|
|
17
|
+
"wikiName": "Econo-Dyno-Comp",
|
|
18
|
+
"description": "Low CPU version of Dynami-Comp algorithm. This replaces the former PEDAL 1 type.",
|
|
19
|
+
"descriptionSource": "fractal-wiki",
|
|
20
|
+
"fractalQuotes": [],
|
|
21
|
+
"flags": []
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"am4Name": "Dynami-Comp Modern",
|
|
25
|
+
"wikiName": "Dynami-Comp Modern",
|
|
26
|
+
"description": "Based on MXR’s M-102 Dyna Comp pedal.",
|
|
27
|
+
"descriptionSource": "fractal-wiki",
|
|
28
|
+
"fractalQuotes": [
|
|
29
|
+
{
|
|
30
|
+
"text": "The Dynamicomp type is based on a Dynacomp.",
|
|
31
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2375490",
|
|
32
|
+
"attribution": "Fractal Audio"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"text": "The attack time is dynamic. The greater the output of the compression circuit the faster the attack time.",
|
|
36
|
+
"url": "https://forum.fractalaudio.com/threads/compressor-attack-release-default-settings.183692/post-2260540",
|
|
37
|
+
"attribution": "Fractal Audio"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"text": "The attack time is actually dynamic and a function of the input level. Our algorithm models this. The higher the input level, the lower the attack time.",
|
|
41
|
+
"url": "https://forum.fractalaudio.com/threads/compressor-attack-release-default-settings.183692/post-2260136",
|
|
42
|
+
"attribution": "Fractal Audio"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"text": "Our model is based on the original ones that used the CA3080A. New ones use an LM13700.",
|
|
46
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2375507",
|
|
47
|
+
"attribution": "Fractal Audio"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"text": "A Ross-type circuit.",
|
|
51
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-28-00-public-beta-beta-4.211395/#post-2643757",
|
|
52
|
+
"attribution": "Fractal Audio"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"flags": [],
|
|
56
|
+
"basedOn": {
|
|
57
|
+
"primary": "MXR M-102 Dyna Comp",
|
|
58
|
+
"manufacturer": "MXR",
|
|
59
|
+
"model": "M-102",
|
|
60
|
+
"productName": "Dyna Comp",
|
|
61
|
+
"source": "fractal-wiki"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"am4Name": "Dynamics Processor",
|
|
66
|
+
"wikiName": "Dynamics Processor",
|
|
67
|
+
"description": "The Dynamics Processor allows compression or expansion with a single control. When set to negative values, the block compresses the signal. When set to positive values, the block expands the signal. A Dynamics Processor is also available in the Amp block on some products.",
|
|
68
|
+
"descriptionSource": "fractal-wiki",
|
|
69
|
+
"fractalQuotes": [],
|
|
70
|
+
"flags": []
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"am4Name": "Optical Compressor",
|
|
74
|
+
"wikiName": "Optical Compressor",
|
|
75
|
+
"description": "Based on classic optical rackmount compressors, e.g. LA-2A, famous for their smooth sound.",
|
|
76
|
+
"descriptionSource": "fractal-wiki",
|
|
77
|
+
"fractalQuotes": [
|
|
78
|
+
{
|
|
79
|
+
"text": "Based on classic optical rackmount compressors.",
|
|
80
|
+
"attribution": "Fractal Audio"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"text": "The Optical Compressor model is based on a LA-2A.",
|
|
84
|
+
"attribution": "Fractal Audio"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"flags": [],
|
|
88
|
+
"basedOn": {
|
|
89
|
+
"primary": "Teletronix LA-2A Leveling Amplifier",
|
|
90
|
+
"manufacturer": "Teletronix",
|
|
91
|
+
"model": "LA-2A",
|
|
92
|
+
"productName": "LA-2A Leveling Amplifier",
|
|
93
|
+
"source": "fractal-wiki"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"am4Name": "Vari-Mu Tube Compressor",
|
|
98
|
+
"wikiName": "Vari-Mu Tube Compressor",
|
|
99
|
+
"fractalQuotes": [
|
|
100
|
+
{
|
|
101
|
+
"text": "Based on a tube compressor using “remote-cutoff” tubes for gain control.",
|
|
102
|
+
"attribution": "Fractal Audio"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"flags": [
|
|
106
|
+
"RENAME_NOTE: Previously titled Tube Compressor."
|
|
107
|
+
],
|
|
108
|
+
"basedOn": {
|
|
109
|
+
"primary": "Fairchild",
|
|
110
|
+
"manufacturer": "Fairchild",
|
|
111
|
+
"source": "fractal-forum-quote"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"am4Name": "Analog Compressor",
|
|
116
|
+
"wikiName": "Analog Compressor",
|
|
117
|
+
"description": "Natural soft-knee response, capturing the vibe of the classic compressors of the 70s and 80s.",
|
|
118
|
+
"descriptionSource": "fractal-wiki",
|
|
119
|
+
"fractalQuotes": [],
|
|
120
|
+
"flags": []
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"am4Name": "Dynami-Comp Classic",
|
|
124
|
+
"wikiName": "Dynami-Comp Classic",
|
|
125
|
+
"description": "Based on MXR’s M-102 Dyna Comp pedal.",
|
|
126
|
+
"descriptionSource": "fractal-wiki",
|
|
127
|
+
"fractalQuotes": [
|
|
128
|
+
{
|
|
129
|
+
"text": "The Dynamicomp type is based on a Dynacomp.",
|
|
130
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2375490",
|
|
131
|
+
"attribution": "Fractal Audio"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"text": "The attack time is dynamic. The greater the output of the compression circuit the faster the attack time.",
|
|
135
|
+
"url": "https://forum.fractalaudio.com/threads/compressor-attack-release-default-settings.183692/post-2260540",
|
|
136
|
+
"attribution": "Fractal Audio"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"text": "The attack time is actually dynamic and a function of the input level. Our algorithm models this. The higher the input level, the lower the attack time.",
|
|
140
|
+
"url": "https://forum.fractalaudio.com/threads/compressor-attack-release-default-settings.183692/post-2260136",
|
|
141
|
+
"attribution": "Fractal Audio"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"text": "Our model is based on the original ones that used the CA3080A. New ones use an LM13700.",
|
|
145
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2375507",
|
|
146
|
+
"attribution": "Fractal Audio"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"text": "A Ross-type circuit.",
|
|
150
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-28-00-public-beta-beta-4.211395/#post-2643757",
|
|
151
|
+
"attribution": "Fractal Audio"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"flags": [],
|
|
155
|
+
"basedOn": {
|
|
156
|
+
"primary": "MXR M-102 Dyna Comp",
|
|
157
|
+
"manufacturer": "MXR",
|
|
158
|
+
"model": "M-102",
|
|
159
|
+
"productName": "Dyna Comp",
|
|
160
|
+
"source": "fractal-wiki"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"am4Name": "JFET Studio Compressor",
|
|
165
|
+
"wikiName": "JFET Studio Compressor",
|
|
166
|
+
"description": "Based on classic JFET (Field Effect Transistor) rackmount compressors, like the Urei 1176.",
|
|
167
|
+
"descriptionSource": "fractal-wiki",
|
|
168
|
+
"fractalQuotes": [
|
|
169
|
+
{
|
|
170
|
+
"text": "Based on classic JFET rackmount compressors.",
|
|
171
|
+
"attribution": "Fractal Audio"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"flags": [],
|
|
175
|
+
"basedOn": {
|
|
176
|
+
"primary": "Urei 1176 Limiting Amplifier",
|
|
177
|
+
"manufacturer": "Urei",
|
|
178
|
+
"model": "1176",
|
|
179
|
+
"productName": "1176 Limiting Amplifier",
|
|
180
|
+
"source": "fractal-wiki"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"am4Name": "VCA FF Sustainer",
|
|
185
|
+
"wikiName": "VCA FF Sustainer",
|
|
186
|
+
"fractalQuotes": [],
|
|
187
|
+
"flags": [
|
|
188
|
+
"VERIFY: wiki entry has no description, lineage, or quotes"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"am4Name": "VCA Bus Compressor",
|
|
193
|
+
"wikiName": "VCA Bus Compressor",
|
|
194
|
+
"fractalQuotes": [],
|
|
195
|
+
"flags": [],
|
|
196
|
+
"basedOn": {
|
|
197
|
+
"primary": "SSL VCA feedback design",
|
|
198
|
+
"manufacturer": "SSL",
|
|
199
|
+
"productName": "VCA feedback design",
|
|
200
|
+
"source": "fractal-forum-quote"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"am4Name": "VCA FB Sustainer",
|
|
205
|
+
"wikiName": "VCA FB Sustainer",
|
|
206
|
+
"fractalQuotes": [],
|
|
207
|
+
"flags": [
|
|
208
|
+
"VERIFY: wiki entry has no description, lineage, or quotes"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"am4Name": "Compander",
|
|
213
|
+
"wikiName": "Compander",
|
|
214
|
+
"description": "A compander is a compressor followed by an expander. The Transients control adjusts the transient modification. Values less than zero soften the attack, value greater than zero emphasize the attack.",
|
|
215
|
+
"descriptionSource": "fractal-wiki",
|
|
216
|
+
"fractalQuotes": [
|
|
217
|
+
{
|
|
218
|
+
"text": "A Compander is a compressor followed by an expander. If the time constant of the compressor and expander are the same (and the \"channel\" is perfect, i.e. linear and lossless) then a Compander is transparent. If you change the time constant of one vs. the other the transients will become distorted. The \"Transients\" knob controls the time constant mismatch. Negative values smooth the transients, positive values enhance the transients. A Compander with transient enhancement can be used on kick drums, bass, etc. to add punch. Transient reduction can be used to reduce plosives. For guitar you can use the Compander to add or remove pick attack.",
|
|
219
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-release-version-16-03.174033/post-2109538",
|
|
220
|
+
"attribution": "Fractal Audio"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"text": "The first step in adding compansion to the delay block was creating a compander algorithm. So I created a Compander type first in the Compressor block. Once that was working I used that algorithm in the Delay block. The Compander allows you to set the Ratio, Time, Transients and Level. Turn Transients down and the attack is reduced, turn it up and the attack is enhanced. You can use it with kick drum to enhance the punch, put it on vocals to reduce plosives, etc.",
|
|
224
|
+
"url": "https://forum.fractalaudio.com/threads/delay-block-update.173708/post-2104201",
|
|
225
|
+
"attribution": "Fractal Audio"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"flags": []
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"am4Name": "VCA Classic Compressor",
|
|
232
|
+
"wikiName": "Classic VCA Compressor",
|
|
233
|
+
"fractalQuotes": [],
|
|
234
|
+
"flags": [
|
|
235
|
+
"RENAME_NOTE: Previously: Studio FF Compressor.",
|
|
236
|
+
"VERIFY: wiki entry has no description, lineage, or quotes"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"am4Name": "Analog Sustainer",
|
|
241
|
+
"wikiName": "Analog Sustainer",
|
|
242
|
+
"description": "The same as the Analog Compressor type, but with upwards compression.",
|
|
243
|
+
"descriptionSource": "fractal-wiki",
|
|
244
|
+
"fractalQuotes": [
|
|
245
|
+
{
|
|
246
|
+
"text": "Upwards compressors INCREASE gain. Downwards compressors DECREASE gain.",
|
|
247
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2376038",
|
|
248
|
+
"attribution": "Fractal Audio"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"text": "A sustainer is an upwards compressor. It increases gain when the signal is below the threshold. Therefore it will increase noise. You may want to use a gate to kill the noise.",
|
|
252
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2375817",
|
|
253
|
+
"attribution": "Fractal Audio"
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"flags": []
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"am4Name": "JFET Pedal Compressor",
|
|
260
|
+
"wikiName": "JFET Pedal Compressor",
|
|
261
|
+
"fractalQuotes": [],
|
|
262
|
+
"flags": [],
|
|
263
|
+
"basedOn": {
|
|
264
|
+
"primary": "pedals with a JFET as the shunt resistor in a non-inverting op-amp configuration",
|
|
265
|
+
"source": "fractal-forum-quote"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"am4Name": "Rockguy Compressor",
|
|
270
|
+
"wikiName": "Rockguy Compressor",
|
|
271
|
+
"description": "Based on the (Tom Scholz) Rockman Guitar Compressor.",
|
|
272
|
+
"descriptionSource": "fractal-wiki",
|
|
273
|
+
"fractalQuotes": [],
|
|
274
|
+
"flags": [],
|
|
275
|
+
"basedOn": {
|
|
276
|
+
"primary": "Rockman Guitar",
|
|
277
|
+
"manufacturer": "Rockman",
|
|
278
|
+
"productName": "Guitar",
|
|
279
|
+
"source": "fractal-wiki"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"am4Name": "Dynami-Comp Soft",
|
|
284
|
+
"wikiName": "Dynami-Comp Soft",
|
|
285
|
+
"description": "Based on MXR’s M-102 Dyna Comp pedal.",
|
|
286
|
+
"descriptionSource": "fractal-wiki",
|
|
287
|
+
"fractalQuotes": [
|
|
288
|
+
{
|
|
289
|
+
"text": "The Dynamicomp type is based on a Dynacomp.",
|
|
290
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2375490",
|
|
291
|
+
"attribution": "Fractal Audio"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"text": "The attack time is dynamic. The greater the output of the compression circuit the faster the attack time.",
|
|
295
|
+
"url": "https://forum.fractalaudio.com/threads/compressor-attack-release-default-settings.183692/post-2260540",
|
|
296
|
+
"attribution": "Fractal Audio"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"text": "The attack time is actually dynamic and a function of the input level. Our algorithm models this. The higher the input level, the lower the attack time.",
|
|
300
|
+
"url": "https://forum.fractalaudio.com/threads/compressor-attack-release-default-settings.183692/post-2260136",
|
|
301
|
+
"attribution": "Fractal Audio"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"text": "Our model is based on the original ones that used the CA3080A. New ones use an LM13700.",
|
|
305
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-firmware-version-21-02-public-beta-beta-2.191173/post-2375507",
|
|
306
|
+
"attribution": "Fractal Audio"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"text": "A Ross-type circuit.",
|
|
310
|
+
"url": "https://forum.fractalaudio.com/threads/axe-fx-iii-firmware-28-00-public-beta-beta-4.211395/#post-2643757",
|
|
311
|
+
"attribution": "Fractal Audio"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"flags": [],
|
|
315
|
+
"basedOn": {
|
|
316
|
+
"primary": "MXR M-102 Dyna Comp",
|
|
317
|
+
"manufacturer": "MXR",
|
|
318
|
+
"model": "M-102",
|
|
319
|
+
"productName": "Dyna Comp",
|
|
320
|
+
"source": "fractal-wiki"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"am4Name": "Citrus Juicer",
|
|
325
|
+
"wikiName": "Citrus Juicer",
|
|
326
|
+
"description": "Based on a Dan Armstrong Orange Squeezer. Unlike the Orange Squeezer, the model allows you to adjust the compression ratio and threshold independently and also features Emphasis, Drive and Tone controls. The ratio and threshold of the actual pedal vary with the particular JFET used and the internal bias trim. Set the Threshold to -26.0 dB and Compression to 8.0 as a starting point and adjust to taste.",
|
|
327
|
+
"descriptionSource": "fractal-wiki",
|
|
328
|
+
"fractalQuotes": [],
|
|
329
|
+
"flags": [],
|
|
330
|
+
"basedOn": {
|
|
331
|
+
"primary": "Dan Armstrong Orange Squeezer",
|
|
332
|
+
"manufacturer": "Dan Armstrong",
|
|
333
|
+
"productName": "Orange Squeezer",
|
|
334
|
+
"source": "fractal-wiki"
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
]
|
|
338
|
+
}
|