forked from VCVRack/Befaco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
84 lines (84 loc) · 1.99 KB
/
plugin.json
File metadata and controls
84 lines (84 loc) · 1.99 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"slug": "Befaco",
"version": "1.0.0",
"license": "BSD-3-Clause",
"name": "Befaco",
"author": "VCV",
"authorEmail": "contact@vcvrack.com",
"pluginUrl": "https://vcvrack.com/Befaco.html",
"authorUrl": "https://vcvrack.com/",
"sourceUrl": "https://github.com/VCVRack/Befaco",
"modules": [
{
"slug": "EvenVCO",
"name": "EvenVCO",
"description": "Oscillator including even-harmonic waveform. Based on Befaco EvenVCO.",
"tags": [
"VCO",
"Hardware"
]
},
{
"slug": "Rampage",
"name": "Rampage",
"description": "Dual ramp generator. Based on Befaco Rampage.",
"tags": [
"Function Generator",
"Slew Limiter",
"Envelope Follower",
"Dual",
"Hardware"
]
},
{
"slug": "ABC",
"name": "A*B+C",
"description": "Dual four-quadrant multiplier with VC offset. Based on Befaco A*B+C.",
"tags": [
"Ring Modulator",
"Attenuator",
"Dual",
"Hardware"
]
},
{
"slug": "SpringReverb",
"name": "Spring Reverb",
"description": "Spring reverb tank driver. Based on Befaco Spring Reverb.",
"tags": [
"Reverb",
"Effect",
"Hardware"
]
},
{
"slug": "Mixer",
"name": "Mixer",
"description": "Four-channel mixer for audio or CV. Based on Befaco Mixer.",
"tags": [
"Mixer",
"Hardware"
]
},
{
"slug": "SlewLimiter",
"name": "Slew Limiter",
"description": "Voltage controlled slew limiter, AKA lag processor. Based on Befaco Slew Limiter.",
"tags": [
"Slew Limiter",
"Envelope Follower",
"Hardware"
]
},
{
"slug": "DualAtenuverter",
"name": "Dual Atenuverter",
"description": "Attenuates, inverts, and applies offset to a signal. Based on Befaco Dual Atenuverter.",
"tags": [
"Attenuator",
"Dual",
"Hardware"
]
}
]
}