-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
154 lines (154 loc) · 3.18 KB
/
plugin.json
File metadata and controls
154 lines (154 loc) · 3.18 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"slug": "SubSeth",
"name": "SubSeth",
"version": "2.4.3",
"license": "GPL-3.0-only",
"brand": "SubSeth",
"author": "Seth",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"modules": [
{
"slug": "U-Pol-M",
"name": "U-Pol-M",
"description": "16-to-1 polyphonic channel merger",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Pol-S",
"name": "U-Pol-S",
"description": "1-to-16 polyphonic channel splitter",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-4",
"name": "U\u00b7Mult\u00b74",
"description": "4-channel universal mult",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-4L",
"name": "U\u00b7Mult\u00b74L",
"description": "4-channel universal mult with editable labels",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-6",
"name": "U\u00b7Mult\u00b76",
"description": "6-channel universal mult",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-6L",
"name": "U\u00b7Mult\u00b76L",
"description": "6-channel universal mult with editable labels",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-8",
"name": "U\u00b7Mult\u00b78",
"description": "8-channel universal mult",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-8L",
"name": "U\u00b7Mult\u00b78L",
"description": "8-channel universal mult with editable labels",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-12",
"name": "U\u00b7Mult\u00b712",
"description": "12-channel universal mult",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mult-14",
"name": "U\u00b7Mult\u00b714",
"description": "14-channel universal mult",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "U-Mat-1604",
"name": "U-Mat-1604",
"description": "16x4 signal routing matrix",
"tags": [
"Utility",
"Mixer",
"Router"
]
},
{
"slug": "U-Mat-1601",
"name": "U-Mat-1601",
"description": "16x1 signal routing matrix",
"tags": [
"Utility",
"Mixer",
"Router"
]
},
{
"slug": "U-Mat-1601E",
"name": "U-Mat-1601E",
"description": "16x1 exclusive signal routing matrix",
"tags": [
"Utility",
"Mixer",
"Router"
]
},
{
"slug": "U-B-20",
"name": "U-B-20",
"description": "20HP blank panel with centered SubSeth logo",
"keywords": "blank blanking plate panel 20hp",
"tags": [
"Blank"
]
},
{
"slug": "U-Knob-1",
"name": "U-Knob-1",
"description": "Minimal visual test module for the SubSeth knob component",
"tags": [
"Utility",
"Controller"
]
}
]
}