-
Notifications
You must be signed in to change notification settings - Fork 5
/
plugin.json
53 lines (53 loc) · 1.18 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
{
"slug": "ihtsyn",
"name": "ihtsyn",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "ihtsyn",
"author": "",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "MVerb",
"name": "MVerb Reverb",
"description": "Reverb based on the MVerb code",
"tags": [
"REVERB",
"EFFECT"
]
},
{
"slug": "HiVerb",
"name": "HiVerb Reverb",
"description": "Reverb with inverted equalization",
"tags": [
"REVERB",
"EFFECT"
]
},
{
"slug": "TwistedMVerb",
"name": "TwistedMVerb Reverb",
"description": "Reverb based on the MVerb with twisted buffers lenght + CVs",
"tags": [
"REVERB",
"EFFECT"
]
},
{
"slug": "PitchShifter",
"name": "PitchShifter",
"description": "pitch shifter DERIVED from The Synthesis ToolKit in C++ (STK)",
"tags": [
"Effect",
"filter"
]
}
]
}