-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
42 lines (33 loc) · 1.85 KB
/
Copy pathNOTICE
File metadata and controls
42 lines (33 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
ForgeFX
Copyright (c) 2026 sKuhLight
Licensed under the MIT License (see LICENSE).
This product includes software derived from third-party work:
----------------------------------------------------------------------
Gen-3 Fractal preset codec (src/ForgeFX.Core/Fm3PresetCodec.cs)
----------------------------------------------------------------------
The FM3/gen-3 preset wire format and decode algorithm (0x77/0x78/0x79
dump framing, 3-byte-per-uint16 septet packing, dynamic-Huffman body
compression, CRC-16/CCITT validation, and the routing-grid layout) is
reimplemented from:
* mcp-midi-control — Apache License 2.0
https://github.com/TheAndrewStaker/mcp-midi-control
(packages/fractal-gen3/src/presetDump.ts, presetHuffman.ts,
presetBody.ts, configs/fm3.ts)
which in turn credits the format specification of:
* fractal-syx-codec by Andrew Mercurio / BoodieTraps — Apache License 2.0
(FORMAT.md)
ForgeFX's implementation is an independent C# port of the format
described by those projects. A copy of the Apache License 2.0 is
available at https://www.apache.org/licenses/LICENSE-2.0.
----------------------------------------------------------------------
Real-world model names (definitions/names/*.json)
----------------------------------------------------------------------
The mapping of Fractal model names to the real-world amplifiers and
pedals they are based on (manufacturer + source gear) is factual
reference data derived from the Fractal Audio Wiki:
* Fractal Audio Wiki — https://wiki.fractalaudio.com
("Amp models", "Drive models", "Chorus models" pages)
These files are generated by tools/ForgeFX.NameSync from wiki pages a
maintainer saves manually. The data is used here as a factual reference
with attribution; no ownership of the source material is claimed, and
ForgeFX is not affiliated with or endorsed by Fractal Audio Systems.