-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
69 lines (69 loc) · 1.85 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
{
"slug": "Cella",
"name": "Cella",
"version": "2.0.4",
"license": "GPL-3.0-or-later",
"brand": "Cella",
"author": "Victor Kashirin",
"authorEmail": "",
"authorUrl": "https://victorkashirin.com/",
"pluginUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/README.md",
"manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.pdf",
"sourceUrl": "https://github.com/victorkashirin/CellaVCV",
"donateUrl": "",
"changelogUrl": "https://github.com/victorkashirin/CellaVCV/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Resonators",
"name": "Resonators",
"description": "Quad resonator based on Karplus-Strong algorithm",
"keywords": "resonator karplus",
"tags": [
"Effect",
"Filter",
"Physical modeling"
]
},
{
"slug": "TwinPeaks",
"name": "Twin Peaks",
"description": "Dual resonant filter inspired by the design of Rob Hordijk's TwinPeak filter. Made to be pinged.",
"keywords": "hordijk resonator ping",
"tags": [
"Filter",
"Polyphonic"
]
},
{
"slug": "Euler",
"name": "Euler",
"description": "Calculates rate of change of the incoming signal",
"keywords": "diff math rate",
"tags": [
"Utility",
"Envelope follower"
]
},
{
"slug": "Rich",
"name": "Rich",
"description": "Expressive AD envelope generator with controllable and breathing accent dynamics",
"keywords": "AD",
"tags": [
"Envelope generator"
]
},
{
"slug": "Bezier",
"name": "Bezier",
"description": "Smooth random voltage generator that uses Bezier curves",
"keywords": "rnd curve smooth",
"tags": [
"Utility",
"LFO",
"Random",
"Slew limiter"
]
}
]
}