fractal-midi 0.3.0 → 0.3.1

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.
@@ -0,0 +1,49 @@
1
+ {
2
+ "schema_version": 1,
3
+ "description": "Generated parameter/block/enum catalog for Fractal Audio devices. One file per device; keys under \"data\" mirror the same-named TypeScript exports in fractal-midi. See docs/CATALOG-SCHEMA.md. GENERATED — do not edit.",
4
+ "license": "Apache-2.0 (see LICENSE and NOTICE at the package root)",
5
+ "devices": [
6
+ {
7
+ "device": "am4",
8
+ "file": "am4.json",
9
+ "model_byte": "0x15",
10
+ "support_status": "hardware-verified"
11
+ },
12
+ {
13
+ "device": "axe-fx-ii",
14
+ "file": "axe-fx-ii.json",
15
+ "model_byte": "0x07",
16
+ "support_status": "hardware-verified (XL+, firmware Quantum 8.02)"
17
+ },
18
+ {
19
+ "device": "axe-fx-iii",
20
+ "file": "axe-fx-iii.json",
21
+ "model_byte": "0x10",
22
+ "support_status": "community-beta (decoded; hardware confirmations from community captures)"
23
+ },
24
+ {
25
+ "device": "fm3",
26
+ "file": "fm3.json",
27
+ "model_byte": "0x11",
28
+ "support_status": "community-beta (device-true catalog; discrete set-by-name and striped read hardware-confirmed on FM3 by a community collaborator)"
29
+ },
30
+ {
31
+ "device": "fm9",
32
+ "file": "fm9.json",
33
+ "model_byte": "0x12",
34
+ "support_status": "community-beta (decoded from FM9-Edit cache + community captures)"
35
+ },
36
+ {
37
+ "device": "vp4",
38
+ "file": "vp4.json",
39
+ "model_byte": "0x14",
40
+ "support_status": "community-beta (reads + continuous-knob writes decoded from community captures; display calibration pending — wire values pass through as raw 0..65534)"
41
+ },
42
+ {
43
+ "device": "axe-fx-gen1",
44
+ "file": "axe-fx-gen1.json",
45
+ "model_byte": "0x01",
46
+ "support_status": "community-beta (decoded byte-exactly from the published gen-1 SysEx spec; not hardware-verified; params with scaling \"pending\" require raw wire values)"
47
+ }
48
+ ]
49
+ }