-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathplugin.json
More file actions
317 lines (317 loc) · 8.56 KB
/
Copy pathplugin.json
File metadata and controls
317 lines (317 loc) · 8.56 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
{
"slug": "FrozenWasteland",
"name": "Frozen Wasteland",
"version": "2.1.3",
"author": "almostEric",
"license": "GPL-3.0-only",
"authorEmail": "almostEric@frozenwastelandmodules.com",
"pluginUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md",
"sourceUrl": "https://github.com/almostEric/FrozenWasteland",
"donateUrl": "https://paypal.me/FrozenWasteland",
"changelogUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "BPMLFO",
"name": "BPM LFO",
"description": "Beat Synchronized LFO",
"tags": ["Low-frequency oscillator"]
},
{
"slug": "BPMLFO2",
"name": "BPM LFO 2",
"description": "Beat Synchronized LFO with CV Waveshape",
"tags": ["Low-frequency oscillator"]
},
{
"slug": "BPMLFOPhaseExpander",
"name": "BPM LFO Phase Expander",
"description": "Add multiple phased outputs to BMPLFO and BPMLFO 2",
"tags": ["Expander"]
},
{
"slug": "CDCSeriouslySlowLFO",
"name": "CDC Seriously Slow LFO",
"description": "Slow LFO taken to absurdity",
"tags": ["Low-frequency oscillator"]
},
{
"slug": "DamianLillard",
"name": "Damian Lillard",
"description": "4-channel CV crossover/mixer",
"tags": ["Voltage-controlled amplifier"]
},
{
"slug": "DrunkenRampage",
"name": "Drunken Rampage",
"description": "Probalistic Dual ramp generator. Inspired by Befaco Rampage.",
"tags": [
"Function Generator",
"Logic",
"Slew Limiter",
"Envelope Follower",
"Dual",
"Random"
]
},
{
"slug": "EverlastingGlottalStopper",
"name": "Everlasting Glottal Stopper",
"description": "Vocal Tract simulating VCO",
"tags": ["Oscillator"]
},
{
"slug": "FillingStation",
"name": "Filling Station",
"description": "Multi-Output Sequencer",
"tags": ["Sequencer"]
},
{
"slug": "FormalDinner",
"name": "Formal Dinner",
"description": "Formant Wave VCO",
"tags": ["Oscillator"]
},
{
"slug": "TheGardener",
"name": "The Gardener",
"description": "Sequencer Controller",
"tags": ["Clock Modulator"]
},
{
"slug": "HairPick",
"name": "Hair Pick",
"description": "64 Tap Rhythmic Comb Filter",
"tags": ["Filter"]
},
{
"slug": "JustAPhaser",
"name": "Just A Phaser",
"description": "Advanced Phaser",
"tags": ["Phaser"]
},
{
"slug": "LissajousLFO",
"name": "Lissajous LFO",
"description": "LFO based on interactions of 4 sine waves",
"tags": ["Low-frequency oscillator"]
},
{
"slug": "ManicCompression",
"name": "Manic Compression",
"description": "Fun Compressor",
"tags": ["Compressor","Dynamics"]
},
{
"slug": "ManicCompressionMB",
"name": "Megalomanic Compression",
"description": "Fun Multi-Band Compressor",
"tags": ["Compressor","Dynamics"]
},
{
"slug": "Midichlorian",
"name": "Midichlorian",
"description": "Microtonal CV-MIDI",
"tags": ["MIDI","Polyphonic"]
},
{
"slug": "MidiRecorder",
"name": "MIDI Recorder",
"description": "MIDI Gate Recorder",
"tags": ["MIDI","Polyphonic","Recording","Utility"]
},
{
"slug": "MrBlueSky",
"name": "Mr. Blue Sky",
"description": "16 band vocoder",
"tags": ["Vocoder"]
},
{
"slug": "TheOneRingModulator",
"name": "The One Ring Modulator",
"description": "Ring Modulator with CV controlable response",
"tags": ["Ring Modulator"]
},
{
"slug": "PhasedLockedLoop",
"name": "Phased Locked Loop",
"description": "PLL attempts to follow input signals freqency",
"tags": ["Oscillator"]
},
{
"slug": "PortlandWeather",
"name": "Portland Weather",
"description": "16 tap rhythmic delay with per tap pitch shifting and filtering",
"tags": ["Delay", "Granular", "Filter"]
},
{
"slug": "ProbablyNote",
"name": "Probably Note",
"description": "Probabilistic Quantizer",
"tags": ["Quantizer","Random","Polyphonic"]
},
{
"slug": "ProbablyNoteArabic",
"name": "Probably Note - Arabic",
"description": "Probabilistic Quantizer using Arabic maqams, ajnas and sayrs",
"tags": ["Quantizer","Random"]
},
{
"slug": "ProbablyNoteBP",
"name": "Probably Note - Bohlen Pierce",
"description": "Probabilistic Quantizer using Bohlen Pierce scales and tuning",
"tags": ["Quantizer","Random","Polyphonic"]
},
{
"slug": "ProbablyNoteMN",
"name": "Probably Note - Math Nerd",
"description": "Probabilistic Quantizer using prime number based generative scales",
"tags": ["Quantizer","Random","Polyphonic"]
},
{
"slug": "PNChordExpander",
"name": "Probably Note - Chord Expander",
"description": "Adds Chord Generation to Probably Not(e)",
"tags": ["Expander"]
},
{
"slug": "PNOctaveProbabilityExpander",
"name": "Probably Note - Octave Probability Expander",
"description": "Adds Multi-Octave Note Range to Probably Not(e)",
"tags": ["Expander"]
},
{
"slug": "PWAlgorithmicExpander",
"name": "Portland Weather - Algorithmic Expander",
"description": "Allows Portland Weather to create Euclidean rhythms",
"tags": ["Expander"]
},
{
"slug": "PWGridControlExpander",
"name": "Portland Weather - Grid Control Expander",
"description": "Allows Portland Weather to be modulated in a grid fashion",
"tags": ["Expander"]
},
{
"slug": "PWTapBreakoutExpander",
"name": "Portland Weather - Tap Breakoout Expander",
"description": "Individual Send/Returns for each PW Tap",
"tags": ["Expander"]
},
{
"slug": "QuadAlgorithmicRhythm",
"name": "Quad Algorithmic Rhythm Generator",
"description": "4 track Euclidean and Golumb Ruler Sequencer",
"tags": ["Sequencer"]
},
{
"slug": "QARConditionalExpander",
"name": "QAR - Conditional",
"description": "Clock Divide individual beats in QAR Rhythms",
"tags": ["Expander","Random"]
},
{
"slug": "QARGridControlExpander",
"name": "QAR - Grid Control Expander",
"description": "Allows some QAR expanders to be modulated in a grid fashion",
"tags": ["Expander"]
},
{
"slug": "QARGrooveExpander",
"name": "QAR - Groove",
"description": "Add Grooves and Microrhythms to QAR",
"tags": ["Expander"]
},
{
"slug": "QARIrrationalityExpander",
"name": "QAR - Irrational",
"description": "Add Irrational Rhythms to QAR",
"tags": ["Expander"]
},
{
"slug": "QARProbabilityExpander",
"name": "QAR - Probability",
"description": "Add Randomness to QAR Rhythms",
"tags": ["Expander","Random"]
},
{
"slug": "QARWarpedSpaceExpander",
"name": "QAR - Warped Space",
"description": "Make your QAR Rhythms explore non-linear space",
"tags": ["Expander"]
},
{
"slug": "QARWellFormedRhythmExpander",
"name": "QAR - Well Formed Rhythms",
"description": "Extra Parameters for Well Formed Algorithm",
"tags": ["Expander"]
},
{
"slug": "QuantussyCell",
"name": "Quantussy Cell",
"description": "Chainable semi-chatotic CV generator",
"tags": ["Logic"]
},
{
"slug": "RouletteLFO",
"name": "Roulette LFO",
"description": "LFO Based on based on rolling curves",
"tags": ["Low-frequency oscillator"]
},
{
"slug": "SeedsOfChange",
"name": "Seeds Of Change",
"description": "Repeatable Random Number Generator",
"tags": ["Random"]
},
{
"slug": "SeedsOfChangeCVExpander",
"name": "Seeds Of Change - CV Expander",
"description": "Additional CV Outs for SoC",
"tags": ["Expander","Random"]
},
{
"slug": "SeedsOfChangeGateExpander",
"name": "Seeds Of Change - Gate Expander",
"description": "Additional Gates for SoC",
"tags": ["Expander","Random"]
},
{
"slug": "SliceOfLife",
"name": "Slice Of Life",
"description": "Wave Slicing VCO",
"tags": ["Oscillator"]
},
{
"slug": "StringTheory",
"name": "String Theory",
"description": "Karpus-Strong String Synthesis",
"tags": ["Oscillator"]
},
{
"slug": "SeriouslySlowEG",
"name": "Seriously Slow EG",
"description": "Envelope Generator for modulating CV over *very* long time periods",
"tags": ["Envelope generator"]
},
{
"slug": "SeriouslySlowLFO",
"name": "Seriously Slow LFO",
"description": "LFO for modulating CV over *very* long time periods",
"tags": ["Low-frequency oscillator"]
},
{
"slug": "VoxInhumana",
"name": "Vox Inhumana",
"description": "Formant/Vowel Filter",
"tags": ["Filter"]
} ,
{
"slug": "VoxInhumanaExpander",
"name": "Vox Inhumana Expander",
"description": "Resonance and Slope Control",
"tags": ["Expander"]
}
]
}