forked from momor666/up-debian_ubuntu_update_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcvPlugs
490 lines (446 loc) · 16.6 KB
/
vcvPlugs
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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
#!/bin/bash
(
cd plugins
#[submodule "repos/Fundamentals"]
#AudibleInstruments
git clone --recursive https://github.com/VCVRack/Fundamental.git
#[submodule "repos/AudibleInstruments"]
#AudibleInstruments
git clone --recursive https://github.com/VCVRack/AudibleInstruments.git
#[submodule "repos/AmalgamatedHarmonics"]
#AmalgamatedHarmonics
git clone --recursive https://github.com/jhoar/AmalgamatedHarmonics -b master
#[submodule "repos/Befaco"]
#Befaco
git clone --recursive https://github.com/VCVRack/Befaco -b master
#[submodule "repos/Bogaudio"]
#Bogaudio
git clone --recursive https://github.com/bogaudio/BogaudioModules -b master
#[submodule "repos/DHE-Modules"]
#DHE-Modules
git clone --recursive https://github.com/dhemery/DHE-Modules -b master
#[submodule "repos/ESeries"]
#ESeries
git clone --recursive https://github.com/VCVRack/ESeries -b master
#[submodule "repos/FrozenWasteland"]
#FrozenWasteland
git clone --recursive https://github.com/almostEric/FrozenWasteland -b master
#[submodule "repos/Gratrix"]
#Gratrix
git clone --recursive https://github.com/gratrix/vcv-gratrix -b master
#[submodule "repos/HetrickCV"]
#HetrickCV
git clone --recursive https://github.com/mhetrick/hetrickcv -b master
#[submodule "repos/ML_modules"]
#ML_modules
git clone --recursive https://github.com/martin-lueders/ML_modules -b master
#[submodule "repos/NauModular"]
#NauModular
git clone --recursive https://github.com/naus3a/NauModular -b master
#[submodule "repos/Ohmer"]
#Ohmer
git clone --recursive https://github.com/DomiKamu/Ohmer -b master
#[submodule "repos/PvC"]
#PvC
git clone --recursive https://github.com/phdsg/PvC.git -b release
#[submodule "repos/RJModules"]
#RJModules
git clone --recursive https://github.com/Miserlou/RJModules -b master
#[submodule "repos/TheXOR"]
#TheXOR
git clone --recursive https://github.com/The-XOR/RackPlugins -b master
#[submodule "repos/dBiz"]
#dBiz
git clone --recursive https://github.com/dBiz/dBiz -b master
#[submodule "repos/luckyxxl"]
#luckyxxl
git clone --recursive https://github.com/luckyxxl/vcv_luckyxxl -b master
#[submodule "repos/moDllz"]
#moDllz
git clone --recursive https://github.com/dllmusic/VCV_moDllz -b master
#[submodule "repos/mtsch-plugins"]
#mtsch-plugins
git clone --recursive https://github.com/mtsch/mtsch-vcvrack-plugins -b master
#[submodule "repos/s-ol"]
#s-ol
git clone --recursive https://github.com/s-ol/vcvmods -b master
#[submodule "repos/squinkylabs-plug1"]
#squinkylabs-plug1
git clone --recursive https://github.com/squinkylabs/SquinkyVCV -b master
#[submodule "repos/ValleyFree"]
#Valley
git clone --recursive https://github.com/ValleyAudio/ValleyRackFree.git -b master
#[submodule "repos/CharredDesert"]
#CharredDesert
git clone --recursive https://github.com/JerrySievert/CharredDesert -b master
#[submodule "repos/SynthKit"]
#SynthKit
git clone --recursive https://github.com/JerrySievert/SynthKit -b master
#[submodule "repos/JW-Modules"]
#JW-Modules
git clone --recursive https://github.com/jeremywen/JW-Modules -b master
#[submodule "repos/Alikins"]
#Alikins
git clone --recursive https://github.com/alikins/Alikins-rack-plugins -b master
#[submodule "repos/DrumKit"]
#DrumKit
git clone --recursive https://github.com/SVModular/DrumKit -b master
#[submodule "repos/SonusModular"]
#SonusModular
git clone --recursive https://gitlab.com/sonusdept/sonusmodular.git -b master
#[submodule "repos/ArableInstruments"]
#ArableInstruments
git clone --recursive https://github.com/adbrant/ArableInstruments -b master
#[submodule "repos/LOGinstruments"]
#LOGinstruments
git clone --recursive https://github.com/leopard86/LOGinstruments -b master
#[submodule "repos/BaconMusic"]
#BaconMusic
git clone --recursive https://github.com/baconpaul/BaconPlugs.git -b master
#[submodule "repos/MrLumps"]
#MrLumps
git clone --recursive https://github.com/djpeterso23662/MrLumps -b master
#[submodule "repos/Southpole"]
#Southpole
git clone --recursive https://github.com/gbrandt1/southpole-vcvrack.git -b 0.6
#[submodule "repos/Southpole-parasites"]
#Southpole-parasites
git clone --recursive https://github.com/gbrandt1/southpole-vcvrack.git -b 0.6-parasites
#[submodule "repos/cf"]
#cf
git clone --recursive https://github.com/cfoulc/cf
#[submodule "repos/ImpromptuModular"]
#ImpromptuModular
git clone --recursive https://github.com/MarcBoule/ImpromptuModular.git
#[submodule "repos/modular80"]
#modular80
git clone --recursive https://github.com/cschol/modular80
#[submodule "repos/com-soundchasing-stochasm"]
#com-soundchasing-stochasm
git clone --recursive https://github.com/teletypist/stochasm.git
#[submodule "repos/ParableInstruments"]
#ParableInstruments
git clone --recursive https://github.com/adbrant/ArableInstruments.git -b parable
#[submodule "repos/NonLinearInstruments"]
#NonLinearInstruments
git clone --recursive https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins
#[submodule "repos/mscHack"]
#mscHack
git clone --recursive https://github.com/mschack/VCV-Rack-Plugins.git
#[submodule "repos/Koralfx-Modules"]
#Koralfx-Modules
git clone --recursive https://github.com/koralfx/Koralfx-Modules
#[submodule "repos/Qwelk"]
#Qwelk
git clone --recursive https://github.com/raincheque/qwelk.git
#[submodule "repos/alto777_LFSR"]
#alto777_LFSR
git clone --recursive https://github.com/alto777/LFSR.git
#[submodule "repos/AS"]
#AS
git clone --recursive https://github.com/AScustomWorks/AS.git
#[submodule "repos/ErraticInstruments"]
#ErraticInstruments
git clone --recursive https://github.com/bafonso/Erratic.git -b v0.6
#[submodule "repos/PG-Instruments"]
#PG-Instruments
git clone --recursive https://github.com/imekon/PG-Instruments.git
#[submodule "repos/SubmarineFree"]
#SubmarineFree
git clone --recursive https://github.com/david-c14/SubmarineFree.git
#[submodule "repos/unless_modules"]
#unless_modules
git clone --recursive https://gitlab.com/unlessgames/unless_modules.git
#[submodule "repos/mental"]
#mental
git clone --recursive https://github.com/Strum/Strums_Mental_VCV_Modules
#[submodule "repos/SerialRacker"]
#SerialRacker
git clone --recursive https://github.com/apbianco/SerialRacker.git
#[submodule "repos/BOKONTEPByteBeatMachine"]
#BOKONTEPByteBeatMachine
git clone --recursive https://github.com/bokontep/BokontepByteBeatMachine.git
#[submodule "repos/huaba"]
#huaba
git clone --recursive https://github.com/dhuber81/huaba.git
#[submodule "repos/Bidoo"]
#Bidoo
git clone --recursive https://github.com/sebastien-bouffier/Bidoo.git
#[submodule "repos/trowaSoft"]
#trowaSoft
git clone --recursive https://github.com/j4s0n-c/trowaSoft-VCV.git
#[submodule "repos/21kHz"]
#21kHz
git clone --recursive https://github.com/21kHz/21kHz-rack-plugins.git
#[submodule "repos/Nohmad"]
#Nohmad
git clone --recursive https://github.com/joelrobichaud/Nohmad.git
#[submodule "repos/RODENTMODULES"]
#RODENTMODULES
git clone --recursive https://github.com/RODENTCAT/RODENTMODULES.git
#[submodule "repos/computerscare"]
#computerscare
git clone --recursive https://github.com/freddyz/computerscare-vcv-modules
#[submodule "repos/Geodesics"]
#Geodesics
git clone --recursive https://github.com/MarcBoule/Geodesics.git
#[submodule "repos/KarateSnoopy"]
#KarateSnoopy
git clone --recursive https://github.com/KarateSnoopy/vcv-karatesnoopy
#[submodule "repos/noobhour"]
#noobhour
git clone --recursive https://github.com/NicolasNeubauer/noobhour_modules
#[submodule "repos/TriggerFish-Elements"]
#TriggerFish-Elements
git clone --recursive https://github.com/JTriggerFish/TriggerFish-VCV.git
#[submodule "repos/SubmarineUtility"]
#SubmarineUtility
git clone --recursive https://github.com/david-c14/SubmarineUtility.git
#[submodule "repos/BeckstromResearch"]
#BeckstromResearch
git clone --recursive https://github.com/chrisbeckstrom/Beckstrom_Research_Rack.git
#[submodule "repos/Sculpt-O-Sound"]
#Sculpt-O-Sound
git clone --recursive https://github.com/josbouten/Sculpt-O-Sound.git
#[submodule "repos/aP-Modules"]
#aP-Modules
git clone --recursive https://github.com/aptrn/aP-Modules.git
#[submodule "repos/arjo_modules"]
#arjo_modules
git clone --recursive https://github.com/ArjoNagelhout/arjo_modules
#[submodule "repos/NocturnalEncoder"]
#NocturnalEncoder
git clone --recursive https://github.com/djpeterso23662/NocturnalEncoder.git
#[submodule "repos/ModularFungi"]
#ModularFungi
git clone --recursive https://github.com/david-c14/ModularFungi.git
#[submodule "repos/HolonicSystems-Free"]
#HolonicSystems-Free
git clone --recursive https://github.com/hdavid/VCVRack-Holon.ist.git
#[submodule "repos/rcm"]
#rcm
git clone --recursive https://github.com/Rcomian/rcm-modules.git
#[submodule "repos/QuantalAudio"]
#QuantalAudio
git clone --recursive https://github.com/sumpygump/quantal-audio.git
#[submodule "repos/EH_modules"]
#EH_modules
git clone --recursive https://github.com/eh2k/fv1-emu
#[submodule "repos/Bark"]
#Bark
git clone --recursive https://github.com/Coirt/Bark.git
#[submodule "repos/Skylights"]
#Skylights
git clone --recursive https://github.com/Skrylar/skylights-vcv.git
#[submodule "repos/SkJack"]
#SkJack
git clone --recursive https://github.com/Skrylar/skjack-vcv.git
#[submodule "repos/LabSeven"]
#LabSeven
git clone --recursive https://github.com/LabSevenDevVCVRack/LabSeven_VCVRack_modules.git
#[submodule "repos/MicMusic"]
#MicMusic
git clone --recursive https://github.com/very-cool-name/MicMusic-VCV.git
#[submodule "repos/Edge"]
#Edge
git clone --recursive https://github.com/Edge-Modules/Edge.git
#[submodule "repos/Quadraphonics"]
#Quadraphonics
git clone --recursive https://github.com/KoreTeknology/Quadraphonic-Plugins-for-VCV-Rack.git
#[submodule "repos/UnforgettableLuncheon"]
#UnforgettableLuncheon
git clone --recursive https://github.com/johnnymurf/Unforgettable-Luncheon.git
#[submodule "repos/ExpertSleepers-Encoders"]
#ExpertSleepers-Encoders
git clone --recursive https://github.com/expertsleepersltd/vcvrack-encoders
#[submodule "repos/WhatTheRack"]
#WhatTheRack
git clone --recursive https://github.com/korfuri/WhatTheRack.git
#[submodule "repos/8Mode"]
#8Mode
git clone --recursive https://github.com/8Mode/8Mode-VCV_Modules.git
#[submodule "repos/Starling_Via"]
#Starling_Via
git clone --recursive https://github.com/starlingcode/Via-for-Rack.git
#[submodule "repos/CatroModulo"]
#CatroModulo
git clone --recursive https://github.com/catronomix/catro-modulo.git
#[submodule "repos/sb-StochKit"]
#sb-StochKit
git clone --recursive https://github.com/smbddha/sb-StochKit.git
#[submodule "repos/Stoermelder-P1"]
#Stoermelder-P1
git clone --recursive https://github.com/stoermelder/vcvrack-packone
#[submodule "repos/FrankBuss"]
#FrankBuss
git clone --recursive https://github.com/FrankBuss/FrankBussRackPlugin.git
#[submodule "repos/CountModula"]
#CountModula
git clone --recursive https://github.com/countmodula/VCVRackPlugins.git
#[submodule "repos/CYC"]
#CYC
git clone --recursive https://github.com/mrletourneau/strong_kar.git
#[submodule "repos/MosquitoLabs"]
#MosquitoLabs
git clone --recursive https://github.com/rmosquito/vcv-mosquito.git
#[submodule "repos/ChortlingHamsterModules"]
#ChortlingHamsterModules
git clone --recursive https://github.com/chortlinghamster/modules.git
#[submodule "repos/SLM"]
#SLM
git clone --recursive https://github.com/salvolm84/SLM-vcv-rack.git
#[submodule "repos/Circlefade"]
#Circlefade
git clone --recursive https://github.com/max-circlefade/Circlefade.git
#[submodule "repos/MyLittleTools"]
#MyLittleTools
git clone --recursive https://github.com/digitalhappens/MyLittleTools.git
#[submodule "repos/ZZC"]
#ZZC
git clone --recursive https://github.com/zezic/ZZC.git
#[submodule "repos/AnimatedCircuits"]
#AnimatedCircuits
git clone --recursive https://github.com/AnimatedCircuits/RackModules.git
#[submodule "repos/Ahornberg"]
#Ahornberg
git clone --recursive https://github.com/Ahornberg/Ahornberg-Microtonal.git
#[submodule "repos/Prism"]
#Prism
git clone --recursive https://github.com/AmalgamatedHarmonics/Prism.git
#[submodule "repos/repelzen"]
#repelzen
git clone --recursive https://github.com/wiqid/repelzen
#[submodule "repos/LomasModules"]
#LomasModules
git clone --recursive https://github.com/LomasModules/LomasModules
#[submodule "repos/wiqid-anomalies"]
#wiqid-anomalies
git clone --recursive https://github.com/wiqid/anomalies.git
#[submodule "repos/GoodSheperd"]
#GoodSheperd
git clone --recursive https://github.com/jensschulze/GoodSheperd.git
#[submodule "repos/SignalFlux"]
#SignalFlux
git clone --recursive https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules.git
#[submodule "repos/WrongPeople"]
#WrongPeople
git clone --recursive https://github.com/WrongPeople/WrongPeopleVCV.git
#[submodule "repos/CatroBlanco"]
#CatroBlanco
git clone --recursive https://github.com/catronomix/Catro-Blanco.git
#[submodule "repos/aridacity"]
#aridacity
git clone --recursive https://github.com/aridacity/aridacityVCV.git
#[submodule "repos/admiral"]
#admiral
git clone --recursive https://github.com/wapiflapi/admiral.git
#[submodule "repos/GlueTheGiant"]
#GlueTheGiant
git clone --recursive https://github.com/gluethegiant/gtg-rack.git
#[submodule "repos/vitamin"]
#vitamin
git clone --recursive https://github.com/xaviershay/vitamin-vcv-modules.git
#[submodule "repos/Chiptuner"]
#Chiptuner
git clone --recursive https://github.com/The-Great-Assyr/Chiptuner.git
#[submodule "repos/ChordController"]
#ChordController
git clone --recursive https://github.com/wilsontr/ChordController.git
#[submodule "repos/stocaudio"]
#stocaudio
git clone --recursive https://github.com/aptrn/stocaudio-modules.git
#[submodule "repos/LifeFormModular"]
#LifeFormModular
git clone --recursive https://github.com/TimeControlledOrganism/LifeFormModular.git
#[submodule "repos/TercerBrazo"]
#TercerBrazo
git clone --recursive https://github.com/diegodorado/TercerBrazo.git
#[submodule "repos/Nozoid"]
#Nozoid
git clone --recursive https://github.com/ch-nry/VCV_nozori.git
#[submodule "repos/TinyTricks"]
#TinyTricks
git clone --recursive https://github.com/thomassidor/tinytricks.git
#[submodule "repos/JE"]
#JE
git clone --recursive https://github.com/eres-j/VCVRack-plugin-JE.git
#[submodule "repos/LittleUtils"]
#LittleUtils
git clone --recursive https://github.com/mgunyho/Little-Utils.git
#[submodule "repos/OrangeLine"]
#OrangeLine
git clone --recursive https://github.com/Stubs42/OrangeLine.git
#[submodule "repos/PdArray"]
#PdArray
git clone --recursive https://github.com/mgunyho/PdArray.git
#[submodule "repos/kocmoc"]
#kocmoc
git clone --recursive https://github.com/janne808/kocmoc-rack-modules.git
#[submodule "repos/MindMeldModular"]
#MindMeldModular
git clone --recursive https://github.com/MarcBoule/MindMeldModular.git
#[submodule "repos/RacketScience"]
#RacketScience
git clone --recursive https://github.com/ContemporaryInsanity/RacketScience.git
#[submodule "repos/SA-Seasons"]
#SA-Seasons
git clone --recursive https://github.com/SpektroAudio/Seasons.git
#[submodule "repos/pfzzz"]
#pfzzz
git clone --recursive https://github.com/pfzzz/rack-plugin.git
#[submodule "repos/scanner-darkly-collection-one"]
#scanner-darkly-collection-one
git clone --recursive https://github.com/scanner-darkly/vcv-collection-one.git
#[submodule "repos/MockbaModular"]
#MockbaModular
git clone --recursive https://github.com/MockbaTheBorg/MockbaModular.git
#[submodule "repos/SurgeRack"]
#SurgeRack
git clone --recursive https://github.com/surge-synthesizer/surge-rack.git
#[submodule "repos/NEXSwitches"]
#NEXSwitches
git clone --recursive https://github.com/lkdjiin/SwitchesModules.git
#[submodule "repos/23volts"]
#23volts
git clone --recursive https://github.com/23volts/23volts-vcv.git
#[submodule "repos/MSM"]
#MSM
git clone --recursive https://github.com/netboy3/MSM-vcvrack-plugin.git
#[submodule "repos/ReTunesFree"]
#ReTunesFree
git clone --recursive https://github.com/DominoMarama/ReTunesFree.git
#[submodule "repos/AriaSalvatrice"]
#AriaSalvatrice
git clone --recursive https://github.com/AriaSalvatrice/AriaVCVModules.git
#[submodule "repos/AuntyLangtonsFree"]
#AuntyLangtonsFree
git clone --recursive https://github.com/64MM4-KN1F3/AuntyLangtons-FREE.git
#[submodule "repos/Sckitam"]
#Sckitam
git clone --recursive https://github.com/philippesalembier/SckitamVCV.git
#[submodule "repos/Kosmodules-Free"]
#Kosmodules-Free
git clone --recursive https://github.com/calvinkosmatka/Kosmodules-Free.git
#[submodule "repos/PS-PurrSoftware"]
#PS-PurrSoftware
git clone --recursive https://github.com/knchaffin/Meander.git
#[submodule "repos/voxglitch"]
#voxglitch
git clone --recursive https://github.com/clone45/voxglitch.git
#[submodule "repos/AaronStatic"]
#AaronStatic
git clone --recursive https://github.com/aaronstatic/AaronStatic_modules.git
if [ ! -d "$HOME/.Rack" ]; then
mkdir $HOME/.Rack
mkdir $HOME/.Rack/plugins-v1
fi
for folder in *
do
(
cd $folder
make dep $1 -j$JOBS
make $1 -j$JOBS
make install
)
done
)