-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.json
More file actions
114 lines (114 loc) · 3.74 KB
/
list.json
File metadata and controls
114 lines (114 loc) · 3.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"id": 1,
"name": "Mixlar Webserver",
"category": "core",
"tag": "Connectivity",
"status": "instruction",
"author": "MixlarLabs",
"socialUrl": "https://github.com/MixlarLabs",
"description": "Required for the iOS App and Web Controller to work. If not activated, you will be limited to the PC app (Mixlar Control)!",
"imageColor": "from-slate-700 to-slate-900",
"icon": "fa-server",
"downloadUrl": null,
"instructionUrl": "https://docs.mixlarlabs.com/webserver",
"devices": ["Mixlar Mix"],
"version": "1.2.0"
},
{
"id": 2,
"name": "Active Overlay",
"category": "core",
"tag": "Visuals",
"status": "installed",
"author": "MixlarLabs",
"socialUrl": "https://twitter.com/MixlarLabs",
"description": "A clean on-screen overlay that mirrors your sliders on your PC screen. Lets you check levels at a glance without alt-tabbing.",
"imageColor": "from-blue-600 to-indigo-600",
"icon": "fa-desktop",
"downloadUrl": null,
"instructionUrl": null,
"devices": ["Mixlar Mix"],
"version": "1.0.0"
},
{
"id": 3,
"name": "OBS Studio",
"category": "streaming",
"tag": "Integration",
"status": "instruction",
"author": "MixlarLabs",
"socialUrl": null,
"description": "Control scenes, sources, and audio levels directly from Mixlar. Requires WebSocket configuration in OBS.",
"imageColor": "from-gray-800 to-gray-950",
"icon": "fa-video",
"downloadUrl": null,
"instructionUrl": "https://docs.mixlarlabs.com/obs-setup",
"devices": ["Mixlar Mix"],
"version": "1.1.0"
},
{
"id": 4,
"name": "Home Assistant",
"category": "smarthome",
"tag": "IoT",
"status": "instruction",
"author": "MixlarLabs",
"socialUrl": null,
"description": "Link Mixlar to your smart home. Control lights and scenes using your HA URL and Long-Lived Access Token.",
"imageColor": "from-cyan-600 to-blue-700",
"icon": "fa-house-signal",
"downloadUrl": null,
"instructionUrl": "https://docs.mixlarlabs.com/home-assistant",
"devices": ["Mixlar Mix"],
"version": "1.0.2"
},
{
"id": 5,
"name": "Custom MIDI",
"category": "control",
"tag": "Protocol",
"status": "instruction",
"author": "Community Dev",
"socialUrl": "https://github.com/example-user",
"description": "Map any physical MIDI controller to Mixlar. The software detects CC messages and saves mappings automatically.",
"imageColor": "from-emerald-600 to-teal-700",
"icon": "fa-sliders",
"downloadUrl": null,
"instructionUrl": "https://docs.mixlarlabs.com/midi",
"devices": ["Mixlar Mix"],
"version": "1.0.0"
},
{
"id": 6,
"name": "Adobe Creative",
"category": "creative",
"tag": "Workflow",
"status": "download",
"author": "MixlarLabs",
"socialUrl": "https://github.com/MixlarLabs",
"description": "Map sliders to brush sizes, zoom, or timeline scrubbing. Includes shortcuts for Photoshop and Premiere Pro.",
"imageColor": "from-fuchsia-700 to-purple-800",
"icon": "fa-pen-ruler",
"downloadUrl": "https://github.com/mixlarlabs/adobe-plugin/releases",
"instructionUrl": "https://docs.mixlarlabs.com/adobe",
"devices": ["Mixlar Mix"],
"version": "1.2.0"
},
{
"id": 7,
"name": "SteelSeries Sonar",
"category": "streaming",
"tag": "Audio",
"status": "instruction",
"author": "MixlarLabs",
"socialUrl": null,
"description": "Route Game, Chat, and Media channels to physical sliders for independent mixing control.",
"imageColor": "from-orange-600 to-amber-700",
"icon": "fa-headset",
"downloadUrl": null,
"instructionUrl": "https://docs.mixlarlabs.com/sonar",
"devices": ["Mixlar Mix"],
"version": "1.0.1"
}
]