-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
41 lines (41 loc) · 1.03 KB
/
plugin.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"slug": "NEXSwitches",
"name": "NEX Switches",
"version": "1.1.1",
"license": "GPL-3.0-only",
"brand": "NEX",
"author": "Xavier Nayrac",
"authorEmail": "xavier.nayrac@gmail.com",
"authorUrl": "",
"pluginUrl": "https://github.com/lkdjiin/SwitchesModules",
"manualUrl": "https://github.com/lkdjiin/SwitchesModules",
"sourceUrl": "https://github.com/lkdjiin/SwitchesModules",
"donateUrl": "https://paypal.me/xaviernayrac",
"changelogUrl": "https://github.com/lkdjiin/SwitchesModules/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "DoubleMute",
"name": "Double Mute",
"description": "Mute two channels at once with fades",
"tags": [
"switch"
]
},
{
"slug": "TwoByTwo",
"name": "2 x 2 Mute",
"description": "Mute/unmute 2 groups of 2 inputs",
"tags": [
"switch"
]
},
{
"slug": "MatrixMixer4",
"name": "Matrix Mixer 4",
"description": "4 x 4 matrix mixer",
"tags": [
"mixer"
]
}
]
}