-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
54 lines (54 loc) · 1.2 KB
/
plugin.json
File metadata and controls
54 lines (54 loc) · 1.2 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
{
"slug": "aridacity",
"name": "aridacity",
"version": "2.1.0",
"license": "BSD-3-Clause",
"brand": "",
"author": "cubeleco",
"authorEmail": "",
"authorUrl": "https://cubeleco.blogspot.com",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/cubeleco/aridacityVCV",
"changelogUrl": "https://github.com/cubeleco/aridacityVCV/releases",
"modules": [
{
"slug": "ClockDiv",
"name": "Clock Divider",
"description": "16 step clock divider and sequencer",
"tags": [
"Clock modulator",
"Switch",
"Sequencer"
]
},
{
"slug": "BCrush",
"name": "Bit Crush",
"description": "Bit crusher with bit operators",
"tags": [
"Digital",
"Distortion",
"Sample and hold",
"Polyphonic"
]
},
{
"slug": "Clip",
"name": "Clip Limiter",
"description": "Hard limiter with inner and outer limits",
"tags": [
"Limiter",
"Polyphonic"
]
},
{
"slug": "Remainder",
"name": "Remainder Fold",
"description": "Wavefolder using unsigned and signed remainder division",
"tags": [
"Waveshaper"
]
}
]
}