From a409cecbdcee670e36a078482b7ceb8c2bdf875f Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Sun, 31 Dec 2017 23:20:29 -0500 Subject: [PATCH 01/41] Bogaudio: new release. --- plugins/Bogaudio.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/Bogaudio.json b/plugins/Bogaudio.json index e3e1c15f..ea9415d0 100644 --- a/plugins/Bogaudio.json +++ b/plugins/Bogaudio.json @@ -1,24 +1,24 @@ { "slug": "Bogaudio", "name": "Bogaudio", - "author": "bogaudio", + "author": "Matt Demanett", "license": "BSD 3-clause", - "version": "0.5.1", + "version": "0.5.2", "homepage": "https://github.com/bogaudio/BogaudioModules", "manual": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", "source": "https://github.com/bogaudio/BogaudioModules", "downloads": { "win": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.1/Bogaudio-0.5.1-win.zip", - "sha256": "bef6bde0d9353379226839b8d32d21a8ab31d096be8c23b9f913d967d7224ef1" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.2/Bogaudio-0.5.2-win.zip", + "sha256": "cb1539a4709d0e681a4e1f379e7296279e9e7ced9c0432701ccea1b69dcaaf9a" }, "lin": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.1/Bogaudio-0.5.1-lin.zip", - "sha256": "3673028cc3369a72e90cbf0ac838689138c2db77b4af33d8d6fac3febb61fa37" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.2/Bogaudio-0.5.2-lin.zip", + "sha256": "2724227d9a5a86749a4e6b34ad68ddf9798a185cc303aefaaf7f91efceb985a9" }, "mac": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.1/Bogaudio-0.5.1-mac.zip", - "sha256": "22a15b5fbd7f7581967fffe45e62d1853b853b8be26086bcc8c12108a377fdb8" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.2/Bogaudio-0.5.2-mac.zip", + "sha256": "7afd07007084603fbd0e317d3411df1f55f6ba609b31640ac7ef333c8ed44ddc" } } -} \ No newline at end of file +} From a29eb485cc28b803c39d834de93c1dde1b7f7ac6 Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Tue, 9 Jan 2018 01:07:40 -0500 Subject: [PATCH 02/41] Bogaudio 0.5.3 --- plugins/Bogaudio.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/Bogaudio.json b/plugins/Bogaudio.json index ea9415d0..fb9950e8 100644 --- a/plugins/Bogaudio.json +++ b/plugins/Bogaudio.json @@ -3,22 +3,22 @@ "name": "Bogaudio", "author": "Matt Demanett", "license": "BSD 3-clause", - "version": "0.5.2", + "version": "0.5.3", "homepage": "https://github.com/bogaudio/BogaudioModules", "manual": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", "source": "https://github.com/bogaudio/BogaudioModules", "downloads": { "win": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.2/Bogaudio-0.5.2-win.zip", - "sha256": "cb1539a4709d0e681a4e1f379e7296279e9e7ced9c0432701ccea1b69dcaaf9a" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-win.zip", + "sha256": "6f630cb44d44eadfee801b7311adfa6f1763849c9330d71d79e09a2ba8f32da4" }, "lin": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.2/Bogaudio-0.5.2-lin.zip", - "sha256": "2724227d9a5a86749a4e6b34ad68ddf9798a185cc303aefaaf7f91efceb985a9" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-lin.zip", + "sha256": "1c19120382ee3ad519dd5b834879221b78031b90cf17283e89c24d5930cd7f4d" }, "mac": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.2/Bogaudio-0.5.2-mac.zip", - "sha256": "7afd07007084603fbd0e317d3411df1f55f6ba609b31640ac7ef333c8ed44ddc" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-mac.zip", + "sha256": "161cb15fb7bd452338f482f11d13aeede139f9b6544f738c98e2d21da6a94d2d" } } } From d5bba7f25193f56bd20a5aa895ab71635953080f Mon Sep 17 00:00:00 2001 From: Jerry Sievert Date: Thu, 11 Jan 2018 20:20:08 -0800 Subject: [PATCH 03/41] add SynthKit (#177) --- plugins/SynthKit.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/SynthKit.json diff --git a/plugins/SynthKit.json b/plugins/SynthKit.json new file mode 100644 index 00000000..5279346a --- /dev/null +++ b/plugins/SynthKit.json @@ -0,0 +1,24 @@ +{ + "slug": "SynthKit", + "name": "SynthKit", + "author": "Jerry Sievert", + "license": "BSD 3-clause", + "version": "0.5.1", + "homepage": "https://github.com/JerrySievert/SynthKit/blob/master/README.md", + "manual": "https://github.com/JerrySievert/SynthKit/tree/master/docs", + "source": "https://github.com/JerrySievert/SynthKit", + "downloads": { + "win": { + "download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-win.zip", + "sha256": "2413f796437f537de606523dec78c6f0447fd0bee5680e3e4b21c441db54454d" + }, + "lin": { + "download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-lin.zip", + "sha256": "adc547247096c18736374b1c9d66676bcf76c3f36a03212e23825dc9d11da28c" + }, + "mac": { + "download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-mac.zip", + "sha256": "9aa2c710c5b9ea704d3a60a8319a13f292ae1540aeea18b0cc8e7d7885017dc3" + } + } +} From 4c43b22acfedffdc73ed470e75dd6d3ce35c788d Mon Sep 17 00:00:00 2001 From: NLnRi <34134965+NonLinearInstruments@users.noreply.github.com> Date: Fri, 12 Jan 2018 20:53:14 +0100 Subject: [PATCH 04/41] New module --- plugins/NonLinearInstruments.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/NonLinearInstruments.json b/plugins/NonLinearInstruments.json index 74de2484..a395af0b 100644 --- a/plugins/NonLinearInstruments.json +++ b/plugins/NonLinearInstruments.json @@ -3,22 +3,22 @@ "name": "Non Linear Instruments", "author": "NonLinearInstruments", "license": "BSD 3-clause", - "version": "0.5.1", + "version": "0.5.2", "homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", "manual": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", "source": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", "downloads": { "mac": { - "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.1/NonLinearInstruments-0.5.1-mac.zip", - "sha256": "a1151486477c70644210c5229cb15a29894065ba3495d8bf83a2541e3a3cdeb3" + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.2/NonLinearInstruments-0.5.2-mac.zip", + "sha256": "f54158193aa0f31c0ea9bd1e2861ad80f1a49545b9a7270cad0d536265da1e3e" }, "win": { - "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.1/NonLinearInstruments-0.5.1-win.zip", - "sha256": "fbec569b54d21dcd70cd64ac676ff7aa80c5e96806da25851a6ee8995ef78b3e" + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.2/NonLinearInstruments-0.5.2-win.zip", + "sha256": "cf6734555fcdaa7e4196ebe83056ba3d6958b4af3159adc3656bd8cbc7b128fb" }, "lin": { - "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.1/NonLinearInstruments-0.5.1-lin.zip", - "sha256": "fa6be52825bed83df002b431ebc8dd6f4cd799ef45c4e6808be02b998990e95a" + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.2/NonLinearInstruments-0.5.2-lin.zip", + "sha256": "681fc42efd3c10d7afd266a659dfb4cbf6ec71593d1bc3f939e68486d8ccd443" } } } From 24d785ee246712a9914ad5a043758ec8dc34efce Mon Sep 17 00:00:00 2001 From: andrewbest Date: Fri, 12 Jan 2018 13:36:16 -0800 Subject: [PATCH 05/41] Created Blamsoft-XFXReverb.json Blamsoft XFX Reverb 0.5.1 --- plugins/Blamsoft-XFXReverb.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/Blamsoft-XFXReverb.json diff --git a/plugins/Blamsoft-XFXReverb.json b/plugins/Blamsoft-XFXReverb.json new file mode 100644 index 00000000..dc37605c --- /dev/null +++ b/plugins/Blamsoft-XFXReverb.json @@ -0,0 +1,20 @@ +{ + "slug": "Blamsoft-XFXReverb", + "name": "XFX Reverb", + "author": "Blamsoft", + "license": "proprietary", + "version": "0.5.1", + "homepage": "http://blamsoft.com/vcv-rack/xfx-reverb", + "manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXReverbUserManual.pdf", + "downloads": { + "win": { + "productId": "753556324395" + }, + "mac": { + "productId": "753556324395" + }, + "lin": { + "productId": "753556324395" + } + } +} From dbb3d10b9c0c190b26d2a8a304e85067de2f2135 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 12 Jan 2018 16:40:03 -0500 Subject: [PATCH 06/41] Fix productId --- plugins/Blamsoft-XFXReverb.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/plugins/Blamsoft-XFXReverb.json b/plugins/Blamsoft-XFXReverb.json index dc37605c..1231b3a9 100644 --- a/plugins/Blamsoft-XFXReverb.json +++ b/plugins/Blamsoft-XFXReverb.json @@ -6,15 +6,5 @@ "version": "0.5.1", "homepage": "http://blamsoft.com/vcv-rack/xfx-reverb", "manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXReverbUserManual.pdf", - "downloads": { - "win": { - "productId": "753556324395" - }, - "mac": { - "productId": "753556324395" - }, - "lin": { - "productId": "753556324395" - } - } + "productId": "753556324395" } From 28329513cac6546109ceceecaa3bbc28349170db Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 14 Jan 2018 22:10:37 -0500 Subject: [PATCH 07/41] Fix sha256 for Qwelk --- plugins/Qwelk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Qwelk.json b/plugins/Qwelk.json index 5a54032a..2dad1f2a 100644 --- a/plugins/Qwelk.json +++ b/plugins/Qwelk.json @@ -8,11 +8,11 @@ "downloads": { "win": { "download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-win.zip?raw=true", - "sh256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" + "sha256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" }, "mac": { "download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-mac.zip?raw=true", - "sh256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" + "sha256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" } } } From 9a1f51051f1c0a27e44636f055628d804acba422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foulc?= <33777744+cfoulc@users.noreply.github.com> Date: Mon, 15 Jan 2018 15:33:51 +0000 Subject: [PATCH 08/41] Update cf.json --- plugins/cf.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/cf.json b/plugins/cf.json index 410fba7f..19401b7b 100644 --- a/plugins/cf.json +++ b/plugins/cf.json @@ -2,22 +2,22 @@ "slug": "cf", "name": "cf", "author": "clément foulc", - "version": "0.5.12", + "version": "0.5.13", "donation": "https://www.paypal.me/cfoulc", "source": "https://github.com/cfoulc/cf", "manual": "https://github.com/cfoulc/cf/blob/master/README.md", "downloads": { "win": { - "download": "https://github.com/cfoulc/cf/releases/download/0.5.12/cf-0.5.12-win.zip", - "sha256": "8c85910297a89e96028818572a571826d74da562c180455210a8bd51155a6c9b" + "download": "https://github.com/cfoulc/cf/releases/download/0.5.13/cf-0.5.13-win.zip", + "sha256": "bbf424aae8d1d313720059c2d478d2e3df6d88037d0fcbfe31e3296d4e160341" }, "mac": { - "download": "https://github.com/cfoulc/cf/releases/download/0.5.12/cf-0.5.12-mac.zip", - "sha256": "e9c528a5e543c87122b161eae669608c8095d186da45cafbc42ac138a709f41f" + "download": "https://github.com/cfoulc/cf/releases/download/0.5.13/cf-0.5.13-mac.zip", + "sha256": "bb8d54b8db7dc1d7f43b4fb006846843b60465a94e78e478a963e3b5edc5a8ca" }, "lin": { - "download": "https://github.com/cfoulc/cf/releases/download/0.5.12/cf-0.5.12-lin.zip", - "sha256": "08703da64c52d795ea1200f59602b513edaf3ec97896ed78a081da5b12fb6a04" + "download": "https://github.com/cfoulc/cf/releases/download/0.5.13/cf-0.5.13-lin.zip", + "sha256": "324142c3b7e5f25383af6f4d16ad617be480f50f6280088b501805d2f8eb8d06" } } } From 3a6a6642fa2224bc352d42a46e4f683cda98b082 Mon Sep 17 00:00:00 2001 From: "Nikolai V. Chr" Date: Wed, 17 Jan 2018 04:19:48 +0100 Subject: [PATCH 09/41] Create Autinn json (#182) Just a couple of small modules. :) --- plugins/Autinn.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/Autinn.json diff --git a/plugins/Autinn.json b/plugins/Autinn.json new file mode 100644 index 00000000..f331ce19 --- /dev/null +++ b/plugins/Autinn.json @@ -0,0 +1,19 @@ +{ + "slug": "Autinn", + "name": "Autinn", + "author": "Nikolai V. Chr.", + "license": "proprietary", + "version": "0.5.1.15", + "homepage": "https://github.com/NikolaiVChr/Autinn", + "manual": "https://github.com/NikolaiVChr/Autinn/blob/master/README.md", + "downloads": { + "win": { + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.15/Autinn-0.5.1.15-win.zip", + "sha256": "3e56560764e212eca1938f13f46868018fce97dc77dc87c606fd6a13d82afd8e" + }, + "lin": { + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.15/Autinn-0.5.1.15-lin.zip", + "sha256": "6e3c709e0652ada3fd4b72c701f0d7dfe47b433f38e80ec693fe59cca1133eb8" + } + } +} From 5e5050a00ea463b70d65b2b189de78d160399cbb Mon Sep 17 00:00:00 2001 From: matthewfriedrichs Date: Wed, 17 Jan 2018 02:27:09 -0500 Subject: [PATCH 10/41] Create HotBunny.json --- HotBunny.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 HotBunny.json diff --git a/HotBunny.json b/HotBunny.json new file mode 100644 index 00000000..31982df2 --- /dev/null +++ b/HotBunny.json @@ -0,0 +1,9 @@ + { + "slug": "HotBunny", + "name": "Hot Bunny", + "author": "Matthew Friedrichs", + "license": "proprietary", + "version": "0.5.1", + "manual": "https://github.com/matthewfriedrichs/HotBunnyManual/wiki/01.-Module-Overviews", + "productId": "802049556523" +} From 7b0a3b00adcdac35156cab1025772890814ec400 Mon Sep 17 00:00:00 2001 From: matthewfriedrichs Date: Wed, 17 Jan 2018 02:41:48 -0500 Subject: [PATCH 11/41] Delete HotBunny.json --- HotBunny.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 HotBunny.json diff --git a/HotBunny.json b/HotBunny.json deleted file mode 100644 index 31982df2..00000000 --- a/HotBunny.json +++ /dev/null @@ -1,9 +0,0 @@ - { - "slug": "HotBunny", - "name": "Hot Bunny", - "author": "Matthew Friedrichs", - "license": "proprietary", - "version": "0.5.1", - "manual": "https://github.com/matthewfriedrichs/HotBunnyManual/wiki/01.-Module-Overviews", - "productId": "802049556523" -} From 981527161a3260423886eaad83ac12631faaf4f5 Mon Sep 17 00:00:00 2001 From: matthewfriedrichs Date: Wed, 17 Jan 2018 02:42:05 -0500 Subject: [PATCH 12/41] Create HotBunny.json --- plugins/HotBunny.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/HotBunny.json diff --git a/plugins/HotBunny.json b/plugins/HotBunny.json new file mode 100644 index 00000000..dc2cc03f --- /dev/null +++ b/plugins/HotBunny.json @@ -0,0 +1,10 @@ + + { + "slug": "HotBunny", + "name": "Hot Bunny", + "author": "Matthew Friedrichs", + "license": "proprietary", + "version": "0.5.1", + "manual": "https://github.com/matthewfriedrichs/HotBunnyManual/wiki/01.-Module-Overviews", + "productId": "802049556523" +} From 9445d988bd214c17ad7b1ef5deea641ce2b105ac Mon Sep 17 00:00:00 2001 From: andrewbest Date: Wed, 17 Jan 2018 11:27:18 -0800 Subject: [PATCH 13/41] Created Blamsoft-XFXDistortionPack.json --- plugins/Blamsoft-XFXDistortionPack.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/Blamsoft-XFXDistortionPack.json diff --git a/plugins/Blamsoft-XFXDistortionPack.json b/plugins/Blamsoft-XFXDistortionPack.json new file mode 100644 index 00000000..ada2d92d --- /dev/null +++ b/plugins/Blamsoft-XFXDistortionPack.json @@ -0,0 +1,20 @@ +{ + "slug": "Blamsoft-XFXDistortionPack", + "name": "XFX Distortion Pack", + "author": "Blamsoft", + "license": "proprietary", + "version": "0.5.1", + "homepage": "http://blamsoft.com/vcv-rack/xfx-distortion-pack", + "manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXDistortionPackUserManual.pdf", + "downloads": { + "win": { + "productId": "800730710059" + }, + "mac": { + "productId": "800730710059" + }, + "lin": { + "productId": "800730710059" + } + } +} From fb2b5e0586e0505ad5ffaed49452f3cb2e6827c1 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 17 Jan 2018 20:59:29 -0500 Subject: [PATCH 14/41] Fix productId --- plugins/Blamsoft-XFXDistortionPack.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/plugins/Blamsoft-XFXDistortionPack.json b/plugins/Blamsoft-XFXDistortionPack.json index ada2d92d..3b274045 100644 --- a/plugins/Blamsoft-XFXDistortionPack.json +++ b/plugins/Blamsoft-XFXDistortionPack.json @@ -6,15 +6,5 @@ "version": "0.5.1", "homepage": "http://blamsoft.com/vcv-rack/xfx-distortion-pack", "manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXDistortionPackUserManual.pdf", - "downloads": { - "win": { - "productId": "800730710059" - }, - "mac": { - "productId": "800730710059" - }, - "lin": { - "productId": "800730710059" - } - } + "productId": "800730710059" } From d7a310049a086e7fb687774904a77ea14a0028ad Mon Sep 17 00:00:00 2001 From: andrewbest Date: Wed, 17 Jan 2018 18:00:36 -0800 Subject: [PATCH 15/41] Updated Blamsoft-XFXReverb.json version (#184) --- plugins/Blamsoft-XFXReverb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Blamsoft-XFXReverb.json b/plugins/Blamsoft-XFXReverb.json index 1231b3a9..ac71425f 100644 --- a/plugins/Blamsoft-XFXReverb.json +++ b/plugins/Blamsoft-XFXReverb.json @@ -3,7 +3,7 @@ "name": "XFX Reverb", "author": "Blamsoft", "license": "proprietary", - "version": "0.5.1", + "version": "0.5.2", "homepage": "http://blamsoft.com/vcv-rack/xfx-reverb", "manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXReverbUserManual.pdf", "productId": "753556324395" From b7a691f50ddf105156c7ee77f143581f2cd2b494 Mon Sep 17 00:00:00 2001 From: bidoo Date: Thu, 18 Jan 2018 13:11:38 +0100 Subject: [PATCH 16/41] Update bidoo.json 0.5.17 win and lin --- plugins/Bidoo.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/plugins/Bidoo.json b/plugins/Bidoo.json index d19f3f4b..a8d5fd79 100644 --- a/plugins/Bidoo.json +++ b/plugins/Bidoo.json @@ -2,23 +2,19 @@ "slug": "Bidoo", "name": "bid°°", "author": "sebastien-bouffier", - "version": "0.5.16", + "version": "0.5.17", "license": "BSD 3-clause", "donation": "https://paypal.me/sebastienbouffier", "manual": "https://github.com/sebastien-bouffier/Bidoo/wiki", "source": "https://github.com/sebastien-bouffier/Bidoo", "downloads": { "win": { - "download": "https://github.com/sebastien-bouffier/Bidoo/files/1609276/Bidoo-0.5.16-win.zip", - "sha256": "3b51231384aea2105554f0d47d1fb4609630da495030844c88a3219101b2a30e" + "download": "https://github.com/sebastien-bouffier/Bidoo/files/1640835/Bidoo-0.5.17-win.zip", + "sha256": "39936f2ed0c00fa54c59e1dcca13b4da9477577bc69ca4968d67a03a172eb324" }, "lin": { - "download": "https://github.com/sebastien-bouffier/Bidoo/files/1609835/Bidoo-0.5.16-lin.zip", - "sha256": "e4881f12111fa819c7dc7297975f46c015998c64de749a90f21c7eb930fdbdda" - }, - "mac": { - "download": "https://github.com/sebastien-bouffier/Bidoo/files/1614505/Bidoo-0.5.16-mac.zip", - "sha256": "062c9a53d3891de7892f1a2afbcda411a394d5e55376897cca2e146c90defaf8" + "download": "https://github.com/sebastien-bouffier/Bidoo/files/1640880/Bidoo-0.5.17-lin.zip", + "sha256": "82d3e37eda91b14e658b46a23e320cfeacd707b1f57907ad7529e9fab33a1068" } } } From b2b183f90693e6e2a1f224f47bed00e4e5b7b7e8 Mon Sep 17 00:00:00 2001 From: bidoo Date: Fri, 19 Jan 2018 09:53:57 +0100 Subject: [PATCH 17/41] add mac distrib for 0.5.17 (#186) --- plugins/Bidoo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/Bidoo.json b/plugins/Bidoo.json index a8d5fd79..2618a5a8 100644 --- a/plugins/Bidoo.json +++ b/plugins/Bidoo.json @@ -15,6 +15,10 @@ "lin": { "download": "https://github.com/sebastien-bouffier/Bidoo/files/1640880/Bidoo-0.5.17-lin.zip", "sha256": "82d3e37eda91b14e658b46a23e320cfeacd707b1f57907ad7529e9fab33a1068" + }, + "mac": { + "download": "https://github.com/sebastien-bouffier/Bidoo/files/1645750/Bidoo-0.5.17-mac.zip", + "sha256": "a22bea407068ad60bfb2b1d8ba6dba94e2c607252f47ce2e977f10db7d405a81" } } } From be4d03fd430b420dd093c207d802a500421ede7c Mon Sep 17 00:00:00 2001 From: Freddy <34798768+AScustomWorks@users.noreply.github.com> Date: Sat, 20 Jan 2018 00:54:40 -0600 Subject: [PATCH 18/41] New release 0.5.4 (#187) --- plugins/AS.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/AS.json b/plugins/AS.json index b6b7e9e9..d5ab0274 100644 --- a/plugins/AS.json +++ b/plugins/AS.json @@ -3,23 +3,23 @@ "name": "AS", "author": "Alfredo Santamaria", "license": "MIT License", - "version": "0.5.3", + "version": "0.5.4", "homepage": "https://github.com/AScustomWorks/AS", "donation": "https://www.paypal.me/frederius/", "manual": "https://github.com/AScustomWorks/AS/blob/master/README.md", "source": "https://github.com/AScustomWorks/AS", "downloads": { "win": { - "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.3/AS-0.5.3-win.zip", - "sha256": "d7ee1f1ba5ceae23a91fc8464eea37dc0e14de6b9c4b41efe5810ae4dc9644e3" + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.4/AS-0.5.4-win.zip", + "sha256": "0a273330e37f6a1a318e927c7caf4504fd5ebd468c37061f94c4799762276470" }, "lin": { - "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.3/AS-0.5.3-lin.zip", - "sha256": "53d6d9926893a3ac6c583e48cec82fce88855d8b358a4b8a6e71d72787cdb90e" + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.4/AS-0.5.4-lin.zip", + "sha256": "b97578e2c713564c76974d9519e845d44a5a99389b7ffb7eb7ef64d1f6cdebc4" }, "mac": { - "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.3/AS-0.5.3-mac.zip", - "sha256": "d0918685543fa4e0dd6756bc15073a207f5ae261034b540701b8b24fbfa4abd2" + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.4/AS-0.5.4-mac.zip", + "sha256": "bc2b36cc76012e93528fc6f20a9486fc9a6ae81b2d075f38a5fe2e28032973fe" } } } From d2064d699da65495c36ac6e1cf643795af41d148 Mon Sep 17 00:00:00 2001 From: nysthi <33201978+nysthi@users.noreply.github.com> Date: Sun, 21 Jan 2018 03:30:41 +0100 Subject: [PATCH 19/41] 0.5.12 adding 5 modules --- plugins/NYSTHI.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/NYSTHI.json b/plugins/NYSTHI.json index 28346e07..35bcb858 100644 --- a/plugins/NYSTHI.json +++ b/plugins/NYSTHI.json @@ -1,21 +1,21 @@ { "slug": "NYSTHI", "name": "NYSTHI", - "version": "0.5.11", + "version": "0.5.12", "homepage": "https://github.com/nysthi/nysthi", "manual": "https://github.com/nysthi/nysthi/blob/master/README.md", "downloads": { "win": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", - "sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.12/NYSTHI.zip", + "sha256": "060edcc9b9b7d9ea99478ef8f5ef2ad5006da479c2b03e1c885bb2d81bf2de4d" }, "mac": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", - "sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.12/NYSTHI.zip", + "sha256": "060edcc9b9b7d9ea99478ef8f5ef2ad5006da479c2b03e1c885bb2d81bf2de4d" }, "lin": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", - "sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.12/NYSTHI.zip", + "sha256": "060edcc9b9b7d9ea99478ef8f5ef2ad5006da479c2b03e1c885bb2d81bf2de4d" } } } From 5bf2acad766f380cd4655c786d4ba0244865163b Mon Sep 17 00:00:00 2001 From: Phal-anx <31989694+Phal-anx@users.noreply.github.com> Date: Sun, 21 Jan 2018 14:06:11 +0100 Subject: [PATCH 20/41] Update MSM.json --- plugins/MSM.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/plugins/MSM.json b/plugins/MSM.json index 9e2e1aa4..5daacbfd 100644 --- a/plugins/MSM.json +++ b/plugins/MSM.json @@ -2,21 +2,20 @@ "slug": "MSM", "name": "MSM", "author": "Phal-anx", - "version": "0.5.5", + "version": "0.5.6", "manual": "https://github.com/Phal-anx/MSM/blob/master/Help/MSM%20Help.pdf", - "source": "https://github.com/Phal-anx/MSM", "downloads": { "win": { - "download": "https://github.com/Phal-anx/MSM/releases/download/0.5.5/MSM-0.5.5-win.zip", - "sha256": "8090263893d1219c6d521f6a9039e5c2dd0c37ee351ea260f85f00ce8238ee90" + "download": "https://github.com/Phal-anx/MSM/releases/download/0.5.6/MSM-0.5.6-win.zip", + "sha256": "f645342f8c1d87fd436bb3fb672cc5ba8abe000685846017f003aebcfe8b93f5" }, "mac": { - "download": "https://github.com/Phal-anx/MSM/releases/download/0.5.5/MSM-0.5.5-mac.zip", - "sha256": "03336c856fc6c1dda7d3ba099665cc5de9e25a9d6cec3fa2440f235b5c5b2115" + "download": "https://github.com/Phal-anx/MSM/releases/download/0.5.6/MSM-0.5.6-mac.zip", + "sha256": "3c58060e2db3167611f8f51afc32eebfc522fbef21cd63fbde80132eadd7c561" }, "lin": { - "download": "https://github.com/Phal-anx/MSM/releases/download/0.5.5/MSM-0.5.5-lin.zip", - "sha256": "07ec99e12bec81b9e0fcdc3f76df4fac6e426ede62ceb867924e3ed6e04c38f6" + "download": "https://github.com/Phal-anx/MSM/releases/download/0.5.6/MSM-0.5.6-lin.zip", + "sha256": "d0b710065f4497046cd8a9a1dac8aeb45dbde9ddac1162051e5924f89fa7e465" } } } From e734340822ec4048e293166c1e45dce8d269a9b7 Mon Sep 17 00:00:00 2001 From: Phal-anx <31989694+Phal-anx@users.noreply.github.com> Date: Sun, 21 Jan 2018 15:18:06 +0100 Subject: [PATCH 21/41] Update MSM.json --- plugins/MSM.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MSM.json b/plugins/MSM.json index 5daacbfd..380d000f 100644 --- a/plugins/MSM.json +++ b/plugins/MSM.json @@ -15,7 +15,7 @@ }, "lin": { "download": "https://github.com/Phal-anx/MSM/releases/download/0.5.6/MSM-0.5.6-lin.zip", - "sha256": "d0b710065f4497046cd8a9a1dac8aeb45dbde9ddac1162051e5924f89fa7e465" + "sha256": "7a3062206afb4fb44929a04ed3844978b1f14ac232f8219328ae387b00fb812b" } } } From d2585e14904ccf4d4ac5cbb9d1f9e2e80300e419 Mon Sep 17 00:00:00 2001 From: NLnRi <34134965+NonLinearInstruments@users.noreply.github.com> Date: Sun, 21 Jan 2018 19:59:53 +0100 Subject: [PATCH 22/41] Update NonLinearInstruments.json (#189) --- plugins/NonLinearInstruments.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/NonLinearInstruments.json b/plugins/NonLinearInstruments.json index a395af0b..f3d24160 100644 --- a/plugins/NonLinearInstruments.json +++ b/plugins/NonLinearInstruments.json @@ -3,22 +3,22 @@ "name": "Non Linear Instruments", "author": "NonLinearInstruments", "license": "BSD 3-clause", - "version": "0.5.2", + "version": "0.5.3", "homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", "manual": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", "source": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", "downloads": { "mac": { - "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.2/NonLinearInstruments-0.5.2-mac.zip", - "sha256": "f54158193aa0f31c0ea9bd1e2861ad80f1a49545b9a7270cad0d536265da1e3e" + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.3/NonLinearInstruments-0.5.3-mac.zip", + "sha256": "127ae5e6ea9748fb1d577305427cbaf5114de448995f8a252adc70709308b3b5" }, "win": { - "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.2/NonLinearInstruments-0.5.2-win.zip", - "sha256": "cf6734555fcdaa7e4196ebe83056ba3d6958b4af3159adc3656bd8cbc7b128fb" + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.3/NonLinearInstruments-0.5.3-win.zip", + "sha256": "27d332f54177a8cb629889db883c574fe02dc6e4278611cfc09c24dad8d2fac4" }, "lin": { - "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.2/NonLinearInstruments-0.5.2-lin.zip", - "sha256": "681fc42efd3c10d7afd266a659dfb4cbf6ec71593d1bc3f939e68486d8ccd443" + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.3/NonLinearInstruments-0.5.3-lin.zip", + "sha256": "e23b29d68c6c69bc4ae5fcdf4fc72f788a14c648ef63bbf017a906878c2a5a4b" } } } From 25cdcccf21bdd5ebb2709102fbd7c627b8167cc5 Mon Sep 17 00:00:00 2001 From: "Nikolai V. Chr" Date: Mon, 22 Jan 2018 10:46:36 +0100 Subject: [PATCH 23/41] Update Autinn plugin to 0.5.1.18 --- plugins/Autinn.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/Autinn.json b/plugins/Autinn.json index f331ce19..dbbf787d 100644 --- a/plugins/Autinn.json +++ b/plugins/Autinn.json @@ -3,17 +3,17 @@ "name": "Autinn", "author": "Nikolai V. Chr.", "license": "proprietary", - "version": "0.5.1.15", + "version": "0.5.1.18", "homepage": "https://github.com/NikolaiVChr/Autinn", "manual": "https://github.com/NikolaiVChr/Autinn/blob/master/README.md", "downloads": { "win": { - "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.15/Autinn-0.5.1.15-win.zip", - "sha256": "3e56560764e212eca1938f13f46868018fce97dc77dc87c606fd6a13d82afd8e" + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.18/Autinn-0.5.1.18-win.zip", + "sha256": "6898172d6efb0d850d6802dcc923034fbe19fea6abbde8d6412a1478faaeb700" }, "lin": { - "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.15/Autinn-0.5.1.15-lin.zip", - "sha256": "6e3c709e0652ada3fd4b72c701f0d7dfe47b433f38e80ec693fe59cca1133eb8" + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.18/Autinn-0.5.1.18-lin.zip", + "sha256": "581a305bb98bcb500a9170fddef87a1191a6fbde0fbb41f6967bab8d0ecd561f" } } } From c1589777a47992100e905406e2e360dba6017ada Mon Sep 17 00:00:00 2001 From: Jon Williams Date: Mon, 22 Jan 2018 09:27:41 -0500 Subject: [PATCH 24/41] Added Mac version of RTL_SDR plugin --- plugins/PulsumQuadratum-rtlsdr.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/PulsumQuadratum-rtlsdr.json diff --git a/plugins/PulsumQuadratum-rtlsdr.json b/plugins/PulsumQuadratum-rtlsdr.json new file mode 100644 index 00000000..83fb84c9 --- /dev/null +++ b/plugins/PulsumQuadratum-rtlsdr.json @@ -0,0 +1,17 @@ +{ + "slug": "PulsumQuadratum-rtlsdr", + "name": "Pulsum Quadratum RTL_SDR", + "author": "Jon Williams", + "license": "GPL-2", + "version": "0.5.0", + "homepage": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", + "donation": "https://www.paypal.me/wizardishungry", + "manual": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", + "source": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", + "downloads": { + "mac": { + "download": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/releases/download/v0.5.0/rtlsdr-0.5.0-mac.zip", + "sha256": "d8f3dcf2fa5ed8cf65555b41e55937e57b2abaf13211dbbd1c79bcfd1e67a8f2" + } + } +} From 8795789e87549c218c1743a9c4d2139b9caf3138 Mon Sep 17 00:00:00 2001 From: Jon Williams Date: Mon, 22 Jan 2018 09:42:18 -0500 Subject: [PATCH 25/41] Added SPDX license list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10dbde73..40a6f6d9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Keys with * are required. - **name**: Human-readable display name for your plugin. Defaults to the slug if omitted. May change on a whim. - **author**: Your name, company, alias, or GitHub username, whichever you prefer - **version**\*: Your plugin's version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. -- **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved. +- **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved. See [SPDX license list](https://spdx.org/licenses/) for abbreviations. - **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL. - **donation**: URL of your donation page. Use this to provide a URL to users who wish to donate. - **manual**: URL of the manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine. From d818e5c887e7cbd3088384a61d258b75604394df Mon Sep 17 00:00:00 2001 From: Jon Williams Date: Mon, 22 Jan 2018 10:17:25 -0500 Subject: [PATCH 26/41] rebuilt plugin to make sure slug matched directory name --- plugins/PulsumQuadratum-rtlsdr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PulsumQuadratum-rtlsdr.json b/plugins/PulsumQuadratum-rtlsdr.json index 83fb84c9..8fe15698 100644 --- a/plugins/PulsumQuadratum-rtlsdr.json +++ b/plugins/PulsumQuadratum-rtlsdr.json @@ -10,8 +10,8 @@ "source": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", "downloads": { "mac": { - "download": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/releases/download/v0.5.0/rtlsdr-0.5.0-mac.zip", - "sha256": "d8f3dcf2fa5ed8cf65555b41e55937e57b2abaf13211dbbd1c79bcfd1e67a8f2" + "download": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/releases/download/v0.5.0/PulsumQuadratum-rtlsdr-0.5.0-mac.zip", + "sha256": "9fc05f4c7c41d56c6c1ef417e6ea107a47d8d0d424e999e1b80edb490a9e1904" } } } From 9d7a6959b6e44f4aa9ffdcc311d1e74e233cdb22 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 22 Jan 2018 11:19:16 -0500 Subject: [PATCH 27/41] Change wording in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a6f6d9..4c19ebb2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Keys with * are required. - **name**: Human-readable display name for your plugin. Defaults to the slug if omitted. May change on a whim. - **author**: Your name, company, alias, or GitHub username, whichever you prefer - **version**\*: Your plugin's version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. -- **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved. See [SPDX license list](https://spdx.org/licenses/) for abbreviations. +- **license**: The license type of your plugin. Use "proprietary" if all rights are reserved. If your license is in the [SPDX license list](https://spdx.org/licenses/), use its abbreviation in the "Identifier" column. - **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL. - **donation**: URL of your donation page. Use this to provide a URL to users who wish to donate. - **manual**: URL of the manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine. From 352f83934ee1522aad0e7c974e74d781effe05db Mon Sep 17 00:00:00 2001 From: andrewbest Date: Mon, 22 Jan 2018 18:37:37 -0800 Subject: [PATCH 28/41] Create Blamsoft-XFXF35.json (#195) * Create Blamsoft-XFXF35.json * Changed Blamsoft-XFXF35 version to 0.5.2 --- plugins/Blamsoft-XFXF35.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/Blamsoft-XFXF35.json diff --git a/plugins/Blamsoft-XFXF35.json b/plugins/Blamsoft-XFXF35.json new file mode 100644 index 00000000..8582c845 --- /dev/null +++ b/plugins/Blamsoft-XFXF35.json @@ -0,0 +1,10 @@ +{ + "slug": "Blamsoft-XFXF35", + "name": "XFX F-35", + "author": "Blamsoft", + "license": "proprietary", + "version": "0.5.2", + "homepage": "http://blamsoft.com/vcv-rack/xfx-f-35", + "manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXF35UserManual.pdf", + "productId": "866262974507" +} From 1e18cec93e97218909096e1ecef35a7099855bcf Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Wed, 24 Jan 2018 02:21:23 -0500 Subject: [PATCH 29/41] Bogaudio new release. --- plugins/Bogaudio.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/Bogaudio.json b/plugins/Bogaudio.json index fb9950e8..e4558b00 100644 --- a/plugins/Bogaudio.json +++ b/plugins/Bogaudio.json @@ -3,22 +3,22 @@ "name": "Bogaudio", "author": "Matt Demanett", "license": "BSD 3-clause", - "version": "0.5.3", + "version": "0.5.4", "homepage": "https://github.com/bogaudio/BogaudioModules", "manual": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", "source": "https://github.com/bogaudio/BogaudioModules", "downloads": { "win": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-win.zip", - "sha256": "6f630cb44d44eadfee801b7311adfa6f1763849c9330d71d79e09a2ba8f32da4" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/0.5.4/Bogaudio-0.5.4-win.zip", + "sha256": "5be75d6790bab493c51508206f4dffa784fb4aded3d7278944aa837eafc93c8d" }, "lin": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-lin.zip", - "sha256": "1c19120382ee3ad519dd5b834879221b78031b90cf17283e89c24d5930cd7f4d" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/0.5.4/Bogaudio-0.5.4-lin.zip", + "sha256": "856c62c972a75c28992769cf43eee013e07ae0ad75ff2cae5428c61bcd48d250" }, "mac": { - "download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-mac.zip", - "sha256": "161cb15fb7bd452338f482f11d13aeede139f9b6544f738c98e2d21da6a94d2d" + "download": "https://github.com/bogaudio/BogaudioModules/releases/download/0.5.4/Bogaudio-0.5.4-mac.zip", + "sha256": "6ddd7cf71b55c148a28d2a9ee7693ff6cfc4135af2c9bd20607aae0017ebb5d4" } } } From 4d84d5888586f8a58e77018c03ce5d49804d2999 Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Wed, 24 Jan 2018 17:41:28 -0800 Subject: [PATCH 30/41] Create FrozenWasteland.json (#197) * Create FrozenWasteland.json * Update FrozenWasteland.json --- plugins/FrozenWasteland.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugins/FrozenWasteland.json diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json new file mode 100644 index 00000000..0395701f --- /dev/null +++ b/plugins/FrozenWasteland.json @@ -0,0 +1,23 @@ +{ + "slug": "FrozenWasteland", + "name": "Frozen Wasteland", + "author": "almostEric", + "license": "CC0 1.0 Universal", + "version": "0.5.0", + "homepage": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", + "source": "https://github.com/almostEric/FrozenWasteland", + "downloads": { + "win": { + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-win.zip", + "sha256": "6f4407e68f0ebe470c33a9af3ff69b1826478a9c321ff7a86d0897b74c238add" + }, + "lin": { + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-lin.zip", + "sha256": "8ba6fad7c7f5684730470a154ed80b8e520508abeeb384aa56d3263c91f326f1" + }, + "mac": { + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-mac.zip", + "sha256": "e15fb0a2d46f1cce022abbe32700c940fb2e3da3c1d32b8476923207d7f0b0ff" + } + } +} From cba55f29cb92658cd55890a59c9b714a595ae54d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 24 Jan 2018 21:02:33 -0500 Subject: [PATCH 31/41] Disable FrozenWasteland --- plugins/FrozenWasteland.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 0395701f..3576adc9 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -19,5 +19,6 @@ "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-mac.zip", "sha256": "e15fb0a2d46f1cce022abbe32700c940fb2e3da3c1d32b8476923207d7f0b0ff" } - } + }, + "disabled": true } From c7218dc7200ab7785c0756c351c37176bc160e32 Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Wed, 24 Jan 2018 18:17:07 -0800 Subject: [PATCH 32/41] Update FrozenWasteland.json fixed windows download --- plugins/FrozenWasteland.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 3576adc9..175527c3 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -9,7 +9,7 @@ "downloads": { "win": { "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-win.zip", - "sha256": "6f4407e68f0ebe470c33a9af3ff69b1826478a9c321ff7a86d0897b74c238add" + "sha256": "f35e7fd73e604a090610a3900bb21e77fb4ddd1720b3bde83387fc99787fa130" }, "lin": { "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-lin.zip", From 1bd28b89a4256779e33ec57e84318effc09324c9 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 24 Jan 2018 21:21:01 -0500 Subject: [PATCH 33/41] Revert "Disable FrozenWasteland" This reverts commit cba55f29cb92658cd55890a59c9b714a595ae54d. --- plugins/FrozenWasteland.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 175527c3..a2977de5 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -19,6 +19,5 @@ "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-mac.zip", "sha256": "e15fb0a2d46f1cce022abbe32700c940fb2e3da3c1d32b8476923207d7f0b0ff" } - }, - "disabled": true + } } From d85152a128806800c5c1995c7ac57255b6496aa6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 24 Jan 2018 21:25:04 -0500 Subject: [PATCH 34/41] Disable FrozenWasteland again --- plugins/FrozenWasteland.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index a2977de5..175527c3 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -19,5 +19,6 @@ "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-mac.zip", "sha256": "e15fb0a2d46f1cce022abbe32700c940fb2e3da3c1d32b8476923207d7f0b0ff" } - } + }, + "disabled": true } From 587c34e7749a693adac7482c03327e78737d9038 Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Wed, 24 Jan 2018 18:38:32 -0800 Subject: [PATCH 35/41] Update FrozenWasteland.json (#199) --- plugins/FrozenWasteland.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 175527c3..f1c6fd47 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -9,7 +9,7 @@ "downloads": { "win": { "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-win.zip", - "sha256": "f35e7fd73e604a090610a3900bb21e77fb4ddd1720b3bde83387fc99787fa130" + "sha256": "950056760da3d2f6e9cb92ae4ffd8d4acd0d4541cc0e0d7af719448058a7ae0c" }, "lin": { "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-lin.zip", From d3bf713670231b934fe43b1ba3e10f0dc8d0797a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 24 Jan 2018 21:38:51 -0500 Subject: [PATCH 36/41] Enable FrozenWasteland --- plugins/FrozenWasteland.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index f1c6fd47..b8a6cd52 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -19,6 +19,5 @@ "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-mac.zip", "sha256": "e15fb0a2d46f1cce022abbe32700c940fb2e3da3c1d32b8476923207d7f0b0ff" } - }, - "disabled": true + } } From a4de80a7b0a95b372d98bd9ffa94d20253385e8c Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Thu, 25 Jan 2018 19:06:02 -0800 Subject: [PATCH 37/41] Update FrozenWasteland.json (#203) --- plugins/FrozenWasteland.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index b8a6cd52..bd48a1dd 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -3,21 +3,21 @@ "name": "Frozen Wasteland", "author": "almostEric", "license": "CC0 1.0 Universal", - "version": "0.5.0", + "version": "0.5.1", "homepage": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "source": "https://github.com/almostEric/FrozenWasteland", "downloads": { "win": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-win.zip", - "sha256": "950056760da3d2f6e9cb92ae4ffd8d4acd0d4541cc0e0d7af719448058a7ae0c" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.1/FrozenWasteland-0.5.1-win.zip", + "sha256": "428742f1bada58554ef9a4bddd00139678fa91d784736e66b089afe2b76e8593" }, "lin": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-lin.zip", - "sha256": "8ba6fad7c7f5684730470a154ed80b8e520508abeeb384aa56d3263c91f326f1" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.1/FrozenWasteland-0.5.1-lin.zip", + "sha256": "09bb9e2c7fb81fbffcef4b438adfc5580e0e5a02a07a6a39a900c4aac0a67b3d" }, "mac": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.0/FrozenWasteland-0.5.0-mac.zip", - "sha256": "e15fb0a2d46f1cce022abbe32700c940fb2e3da3c1d32b8476923207d7f0b0ff" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.1/FrozenWasteland-0.5.1-mac.zip", + "sha256": "acec337b07ba2ef5f7acda18d486e7f6d057fa383cff2adf894dc47b5cd96ac3" } } } From 7e0bcf9bac55bfb569faf9fd1aced48f353e9241 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 26 Jan 2018 14:25:40 -0500 Subject: [PATCH 38/41] Add Alikins.json (#204) --- plugins/Alikins.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/Alikins.json diff --git a/plugins/Alikins.json b/plugins/Alikins.json new file mode 100644 index 00000000..18adfb88 --- /dev/null +++ b/plugins/Alikins.json @@ -0,0 +1,24 @@ +{ + "slug": "Alikins", + "name": "Alikins", + "author": "Adrian Likins", + "license": "BSD 3-Clause 'New' or 'Revised' License", + "version": "0.5.1", + "homepage": "https://github.com/alikins/Alikins-rack-plugins", + "manual": "https://github.com/alikins/Alikins-rack-plugins", + "source": "https://github.com/alikins/Alikins-rack-plugins", + "downloads": { + "lin": { + "download": "https://github.com/alikins/Alikins-rack-plugins/releases/download/v0.5.1/Alikins-0.5.1-lin.zip", + "sha256": "cedd0dd99570ffaa99fc99b244078583ed997ae6990b37102215574350cfebcb" + }, + "mac": { + "download": "https://github.com/alikins/Alikins-rack-plugins/releases/download/v0.5.1/Alikins-0.5.1-mac.zip", + "sha256": "14a90e659638efc34c9a69ea2e670024d6e783b6f03247984d1e842af439ea5d" + }, + "win": { + "download": "https://github.com/alikins/Alikins-rack-plugins/releases/download/v0.5.1/Alikins-0.5.1-win.zip", + "sha256": "31fbe10ec522acc0380b5b6759cbbd3bec7fdf880239d6a4cec049fbc1c5169e" + } + } +} From eeb657bd6285efe87e7e6a88376c8346c005250f Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Fri, 26 Jan 2018 13:38:52 -0800 Subject: [PATCH 39/41] Update FrozenWasteland.json (#205) fixed startup crash in QER --- plugins/FrozenWasteland.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index bd48a1dd..6d4f4cbd 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -8,16 +8,16 @@ "source": "https://github.com/almostEric/FrozenWasteland", "downloads": { "win": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.1/FrozenWasteland-0.5.1-win.zip", - "sha256": "428742f1bada58554ef9a4bddd00139678fa91d784736e66b089afe2b76e8593" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.2/FrozenWasteland-0.5.2-win.zip", + "sha256": "3a5ab83e02543f06aa67f5e158d9e6c4931fe829a07a4ec5efb8fa50c5c2edb6" }, "lin": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.1/FrozenWasteland-0.5.1-lin.zip", - "sha256": "09bb9e2c7fb81fbffcef4b438adfc5580e0e5a02a07a6a39a900c4aac0a67b3d" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.2/FrozenWasteland-0.5.2-lin.zip", + "sha256": "e77793adff92a4a18e93463d24a40ff806d744fa20918ac05b55b21740c4837a" }, "mac": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.1/FrozenWasteland-0.5.1-mac.zip", - "sha256": "acec337b07ba2ef5f7acda18d486e7f6d057fa383cff2adf894dc47b5cd96ac3" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.2/FrozenWasteland-0.5.2-mac.zip", + "sha256": "e2aeaa91f93f4c90fa39cc87bce9254f8ebb42b21242b0dd6fcd079580796397" } } } From 5ee8d8578c7e99a138c4dd947b0ccceac5db06ed Mon Sep 17 00:00:00 2001 From: martin-lueders <31972064+martin-lueders@users.noreply.github.com> Date: Fri, 26 Jan 2018 22:01:43 +0000 Subject: [PATCH 40/41] Update ML_modules.json (#206) --- plugins/ML_modules.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/ML_modules.json b/plugins/ML_modules.json index 44e1fd91..3c65febe 100644 --- a/plugins/ML_modules.json +++ b/plugins/ML_modules.json @@ -3,19 +3,19 @@ "name": "ML modules", "author": "Martin Lueders", "license": "BSD 3-clause", - "version": "0.5.3", + "version": "0.5.4", "homepage": "https://github.com/martin-lueders/ML_modules", "donation": "https://paypal.me/MartinLueders", "source": "https://github.com/martin-lueders/ML_modules", "manual": "https://github.com/martin-lueders/ML_modules/wiki", "downloads": { "win": { - "download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.3/ML_modules-0.5.3-win.zip", - "sha256": "eb3d7ee50d7babc60d4a676da9be5019f45c32bfefe1683bddf3b5d0dc034ec1" + "download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.4/ML_modules-0.5.4-win.zip", + "sha256": "a6592e002931c428dfbab92f75219fd9ee9733f7493533591f44eb5b4f17866d" }, "mac": { - "download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.3/ML_modules-0.5.3-mac.zip", - "sha256": "0f02f6f4277967e3b92e2616f2c6d575e2cceb2a6908f97a6e993f660b273cc3" + "download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.4/ML_modules-0.5.4-mac.zip", + "sha256": "fb17c386d1da565c3714ed402c6de02604ccba010fca9e7f6af55ce87cd78c59" } } } From 0a10725f33611e2e57da834f12873d44b2a1ec0f Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Fri, 26 Jan 2018 20:20:15 -0800 Subject: [PATCH 41/41] Update FrozenWasteland.json (#207) Fixed QER startup bug for reals, plus a couple other minor bugs Added Seriously Slow LFO --- plugins/FrozenWasteland.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 6d4f4cbd..a1063361 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -3,21 +3,21 @@ "name": "Frozen Wasteland", "author": "almostEric", "license": "CC0 1.0 Universal", - "version": "0.5.1", + "version": "0.5.3", "homepage": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "source": "https://github.com/almostEric/FrozenWasteland", "downloads": { "win": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.2/FrozenWasteland-0.5.2-win.zip", - "sha256": "3a5ab83e02543f06aa67f5e158d9e6c4931fe829a07a4ec5efb8fa50c5c2edb6" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.3/FrozenWasteland-0.5.3-win.zip", + "sha256": "ed3365ab64e7086936a8ad636d85749cad4ecb905dd1aba5a63435261bad53d3" }, "lin": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.2/FrozenWasteland-0.5.2-lin.zip", - "sha256": "e77793adff92a4a18e93463d24a40ff806d744fa20918ac05b55b21740c4837a" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.3/FrozenWasteland-0.5.3-lin.zip", + "sha256": "03dc7c3f35f0c3e78eae6b5940c052aa570dbb2ddfadc0b0974d7fc41650598e" }, "mac": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.2/FrozenWasteland-0.5.2-mac.zip", - "sha256": "e2aeaa91f93f4c90fa39cc87bce9254f8ebb42b21242b0dd6fcd079580796397" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.3/FrozenWasteland-0.5.3-mac.zip", + "sha256": "55937e293214f7446eeef5d1ec53bc9150e720bc9ef168571b6faadfe35a5558" } } }