From 707906b5bd4c104768ae8cbb9deed233e7d29045 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 14 Dec 2017 04:33:23 -0500 Subject: [PATCH] Add VCV plugins --- plugins/AudibleInstruments.json | 10 ++++++++++ plugins/Befaco.json | 10 ++++++++++ plugins/ESeries.json | 10 ++++++++++ plugins/Grayscale.json | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 plugins/AudibleInstruments.json create mode 100644 plugins/Befaco.json create mode 100644 plugins/ESeries.json create mode 100644 plugins/Grayscale.json diff --git a/plugins/AudibleInstruments.json b/plugins/AudibleInstruments.json new file mode 100644 index 00000000..9fe6c156 --- /dev/null +++ b/plugins/AudibleInstruments.json @@ -0,0 +1,10 @@ +{ + "slug": "AudibleInstruments", + "name": "Audible Instruments", + "author": "VCV", + "license": "BSD 3-clause", + "version": "0.5.0", + "homepage": "https://vcvrack.com/", + "manual": "https://vcvrack.com/manual/AudibleInstruments.html", + "source": "https://github.com/VCVRack/AudibleInstruments" +} \ No newline at end of file diff --git a/plugins/Befaco.json b/plugins/Befaco.json new file mode 100644 index 00000000..1020e2f7 --- /dev/null +++ b/plugins/Befaco.json @@ -0,0 +1,10 @@ +{ + "slug": "Befaco", + "name": "Befaco", + "author": "VCV", + "license": "BSD 3-clause", + "version": "0.5.0", + "homepage": "https://vcvrack.com/", + "manual": "https://vcvrack.com/manual/Befaco.html", + "source": "https://github.com/VCVRack/Befaco" +} \ No newline at end of file diff --git a/plugins/ESeries.json b/plugins/ESeries.json new file mode 100644 index 00000000..84620182 --- /dev/null +++ b/plugins/ESeries.json @@ -0,0 +1,10 @@ +{ + "slug": "ESeries", + "name": "E-Series", + "author": "VCV", + "license": "BSD 3-clause", + "version": "0.5.0", + "homepage": "https://vcvrack.com/", + "manual": "https://vcvrack.com/manual/ESeries.html", + "source": "https://github.com/VCVRack/ESeries" +} \ No newline at end of file diff --git a/plugins/Grayscale.json b/plugins/Grayscale.json new file mode 100644 index 00000000..cb3002ad --- /dev/null +++ b/plugins/Grayscale.json @@ -0,0 +1,10 @@ +{ + "slug": "Grayscale", + "name": "Grayscale", + "author": "VCV", + "license": "BSD 3-clause", + "version": "0.5.0", + "homepage": "https://vcvrack.com/", + "manual": "https://vcvrack.com/manual/Grayscale.html", + "source": "https://github.com/VCVRack/Grayscale" +} \ No newline at end of file