From 2533c271a811541ed0e5472153dd3fbb00619226 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 29 Nov 2017 21:47:36 -0500 Subject: [PATCH] Seeding with initial data from "Lists_of_plugins" wiki --- plugins/AmalgamatedHarmonics.json | 12 ++++++++++++ plugins/AnimatedCircuits.json | 10 ++++++++++ plugins/ArableInstruments.json | 11 +++++++++++ plugins/AutodafeBlankPanel.json | 11 +++++++++++ plugins/AutodafeDrumKit.json | 12 ++++++++++++ plugins/AutodafeModulePack.json | 12 ++++++++++++ plugins/BogaudioModules.json | 12 ++++++++++++ plugins/Gratrix.json | 12 ++++++++++++ plugins/HetrickCV.json | 12 ++++++++++++ plugins/HoraMusic.json | 11 +++++++++++ plugins/JE.json | 11 +++++++++++ plugins/JW-Modules.json | 12 ++++++++++++ plugins/KarateSnoopy.json | 11 +++++++++++ plugins/LOGinstruments.json | 12 ++++++++++++ plugins/LindenbergResearch.json | 12 ++++++++++++ plugins/ML-modules.json | 11 +++++++++++ plugins/MSM.json | 10 ++++++++++ plugins/MrLumps.json | 10 ++++++++++ plugins/NYSTHI.json | 11 +++++++++++ plugins/NauModular.json | 11 +++++++++++ plugins/PvC.json | 11 +++++++++++ plugins/Qwelk.json | 11 +++++++++++ plugins/RJModules.json | 13 +++++++++++++ plugins/Simplemodulepack.json | 12 ++++++++++++ plugins/SonusDept.json | 13 +++++++++++++ plugins/Strum'sMentalModules.json | 13 +++++++++++++ plugins/VultModules.json | 13 +++++++++++++ plugins/av500.json | 6 ++++++ plugins/bidoo.json | 11 +++++++++++ plugins/cf.json | 11 +++++++++++ plugins/dBiz.json | 10 ++++++++++ plugins/dekstop.json | 12 ++++++++++++ plugins/luckyxxl.json | 10 ++++++++++ plugins/mscHack.json | 10 ++++++++++ plugins/trowaSoft.json | 12 ++++++++++++ 35 files changed, 394 insertions(+) create mode 100644 plugins/AmalgamatedHarmonics.json create mode 100644 plugins/AnimatedCircuits.json create mode 100644 plugins/ArableInstruments.json create mode 100644 plugins/AutodafeBlankPanel.json create mode 100644 plugins/AutodafeDrumKit.json create mode 100644 plugins/AutodafeModulePack.json create mode 100644 plugins/BogaudioModules.json create mode 100644 plugins/Gratrix.json create mode 100644 plugins/HetrickCV.json create mode 100644 plugins/HoraMusic.json create mode 100644 plugins/JE.json create mode 100644 plugins/JW-Modules.json create mode 100644 plugins/KarateSnoopy.json create mode 100644 plugins/LOGinstruments.json create mode 100644 plugins/LindenbergResearch.json create mode 100644 plugins/ML-modules.json create mode 100644 plugins/MSM.json create mode 100644 plugins/MrLumps.json create mode 100644 plugins/NYSTHI.json create mode 100644 plugins/NauModular.json create mode 100644 plugins/PvC.json create mode 100644 plugins/Qwelk.json create mode 100644 plugins/RJModules.json create mode 100644 plugins/Simplemodulepack.json create mode 100644 plugins/SonusDept.json create mode 100644 plugins/Strum'sMentalModules.json create mode 100644 plugins/VultModules.json create mode 100644 plugins/av500.json create mode 100644 plugins/bidoo.json create mode 100644 plugins/cf.json create mode 100644 plugins/dBiz.json create mode 100644 plugins/dekstop.json create mode 100644 plugins/luckyxxl.json create mode 100644 plugins/mscHack.json create mode 100644 plugins/trowaSoft.json diff --git a/plugins/AmalgamatedHarmonics.json b/plugins/AmalgamatedHarmonics.json new file mode 100644 index 00000000..6e7c85f3 --- /dev/null +++ b/plugins/AmalgamatedHarmonics.json @@ -0,0 +1,12 @@ +{ + "slug": "AmalgamatedHarmonics", + "name": "Amalgamated Harmonics", + "version": "0.5.3", + "source": "https://github.com/jhoar/AmalgamatedHarmonics/tree/v0.5.3", + "download": "https://github.com/jhoar/AmalgamatedHarmonics/releases/tag/v0.5.3", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/AnimatedCircuits.json b/plugins/AnimatedCircuits.json new file mode 100644 index 00000000..d6ae6757 --- /dev/null +++ b/plugins/AnimatedCircuits.json @@ -0,0 +1,10 @@ +{ + "slug": "AnimatedCircuits", + "name": "Animated Circuits", + "version": "0.5.0", + "download": "https://drive.google.com/drive/folders/15_buBKqEdGkuTn9EOeZuFqE2m4qH-xUu?usp=sharing", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/ArableInstruments.json b/plugins/ArableInstruments.json new file mode 100644 index 00000000..461959ad --- /dev/null +++ b/plugins/ArableInstruments.json @@ -0,0 +1,11 @@ +{ + "slug": "ArableInstruments", + "name": "Arable Instruments", + "version": "0.4.0", + "source": "https://github.com/adbrant/ArableInstruments", + "download": "https://github.com/adbrant/ArableInstruments/releases", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/AutodafeBlankPanel.json b/plugins/AutodafeBlankPanel.json new file mode 100644 index 00000000..ce6ccb33 --- /dev/null +++ b/plugins/AutodafeBlankPanel.json @@ -0,0 +1,11 @@ +{ + "slug": "AutodafeBlankPanel", + "name": "Autodafe Blank Panel", + "version": "0.5.0", + "download": "http://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-blank-panel-for-vcv-rack.html", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/AutodafeDrumKit.json b/plugins/AutodafeDrumKit.json new file mode 100644 index 00000000..fbb409bf --- /dev/null +++ b/plugins/AutodafeDrumKit.json @@ -0,0 +1,12 @@ +{ + "slug": "AutodafeDrumKit", + "name": "Autodafe Drum Kit", + "version": "0.5.0", + "source": "https://github.com/antoniograzioli/Autodafe-Drums", + "download": "http://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-drum-kit-for-vcv-rack.html", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/AutodafeModulePack.json b/plugins/AutodafeModulePack.json new file mode 100644 index 00000000..dac1e222 --- /dev/null +++ b/plugins/AutodafeModulePack.json @@ -0,0 +1,12 @@ +{ + "slug": "AutodafeModulePack", + "name": "Autodafe Module Pack", + "version": "0.5.0", + "source": "https://github.com/antoniograzioli/Autodafe", + "download": "http://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-module-pack-for-vcv-rack.html", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/BogaudioModules.json b/plugins/BogaudioModules.json new file mode 100644 index 00000000..7c0db921 --- /dev/null +++ b/plugins/BogaudioModules.json @@ -0,0 +1,12 @@ +{ + "slug": "BogaudioModules", + "name": "Bogaudio Modules", + "version": "0.5.0", + "source": "https://github.com/bogaudio/BogaudioModules", + "download": "https://github.com/bogaudio/BogaudioModules/releases", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/Gratrix.json b/plugins/Gratrix.json new file mode 100644 index 00000000..a5fba5b3 --- /dev/null +++ b/plugins/Gratrix.json @@ -0,0 +1,12 @@ +{ + "slug": "Gratrix", + "name": "Gratrix", + "version": "0.5.0", + "source": "https://github.com/gratrix/vcv-gratrix", + "manual": "http://gratrix.net/vcvrack/", + "download": "http://gratrix.net/vcvrack/", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/HetrickCV.json b/plugins/HetrickCV.json new file mode 100644 index 00000000..9de06df0 --- /dev/null +++ b/plugins/HetrickCV.json @@ -0,0 +1,12 @@ +{ + "slug": "HetrickCV", + "name": "HetrickCV", + "version": "0.5.3", + "source": "https://github.com/mhetrick/hetrickcv", + "manual": "https://github.com/mhetrick/hetrickcv/blob/master/README.md", + "download": "https://github.com/mhetrick/hetrickcv/releases", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/HoraMusic.json b/plugins/HoraMusic.json new file mode 100644 index 00000000..2f34b4c8 --- /dev/null +++ b/plugins/HoraMusic.json @@ -0,0 +1,11 @@ +{ + "slug": "HoraMusic", + "name": "Hora Music", + "version": "0.5.0", + "download": "https://gumroad.com/horamusic", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/JE.json b/plugins/JE.json new file mode 100644 index 00000000..c64ee204 --- /dev/null +++ b/plugins/JE.json @@ -0,0 +1,11 @@ +{ + "slug": "JE", + "name": "JE", + "version": "0.5.1", + "source": "https://github.com/eres-j/VCVRack-plugin-JE", + "download": "https://github.com/eres-j/VCVRack-plugin-JE/releases", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/JW-Modules.json b/plugins/JW-Modules.json new file mode 100644 index 00000000..67958a74 --- /dev/null +++ b/plugins/JW-Modules.json @@ -0,0 +1,12 @@ +{ + "slug": "JW-Modules", + "name": "JW-Modules", + "version": "0.5.4", + "source": "https://github.com/jeremywen/JW-Modules", + "download": "https://github.com/jeremywen/JW-Modules/releases", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/KarateSnoopy.json b/plugins/KarateSnoopy.json new file mode 100644 index 00000000..88d9b31d --- /dev/null +++ b/plugins/KarateSnoopy.json @@ -0,0 +1,11 @@ +{ + "slug": "KarateSnoopy", + "name": "KarateSnoopy", + "version": "0.5.0", + "source": "https://github.com/KarateSnoopy/vcv-karatesnoopy", + "download": "https://github.com/KarateSnoopy/vcv-karatesnoopy/releases", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/LOGinstruments.json b/plugins/LOGinstruments.json new file mode 100644 index 00000000..36c5ba5a --- /dev/null +++ b/plugins/LOGinstruments.json @@ -0,0 +1,12 @@ +{ + "slug": "LOGinstruments", + "name": "LOGinstruments", + "version": "0.5.1", + "source": "https://github.com/leopard86/LOGinstruments", + "download": "https://github.com/leopard86/LOGinstruments/releases", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/LindenbergResearch.json b/plugins/LindenbergResearch.json new file mode 100644 index 00000000..e0ce4611 --- /dev/null +++ b/plugins/LindenbergResearch.json @@ -0,0 +1,12 @@ +{ + "slug": "LindenbergResearch", + "name": "Lindenberg Research", + "version": "0.5.0", + "source": "https://github.com/lindenbergresearch/LRTRack", + "download": "https://github.com/lindenbergresearch/LRTRack/releases", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/ML-modules.json b/plugins/ML-modules.json new file mode 100644 index 00000000..2681538a --- /dev/null +++ b/plugins/ML-modules.json @@ -0,0 +1,11 @@ +{ + "slug": "ML-modules", + "name": "ML-modules", + "version": "0.5.0", + "source": "https://github.com/martin-lueders/ML-modules", + "download": "https://github.com/martin-lueders/ML_modules/releases", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/MSM.json b/plugins/MSM.json new file mode 100644 index 00000000..966f751d --- /dev/null +++ b/plugins/MSM.json @@ -0,0 +1,10 @@ +{ + "slug": "MSM", + "name": "MSM", + "version": "0.5.0", + "source": "https://github.com/Phal-anx/MSM", + "download": "https://github.com/Phal-anx/MSM/releases/tag/0.5.2", + "arch": [ + "win" + ] +} \ No newline at end of file diff --git a/plugins/MrLumps.json b/plugins/MrLumps.json new file mode 100644 index 00000000..dff82b7a --- /dev/null +++ b/plugins/MrLumps.json @@ -0,0 +1,10 @@ +{ + "slug": "MrLumps", + "name": "MrLumps", + "version": "0.4.0", + "source": "https://github.com/dotinspace/vcv-MrLumps", + "download": "https://github.com/dotinspace/vcv-MrLumps/releases", + "arch": [ + "mac" + ] +} \ No newline at end of file diff --git a/plugins/NYSTHI.json b/plugins/NYSTHI.json new file mode 100644 index 00000000..adcd3492 --- /dev/null +++ b/plugins/NYSTHI.json @@ -0,0 +1,11 @@ +{ + "slug": "NYSTHI", + "name": "NYSTHI", + "version": "0.5.2.1", + "download": "https://github.com/nysthi/nysthi/releases/", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/NauModular.json b/plugins/NauModular.json new file mode 100644 index 00000000..bbbab7bb --- /dev/null +++ b/plugins/NauModular.json @@ -0,0 +1,11 @@ +{ + "slug": "NauModular", + "name": "NauModular", + "version": "0.5.0", + "source": "https://github.com/naus3a/NauModular", + "download": "https://github.com/naus3a/NauModular/releases/", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/PvC.json b/plugins/PvC.json new file mode 100644 index 00000000..90327e85 --- /dev/null +++ b/plugins/PvC.json @@ -0,0 +1,11 @@ +{ + "slug": "PvC", + "name": "PvC", + "version": "0.5.1", + "source": "https://github.com/phdsg/PvC", + "download": "https://github.com/phdsg/PvC/releases/", + "arch": [ + "win", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/Qwelk.json b/plugins/Qwelk.json new file mode 100644 index 00000000..84fe8c19 --- /dev/null +++ b/plugins/Qwelk.json @@ -0,0 +1,11 @@ +{ + "slug": "Qwelk", + "name": "Qwelk", + "version": "0.5.0", + "source": "https://github.com/raincheque/qwelk", + "download": "https://github.com/raincheque/qwelk/tree/master/dist/", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/RJModules.json b/plugins/RJModules.json new file mode 100644 index 00000000..267487f6 --- /dev/null +++ b/plugins/RJModules.json @@ -0,0 +1,13 @@ +{ + "slug": "RJModules", + "name": "RJModules", + "version": "0.5.0+", + "source": "https://github.com/Miserlou/RJModules", + "manual": "https://github.com/Miserlou/RJModules", + "download": "https://github.com/Miserlou/RJModules/tree/master/dist/", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/Simplemodulepack.json b/plugins/Simplemodulepack.json new file mode 100644 index 00000000..d94ae10b --- /dev/null +++ b/plugins/Simplemodulepack.json @@ -0,0 +1,12 @@ +{ + "slug": "Simplemodulepack", + "name": "Simple module pack", + "version": "0.5.0", + "source": "https://github.com/IohannRabeson/VCVRack-Simple", + "manual": "https://iohannrabeson.github.io/VCVRack-Simple/", + "download": "https://github.com/IohannRabeson/VCVRack-Simple/releases", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/SonusDept.json b/plugins/SonusDept.json new file mode 100644 index 00000000..cb821d73 --- /dev/null +++ b/plugins/SonusDept.json @@ -0,0 +1,13 @@ +{ + "slug": "SonusDept", + "name": "Sonus Dept", + "version": "0.5.0", + "source": "https://gitlab.com/sonusdept/sonusmodular", + "manual": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular", + "download": "http://sonusmodular.sonusdept.com/", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/Strum'sMentalModules.json b/plugins/Strum'sMentalModules.json new file mode 100644 index 00000000..2d69890f --- /dev/null +++ b/plugins/Strum'sMentalModules.json @@ -0,0 +1,13 @@ +{ + "slug": "Strum'sMentalModules", + "name": "Strum's Mental Modules", + "version": "0.5.0", + "source": "https://github.com/Strum/Strums_Mental_VCV_Modules", + "manual": "https://github.com/Strum/Strums_Mental_VCV_Modules/wiki/Mental-Modules-WIKI/", + "download": "https://github.com/Strum/Strums_Mental_VCV_Modules/blob/master/Releases", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/VultModules.json b/plugins/VultModules.json new file mode 100644 index 00000000..cfbd5bea --- /dev/null +++ b/plugins/VultModules.json @@ -0,0 +1,13 @@ +{ + "slug": "VultModules", + "name": "VultModules", + "version": "0.5.1", + "source": "https://github.com/modlfo/VultModules", + "manual": "https://modlfo.github.io/VultModules/", + "download": "https://modlfo.github.io/VultModules/download/", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/av500.json b/plugins/av500.json new file mode 100644 index 00000000..d2140ad0 --- /dev/null +++ b/plugins/av500.json @@ -0,0 +1,6 @@ +{ + "slug": "av500", + "name": "av500", + "version": "0.5.0", + "source": "https://github.com/av500/vcvrackplugins_av500" +} \ No newline at end of file diff --git a/plugins/bidoo.json b/plugins/bidoo.json new file mode 100644 index 00000000..66d10597 --- /dev/null +++ b/plugins/bidoo.json @@ -0,0 +1,11 @@ +{ + "slug": "bidoo", + "name": "bid°°", + "version": "0.5.3", + "source": "https://github.com/sebastien-bouffier/Bidoo", + "download": "https://github.com/sebastien-bouffier/Bidoo/releases", + "arch": [ + "win", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/cf.json b/plugins/cf.json new file mode 100644 index 00000000..20addf51 --- /dev/null +++ b/plugins/cf.json @@ -0,0 +1,11 @@ +{ + "slug": "cf", + "name": "cf", + "version": "0.5.0", + "source": "https://github.com/cfoulc/cf", + "download": "https://github.com/cfoulc/cf/releases", + "arch": [ + "win", + "mac" + ] +} \ No newline at end of file diff --git a/plugins/dBiz.json b/plugins/dBiz.json new file mode 100644 index 00000000..28272fcb --- /dev/null +++ b/plugins/dBiz.json @@ -0,0 +1,10 @@ +{ + "slug": "dBiz", + "name": "dBiz", + "version": "0.5.0", + "source": "https://github.com/dBiz/dBiz", + "download": "https://github.com/dBiz/dBiz/releases", + "arch": [ + "win" + ] +} \ No newline at end of file diff --git a/plugins/dekstop.json b/plugins/dekstop.json new file mode 100644 index 00000000..37b12339 --- /dev/null +++ b/plugins/dekstop.json @@ -0,0 +1,12 @@ +{ + "slug": "dekstop", + "name": "dekstop", + "version": "0.5.0", + "source": "https://github.com/dekstop/vcvrackplugins_dekstop", + "download": "https://github.com/dekstop/vcvrackplugins_dekstop/releases", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file diff --git a/plugins/luckyxxl.json b/plugins/luckyxxl.json new file mode 100644 index 00000000..8cd956d9 --- /dev/null +++ b/plugins/luckyxxl.json @@ -0,0 +1,10 @@ +{ + "slug": "luckyxxl", + "name": "luckyxxl", + "version": "0.5.0", + "source": "https://github.com/luckyxxl/vcv_luckyxxl", + "download": "https://github.com/luckyxxl/vcv_luckyxxl/releases/", + "arch": [ + "win" + ] +} \ No newline at end of file diff --git a/plugins/mscHack.json b/plugins/mscHack.json new file mode 100644 index 00000000..a98a3876 --- /dev/null +++ b/plugins/mscHack.json @@ -0,0 +1,10 @@ +{ + "slug": "mscHack", + "name": "mscHack", + "version": "0.5.0", + "source": "https://github.com/mschack/VCV-Rack-Plugins", + "download": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/mscHack.zip", + "arch": [ + "win" + ] +} \ No newline at end of file diff --git a/plugins/trowaSoft.json b/plugins/trowaSoft.json new file mode 100644 index 00000000..1c8556ff --- /dev/null +++ b/plugins/trowaSoft.json @@ -0,0 +1,12 @@ +{ + "slug": "trowaSoft", + "name": "trowaSoft", + "version": "0.5.0", + "source": "https://github.com/j4s0n-c/trowaSoft-VCV", + "download": "http://www.geekasaurusrex.net/page/trowaSoft-Sequencer-Modules-for-VCV-Rack.aspx", + "arch": [ + "win", + "mac", + "lin" + ] +} \ No newline at end of file