-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
45 lines (45 loc) · 1022 Bytes
/
Copy pathplugin.json
File metadata and controls
45 lines (45 loc) · 1022 Bytes
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
{
"slug": "BerserkAudio",
"name": "Berserk Audio",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"brand": "Berserk Audio",
"author": "Nicolas Murphy",
"authorUrl": "https://github.com/NicolasMurphy",
"sourceUrl": "https://github.com/NicolasMurphy/BerserkAudio",
"modules": [
{
"slug": "Combverb",
"name": "Combverb",
"description": "Comb reverb with self-oscillating feedback.",
"tags": [
"Reverb",
"Effect"
]
},
{
"slug": "Scrambler",
"name": "Scrambler",
"description": "Sample-reordering effect.",
"tags": [
"Effect"
]
},
{
"slug": "Xenizer",
"name": "Xenizer",
"description": "Microtonal Quantizer with 8 built-in scales.",
"tags": [
"Quantizer"
]
},
{
"slug": "XenScribe",
"name": "XenScribe",
"description": "Microtonal Quantizer with text input for creating scales.",
"tags": [
"Quantizer"
]
}
]
}