-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
plugin.json
257 lines (257 loc) · 7.93 KB
/
plugin.json
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
{
"slug": "AriaSalvatrice",
"name": "Aria Salvatrice",
"version": "1.8.1b",
"license": "GPL-3.0-or-later",
"brand": "Aria Salvatrice",
"author": "Aria Salvatrice",
"authorEmail": "woof@aria.dog",
"authorUrl": "https://aria.dog/",
"pluginUrl": "https://aria.dog/modules/",
"manualUrl": "https://aria.dog/modules/",
"sourceUrl": "https://github.com/AriaSalvatrice/AriaModules",
"donateUrl": "https://aria.dog/modules/donations",
"changelogUrl": "https://github.com/AriaSalvatrice/AriaModules/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Splort",
"name": "Signature Series Splort",
"description": "16 channels polyphonic split with optional linkable sort mode",
"manualUrl": "https://aria.dog/modules/splitmerge",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Smerge",
"name": "Signature Series Smerge",
"description": "16 channels polyphonic merge with optional linkable sort mode",
"manualUrl": "https://aria.dog/modules/splitmerge",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Spleet",
"name": "Signature Series Spleet",
"description": "Dual 4 channels / single 8 channels polyphonic split with optional sort mode",
"manualUrl": "https://aria.dog/modules/splitmerge",
"tags": [
"Polyphonic",
"Utility",
"Dual"
]
},
{
"slug": "Swerge",
"name": "Signature Series Swerge",
"description": "Dual 4 channels / single 8 channels polyphonic merge with optional sort mode",
"manualUrl": "https://aria.dog/modules/splitmerge",
"tags": [
"Polyphonic",
"Utility",
"Dual"
]
},
{
"slug": "Splirge",
"name": "Signature Series Splirge",
"description": "4 channels polyphonic split and merge with optional sort mode",
"manualUrl": "https://aria.dog/modules/splitmerge",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Qqqq",
"name": "Quatherina's Quality Quad Quantizer",
"description": "Quatherina the Quantum Duck's Quantizer with custom & Poly External Scales, 16 scenes, offset, sample and hold,\ntransposition, lead sheet chords parsing, 4 polyphonic quantizer columns, and a licensed illustration of Quatherina",
"manualUrl": "https://aria.dog/modules/qqqq",
"tags": [
"Quantizer",
"Polyphonic",
"Quad",
"Expander"
]
},
{
"slug": "Quack",
"name": "Quatherina's Quack",
"description": "Quatherina the Quantum Duck's smaller quantizer",
"manualUrl": "https://aria.dog/modules/qqqq",
"tags": [
"Quantizer",
"Polyphonic",
"Expander"
]
},
{
"slug": "Q",
"name": "Quatherina's Q<",
"description": "Quatherina the Quantum Duck's tiny quantizer - external or expander input only",
"manualUrl": "https://aria.dog/modules/qqqq",
"tags": [
"Quantizer",
"Polyphonic",
"Expander"
]
},
{
"slug": "Quale",
"name": "Quatherina's Quale",
"description": "Convert chords to scales and scales to chords, using Poly External Scale representation",
"manualUrl": "https://aria.dog/modules/qqqq",
"tags": [
"Polyphonic",
"Utility",
"Expander"
]
},
{
"slug": "Darius",
"name": "Signature Series Darius",
"description": "Branching 8-step sequencer taking a random path through its nodes",
"manualUrl": "https://aria.dog/modules/darius",
"tags": [
"Sequencer",
"Random"
]
},
{
"slug": "Solomon4",
"name": "Signature Series Modulellus Salomonis Regis",
"description": "4-step sequencer conjuring grand knowledge of the arts for those who self-patch pleasing sigils",
"manualUrl": "https://aria.dog/modules/modulus",
"tags": [
"Sequencer",
"Random"
]
},
{
"slug": "Solomon8",
"name": "Signature Series Modulus Salomonis Regis",
"description": "8-step sequencer conjuring stupendous knowledge of the arts for those who self-patch pleasing sigils",
"manualUrl": "https://aria.dog/modules/modulus",
"tags": [
"Sequencer",
"Random"
]
},
{
"slug": "Solomon16",
"name": "Signature Series Modulissimus Salomonis Regis",
"description": "16-step sequencer conjuring transmundane knowledge of the arts for those who self-patch pleasing sigils",
"manualUrl": "https://aria.dog/modules/modulus",
"tags": [
"Sequencer",
"Random"
]
},
{
"slug": "Arcane",
"name": "Signature Series Arcane",
"description": "Today's fortune ★",
"manualUrl": "https://aria.dog/modules/arcane",
"tags": [
"Random",
"Clock generator",
"Polyphonic",
"Quantizer",
"Sequencer"
]
},
{
"slug": "Atout",
"name": "Signature Series Atout",
"description": "Today's fortune ★",
"manualUrl": "https://aria.dog/modules/arcane",
"tags": [
"Random",
"Clock generator",
"Polyphonic",
"Quantizer",
"Sequencer"
]
},
{
"slug": "Aleister",
"name": "Signature Series Aleister",
"description": "Today's fortune ★",
"manualUrl": "https://aria.dog/modules/arcane",
"tags": [
"Random",
"Clock generator",
"Polyphonic",
"Quantizer",
"Sequencer",
"Expander"
]
},
{
"slug": "Psychopump",
"name": "Signature Series Psychopump",
"description": "8 triggered channels of CV presets and S&H with randomization. \nPairs great with percussive sound sources to send your beats straight to Hades.",
"manualUrl": "https://aria.dog/modules/psychopump",
"tags": [
"Controller",
"Polyphonic",
"Sample and hold",
"Utility"
]
},
{
"slug": "Pokies4",
"name": "Signature Series Pokies",
"description": "4 tiny buttons for automation or manual performance of CV parameters. Right-click options to change output values, and use in latch mode.",
"manualUrl": "https://aria.dog/modules/remote-controllers",
"tags": [
"Controller",
"Utility",
"Quad"
]
},
{
"slug": "Grabby",
"name": "Signature Series Grabby",
"description": "A lil fader for automation or manual performance of CV parameters. Right-click options to offset and invert output.\n Support for Poly External Scales from Quatherina's Quantizer.",
"manualUrl": "https://aria.dog/modules/remote-controllers",
"tags": [
"Controller",
"Utility"
]
},
{
"slug": "Rotatoes4",
"name": "Signature Series Rotatoes",
"description": "4 tiny knobs for automation or manual performance of CV parameters. Right-click options to offset and invert output.\n Support for Poly External Scales from Quatherina's Quantizer.",
"manualUrl": "https://aria.dog/modules/remote-controllers",
"tags": [
"Controller",
"Utility",
"Quad"
]
},
{
"slug": "Undular",
"name": "Signature Series Undular",
"description": "Scroll the rack via CV for live performance. After initialization, waits 10 seconds before processing signals.\nIf locked out by mistake, save your patch and reload it, you will have 10 seconds to unplug UnDuLaR",
"manualUrl": "https://aria.dog/modules/undular",
"tags": [
"Controller",
"Visual"
]
},
{
"slug": "Blank",
"name": "Signature Series 8hp Blank Plate",
"description": "A complimentary blank plate and ♥-head screwdriver are included with every Signature Series module purchase",
"manualUrl": "https://aria.dog/modules/blank",
"tags": [
"Blank"
]
}
]
}