-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
157 lines (157 loc) · 5.09 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"slug": "RPJ",
"name": "RPJ",
"version": "2.2.2",
"license": "GPL-3.0-or-later",
"brand": "RPJ",
"author": "Robert Kock",
"authorEmail": "[email protected]",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/kockie69/RPJ/blob/main/README.md",
"sourceUrl": "https://github.com/kockie69/RPJ",
"donateUrl": "https://paypal.me/RPJVCV",
"changelogUrl": "https://github.com/kockie69/RPJ/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Grendel",
"name": "Grendel",
"description": "Quadruple low frequency oscillator, inspired by XAOC Batumi",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/grendel.md",
"tags": ["LFO"]
},
{
"slug": "Lavender",
"name": "Lavender",
"description": "Module with 2nd order LPF, HPF, BPF and BSF",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/lavender.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "Easter",
"name": "Easter",
"description": "Module with 2 resonators",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/easter.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "DryLand",
"name": "DryLand",
"description": "Module with 1st order LPF and HPF",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/dryland.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "TheWeb",
"name": "TheWeb",
"description": "Module with 2nd order Butterworth LPF, HPF, BPF and BSF",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/theweb.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "Gazpacho",
"name": "Gazpacho",
"description": "Module with 2nd order Linkwitz-Riley LPF and HPF",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/gazpacho.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "Estonia",
"name": "Estonia",
"description": "Estonia is a 1st order High and Low shelving filter.",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/estonia.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "Brave",
"name": "Brave",
"description": "Brave is a 2nd Order Parametric EQ Filter: Non constant Q.",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/brave.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "Essence",
"name": "Essence",
"description": "Essence is a 2nd Order Parametric EQ Filter with a constant Q.",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/essence.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "LadyNina",
"name": "LadyNina",
"description": "LadyNina is a 2nd order SFV (LPF, HPF, BPF, BSF)",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/ladynina.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "SugarMice",
"name": "SugarMice",
"description": "3rd order Butterworth low-pass ladder filter.",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/sugarmice.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "Montreal",
"name": "Montreal",
"description": "Ideal 2nd Order RLC Filters LPF, HPF, BPF and BSF",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/montreal.md",
"tags": ["VCF","Polyphonic"]
},
{
"slug": "BlindCurve",
"name": "BlindCurve",
"description": "Audio Detector",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/blindcurve.md",
"tags": ["Envelope Follower","Polyphonic"]
},
{
"slug": "Gaza",
"name": "Gaza",
"description": "Envelope Follower",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/gaza.md",
"tags": ["Envelope Follower","Polyphonic"]
},
{
"slug": "CircularRide",
"name": "CircularRide",
"description": "Stereo Delay",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/circularride.md",
"tags": ["Delay","Polyphonic"]
},
{
"slug": "DrillingHoles",
"name": "DrillingHoles",
"description": "Normalizer",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/drillingholes.md",
"tags": ["Utility","Switch","Polyphonic"]
},
{
"slug": "TuxOn",
"name": "TuxOn",
"description": "Audio player",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/tuxon.md",
"tags": ["Utility"]
},
{
"slug": "PigeonPlink",
"name": "FM Pigeon Plink",
"description": "Many function VCO",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/pigeonplink.md",
"tags": ["VCO", "Polyphonic", "Synth voice"]
},
{
"slug": "Genie",
"name": "Genie",
"description": "Chaos generator",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/genie.md",
"tags": ["S&H"]
},
{
"slug": "GenieExpander",
"name": "GenieExpander",
"description": "Display for Genie Chaos generator",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/genie.md",
"tags": ["S&H"]
}
]
}