-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.json
32 lines (32 loc) · 923 Bytes
/
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
{
"slug": "Sculpt-O-Sound",
"name": "Sculpt-O-Sound",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"brand": "Sculpt-O-Sound",
"author": "Jos Bouten aka Zaphod B.",
"authorEmail": "josbouten@gmail.com",
"authorUrl": "https://soundcloud.com/zaphodb42",
"pluginUrl": "https://github.com/josbouten/Sculpt-O-Sound",
"manualUrl": "https://github.com/josbouten/Sculpt-O-Sound",
"sourceUrl": "https://github.com/josbouten/Sculpt-O-Sound",
"donateUrl": "",
"modules": [
{
"slug": "Vocode_O_Matic",
"name": "Vocode-O-Matic",
"description": "31 Terts Band Vocoder",
"tags": [
"Effect", "Vocoder"
]
},
{
"slug": "Vocode_O_Matic_XL",
"name": "Vocode-O-Matic_XL",
"description": "31 Terts Band Vocoder with sliders for envelope attack and release time, level and panning",
"tags": [
"Effect", "Vocoder"
]
}
]
}