@@ -15,32 +15,19 @@ Tasks: | |||||
- Handle issues opened by plugin developers who want to add/update their plugin. | - Handle issues opened by plugin developers who want to add/update their plugin. | ||||
- Seek new plugins/updates when developers don't notify us. | - Seek new plugins/updates when developers don't notify us. | ||||
#### Manifest example | |||||
Filename should be `YourSlug.json`. | |||||
```json | |||||
{ | |||||
"name": "Fundamental", | |||||
"author": "VCV", | |||||
"license": "BSD-3-Clause", | |||||
"contactEmail": "contact@vcvrack.com", | |||||
"websiteUrl": "https://vcvrack.com/Fundamental.html", | |||||
"manualUrl": "https://vcvrack.com/Fundamental.html#manual", | |||||
"sourceUrl": "https://github.com/VCVRack/Fundamental", | |||||
"latestVersion": "0.6.0", | |||||
} | |||||
``` | |||||
#### Manifest | |||||
#### Manifest properties | |||||
The filename of each manifest should be `YourSlug.json`. | |||||
See [Fundamental.json](manifests/Fundamental.json) for an example. | |||||
All properties are optional. | |||||
All properties are optional. URLs should not be redundant across different keys, meaning you must choose the most relevant key for a particular URL. | |||||
- **name**: Human-readable display name for your plugin. You can change this on a whim, unlike slugs. | - **name**: Human-readable display name for your plugin. You can change this on a whim, unlike slugs. | ||||
- **author**: Your name, company, alias, or GitHub username. | - **author**: Your name, company, alias, or GitHub username. | ||||
- **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. | - **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. | ||||
- **contactEmail**: Your email address for support inquiries. | - **contactEmail**: Your email address for support inquiries. | ||||
- **websiteUrl**: The homepage page of your plugin. Omit if redundant with the source URL. | |||||
- **pluginUrl**: Homepage featuring the plugin itself. | |||||
- **authorUrl**: Homepage of the author. | |||||
- **manualUrl**: The manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine. | - **manualUrl**: The manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine. | ||||
- **sourceUrl**: The source code homepage. E.g. GitHub repo. | - **sourceUrl**: The source code homepage. E.g. GitHub repo. | ||||
- **donateUrl**: Link to donation page for users who wish to donate. E.g. PayPal URL. | - **donateUrl**: Link to donation page for users who wish to donate. E.g. PayPal URL. | ||||
@@ -2,7 +2,7 @@ | |||||
"name": "AS Drums & Filters", | "name": "AS Drums & Filters", | ||||
"author": "Alfredo Santamaria", | "author": "Alfredo Santamaria", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "http://www.hakken.com.mx/ascustomworks/", | |||||
"pluginUrl": "http://www.hakken.com.mx/ascustomworks/", | |||||
"latestVersion": "0.5.0", | "latestVersion": "0.5.0", | ||||
"productId": "1083015692331" | "productId": "1083015692331" | ||||
} | } |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", | "manualUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/AScustomWorks/AS", | "sourceUrl": "https://github.com/AScustomWorks/AS", | ||||
"donateUrl": "https://www.paypal.me/frederius/", | "donateUrl": "https://www.paypal.me/frederius/", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/alikins/Alikins-rack-plugins/blob/master/README.md", | "manualUrl": "https://github.com/alikins/Alikins-rack-plugins/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/alikins/Alikins-rack-plugins", | "sourceUrl": "https://github.com/alikins/Alikins-rack-plugins", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -3,5 +3,6 @@ | |||||
"author": "John Hoar", | "author": "John Hoar", | ||||
"manualUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", | "manualUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", | ||||
"sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics", | "sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Animated Circuits", | "name": "Animated Circuits", | ||||
"author": "Animated Circuits", | "author": "Animated Circuits", | ||||
"websiteUrl": "http://www.animated-circuits.com", | |||||
"pluginUrl": "http://www.animated-circuits.com", | |||||
"manualUrl": "https://drive.google.com/open?id=15_buBKqEdGkuTn9EOeZuFqE2m4qH-xUu", | "manualUrl": "https://drive.google.com/open?id=15_buBKqEdGkuTn9EOeZuFqE2m4qH-xUu", | ||||
"latestVersion": "0.5.2" | "latestVersion": "0.5.2" | ||||
} | } |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md", | "manualUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/adbrant/ArableInstruments", | "sourceUrl": "https://github.com/adbrant/ArableInstruments", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,10 @@ | |||||
"name": "Audible Instruments", | "name": "Audible Instruments", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://vcvrack.com/manual/AudibleInstruments.html", | |||||
"pluginUrl": "https://vcvrack.com/AudibleInstruments.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/AudibleInstruments.html#manual", | |||||
"sourceUrl": "https://github.com/VCVRack/AudibleInstruments", | "sourceUrl": "https://github.com/VCVRack/AudibleInstruments", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "Autinn", | "name": "Autinn", | ||||
"author": "Nikolai V. Chr.", | "author": "Nikolai V. Chr.", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "https://github.com/NikolaiVChr/Autinn", | |||||
"pluginUrl": "https://github.com/NikolaiVChr/Autinn", | |||||
"manualUrl": "https://github.com/NikolaiVChr/Autinn/blob/master/README.md", | "manualUrl": "https://github.com/NikolaiVChr/Autinn/blob/master/README.md", | ||||
"donateUrl": "https://www.paypal.me/autinn", | "donateUrl": "https://www.paypal.me/autinn", | ||||
"latestVersion": "0.5.21" | "latestVersion": "0.5.21" |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Autodafe Drum Kit", | "name": "Autodafe Drum Kit", | ||||
"author": "Autodafe", | "author": "Autodafe", | ||||
"websiteUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"pluginUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"sourceUrl": "https://github.com/antoniograzioli/Autodafe-Drums", | "sourceUrl": "https://github.com/antoniograzioli/Autodafe-Drums", | ||||
"donateUrl": "https://www.paypal.me/autodafe", | "donateUrl": "https://www.paypal.me/autodafe", | ||||
"latestVersion": "0.5.1" | "latestVersion": "0.5.1" |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Autodafe - REDs", | "name": "Autodafe - REDs", | ||||
"author": "Autodafe", | "author": "Autodafe", | ||||
"websiteUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-reds-modules-for-vcv-rack.html", | |||||
"pluginUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-reds-modules-for-vcv-rack.html", | |||||
"manualUrl": "https://www.autodafe.net/media/com_eshop/attachments/autodafe-reds-collection-manual.pdf", | "manualUrl": "https://www.autodafe.net/media/com_eshop/attachments/autodafe-reds-collection-manual.pdf", | ||||
"latestVersion": "0.5.2" | "latestVersion": "0.5.2" | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Autodafe - REDs FREE", | "name": "Autodafe - REDs FREE", | ||||
"author": "Autodafe", | "author": "Autodafe", | ||||
"websiteUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"pluginUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"manualUrl": "https://www.autodafe.net/media/com_eshop/attachments/autodafe-reds-collection-manual.pdf", | "manualUrl": "https://www.autodafe.net/media/com_eshop/attachments/autodafe-reds-collection-manual.pdf", | ||||
"donateUrl": "https://www.paypal.me/autodafe", | "donateUrl": "https://www.paypal.me/autodafe", | ||||
"latestVersion": "0.5.2" | "latestVersion": "0.5.2" |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Autodafe Module Pack", | "name": "Autodafe Module Pack", | ||||
"author": "Autodafe", | "author": "Autodafe", | ||||
"websiteUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"pluginUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"sourceUrl": "https://github.com/antoniograzioli/Autodafe", | "sourceUrl": "https://github.com/antoniograzioli/Autodafe", | ||||
"donateUrl": "https://www.paypal.me/autodafe", | "donateUrl": "https://www.paypal.me/autodafe", | ||||
"latestVersion": "0.5.2" | "latestVersion": "0.5.2" |
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"name": "Autodafe Blank Panel", | "name": "Autodafe Blank Panel", | ||||
"author": "Autodafe", | "author": "Autodafe", | ||||
"websiteUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"pluginUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html", | |||||
"latestVersion": "0.5.0" | "latestVersion": "0.5.0" | ||||
} | } |
@@ -4,5 +4,6 @@ | |||||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||||
"manualUrl": "https://github.com/baconpaul/BaconPlugs/blob/master/README.md", | "manualUrl": "https://github.com/baconpaul/BaconPlugs/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/baconpaul/BaconPlugs", | "sourceUrl": "https://github.com/baconpaul/BaconPlugs", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,10 @@ | |||||
"name": "Befaco", | "name": "Befaco", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://vcvrack.com/manual/Befaco.html", | |||||
"pluginUrl": "https://vcvrack.com/Befaco.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/Befaco.html#manual", | |||||
"sourceUrl": "https://github.com/VCVRack/Befaco", | "sourceUrl": "https://github.com/VCVRack/Befaco", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki", | "manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki", | ||||
"sourceUrl": "https://github.com/sebastien-bouffier/Bidoo", | "sourceUrl": "https://github.com/sebastien-bouffier/Bidoo", | ||||
"donateUrl": "https://paypal.me/sebastienbouffier", | "donateUrl": "https://paypal.me/sebastienbouffier", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "XFX Distortion Pack", | "name": "XFX Distortion Pack", | ||||
"author": "Blamsoft", | "author": "Blamsoft", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "http://blamsoft.com/vcv-rack/xfx-distortion-pack", | |||||
"pluginUrl": "http://blamsoft.com/vcv-rack/xfx-distortion-pack", | |||||
"manualUrl": "http://blamsoft.com/wp-content/uploads/2018/01/XFXDistortionPackUserManual.pdf", | "manualUrl": "http://blamsoft.com/wp-content/uploads/2018/01/XFXDistortionPackUserManual.pdf", | ||||
"latestVersion": "0.5.2", | "latestVersion": "0.5.2", | ||||
"productId": "800730710059" | "productId": "800730710059" |
@@ -2,7 +2,7 @@ | |||||
"name": "XFX F-35", | "name": "XFX F-35", | ||||
"author": "Blamsoft", | "author": "Blamsoft", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "http://blamsoft.com/vcv-rack/xfx-f-35", | |||||
"pluginUrl": "http://blamsoft.com/vcv-rack/xfx-f-35", | |||||
"manualUrl": "http://blamsoft.com/wp-content/uploads/2018/01/XFXF35UserManual.pdf", | "manualUrl": "http://blamsoft.com/wp-content/uploads/2018/01/XFXF35UserManual.pdf", | ||||
"latestVersion": "0.5.5", | "latestVersion": "0.5.5", | ||||
"productId": "866262974507" | "productId": "866262974507" |
@@ -2,7 +2,7 @@ | |||||
"name": "XFX Reverb", | "name": "XFX Reverb", | ||||
"author": "Blamsoft", | "author": "Blamsoft", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "http://blamsoft.com/vcv-rack/xfx-reverb", | |||||
"pluginUrl": "http://blamsoft.com/vcv-rack/xfx-reverb", | |||||
"manualUrl": "http://blamsoft.com/wp-content/uploads/2018/01/XFXReverbUserManual.pdf", | "manualUrl": "http://blamsoft.com/wp-content/uploads/2018/01/XFXReverbUserManual.pdf", | ||||
"latestVersion": "0.5.3", | "latestVersion": "0.5.3", | ||||
"productId": "753556324395" | "productId": "753556324395" |
@@ -2,7 +2,7 @@ | |||||
"name": "XFX Wave", | "name": "XFX Wave", | ||||
"author": "Blamsoft", | "author": "Blamsoft", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "http://blamsoft.com/vcv-rack/xfx-wave", | |||||
"pluginUrl": "http://blamsoft.com/vcv-rack/xfx-wave", | |||||
"manualUrl": "http://blamsoft.com/wp-content/uploads/2018/02/XFXWaveUserManual.pdf", | "manualUrl": "http://blamsoft.com/wp-content/uploads/2018/02/XFXWaveUserManual.pdf", | ||||
"latestVersion": "0.5.2", | "latestVersion": "0.5.2", | ||||
"productId": "1032400076843" | "productId": "1032400076843" |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", | "manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/bogaudio/BogaudioModules", | "sourceUrl": "https://github.com/bogaudio/BogaudioModules", | ||||
"latestVersion": "0.6.4" | |||||
} | |||||
"latestVersion": "0.6.4", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "Castle Rocktronics", | "name": "Castle Rocktronics", | ||||
"author": "Kieran Pringle", | "author": "Kieran Pringle", | ||||
"license": "Creative Commons Attribution Share Alike 4.0", | "license": "Creative Commons Attribution Share Alike 4.0", | ||||
"websiteUrl": "https://github.com/KieranPringle/CastleRocktronics", | |||||
"pluginUrl": "https://github.com/KieranPringle/CastleRocktronics", | |||||
"manualUrl": "https://github.com/KieranPringle/CastleRocktronics/blob/master/docs/index.md", | "manualUrl": "https://github.com/KieranPringle/CastleRocktronics/blob/master/docs/index.md", | ||||
"sourceUrl": "https://github.com/KieranPringle/CastleRocktronics", | "sourceUrl": "https://github.com/KieranPringle/CastleRocktronics", | ||||
"latestVersion": "0.5.0" | "latestVersion": "0.5.0" |
@@ -2,9 +2,10 @@ | |||||
"name": "Charred Desert", | "name": "Charred Desert", | ||||
"author": "Jerry Sievert", | "author": "Jerry Sievert", | ||||
"license": "CC0-1.0", | "license": "CC0-1.0", | ||||
"websiteUrl": "https://github.com/JerrySievert/CharredDesert/blob/master/README.md", | |||||
"pluginUrl": "https://github.com/JerrySievert/CharredDesert/blob/master/README.md", | |||||
"manualUrl": "https://github.com/JerrySievert/CharredDesert/blob/master/docs/README.md", | "manualUrl": "https://github.com/JerrySievert/CharredDesert/blob/master/docs/README.md", | ||||
"sourceUrl": "https://github.com/JerrySievert/CharredDesert", | "sourceUrl": "https://github.com/JerrySievert/CharredDesert", | ||||
"donateUrl": "https://paypal.me/JerrySievert", | "donateUrl": "https://paypal.me/JerrySievert", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -6,5 +6,6 @@ | |||||
"manualUrl": "https://dhemery.github.io/DHE-Modules/", | "manualUrl": "https://dhemery.github.io/DHE-Modules/", | ||||
"sourceUrl": "https://github.com/dhemery/DHE-Modules/", | "sourceUrl": "https://github.com/dhemery/DHE-Modules/", | ||||
"donateUrl": "https://paypal.me/DaleHEmery/", | "donateUrl": "https://paypal.me/DaleHEmery/", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,8 +2,9 @@ | |||||
"name": "DrumKit", | "name": "DrumKit", | ||||
"author": "Jerry Sievert", | "author": "Jerry Sievert", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"websiteUrl": "https://github.com/JerrySievert/DrumKit/blob/master/README.md", | |||||
"pluginUrl": "https://github.com/JerrySievert/DrumKit/blob/master/README.md", | |||||
"manualUrl": "https://github.com/JerrySievert/DrumKit/tree/master/docs", | "manualUrl": "https://github.com/JerrySievert/DrumKit/tree/master/docs", | ||||
"sourceUrl": "https://github.com/JerrySievert/DrumKit", | "sourceUrl": "https://github.com/JerrySievert/DrumKit", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,10 @@ | |||||
"name": "E-Series", | "name": "E-Series", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://vcvrack.com/manual/ESeries.html", | |||||
"pluginUrl": "https://vcvrack.com/ESeries.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/ESeries.html#manual", | |||||
"sourceUrl": "https://github.com/VCVRack/ESeries", | "sourceUrl": "https://github.com/VCVRack/ESeries", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", | "manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/almostEric/FrozenWasteland", | "sourceUrl": "https://github.com/almostEric/FrozenWasteland", | ||||
"donateUrl": "https://paypal.me/FrozenWasteland", | "donateUrl": "https://paypal.me/FrozenWasteland", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,10 @@ | |||||
"name": "Fundamental", | "name": "Fundamental", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://vcvrack.com/manual/Fundamental.html", | |||||
"pluginUrl": "https://vcvrack.com/Fundamental.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/Fundamental.html#manual", | |||||
"sourceUrl": "https://github.com/VCVRack/Fundamental", | "sourceUrl": "https://github.com/VCVRack/Fundamental", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -3,5 +3,6 @@ | |||||
"author": "gratrix", | "author": "gratrix", | ||||
"manualUrl": "http://gratrix.net/vcvrack/", | "manualUrl": "http://gratrix.net/vcvrack/", | ||||
"sourceUrl": "https://github.com/gratrix/vcv-gratrix", | "sourceUrl": "https://github.com/gratrix/vcv-gratrix", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,6 +2,9 @@ | |||||
"name": "Grayscale", | "name": "Grayscale", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"manualUrl": "https://vcvrack.com/manual/Grayscale.html", | |||||
"latestVersion": "0.5.0" | |||||
"pluginUrl": "https://vcvrack.com/Grayscale.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/Grayscale.html#manual", | |||||
"latestVersion": "0.5.0", | |||||
"status": "available" | |||||
} | } |
@@ -4,5 +4,6 @@ | |||||
"manualUrl": "https://github.com/mhetrick/hetrickcv/blob/master/README.md", | "manualUrl": "https://github.com/mhetrick/hetrickcv/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/mhetrick/hetrickcv", | "sourceUrl": "https://github.com/mhetrick/hetrickcv", | ||||
"donateUrl": "https://paypal.me/MHetrick", | "donateUrl": "https://paypal.me/MHetrick", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"name": "Hora Music", | "name": "Hora Music", | ||||
"author": "Hora Music", | "author": "Hora Music", | ||||
"websiteUrl": "https://gumroad.com/horamusic", | |||||
"pluginUrl": "https://gumroad.com/horamusic", | |||||
"latestVersion": "0.5.0" | "latestVersion": "0.5.0" | ||||
} | } |
@@ -1,9 +1,10 @@ | |||||
{ | { | ||||
"name": "ImpromptuModular", | |||||
"author": "Marc Boulé", | |||||
"license": "BSD-3-Clause", | |||||
"contactEmail": "marc.boule@etsmtl.ca", | |||||
"manualUrl": "https://github.com/MarcBoule/ImpromptuModular/blob/master/README.md", | |||||
"sourceUrl": "https://github.com/MarcBoule/ImpromptuModular", | |||||
"latestVersion": "0.6.0" | |||||
} | |||||
"name": "ImpromptuModular", | |||||
"author": "Marc Boul\u00e9", | |||||
"license": "BSD-3-Clause", | |||||
"contactEmail": "marc.boule@etsmtl.ca", | |||||
"manualUrl": "https://github.com/MarcBoule/ImpromptuModular/blob/master/README.md", | |||||
"sourceUrl": "https://github.com/MarcBoule/ImpromptuModular", | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -1,9 +1,10 @@ | |||||
{ | { | ||||
"name": "JW-Modules", | "name": "JW-Modules", | ||||
"author": "Jeremy Wentworth", | "author": "Jeremy Wentworth", | ||||
"websiteUrl": "http://jeremywentworth.com", | |||||
"pluginUrl": "http://jeremywentworth.com", | |||||
"manualUrl": "https://github.com/jeremywen/JW-Modules/blob/master/README.md", | "manualUrl": "https://github.com/jeremywen/JW-Modules/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/jeremywen/JW-Modules", | "sourceUrl": "https://github.com/jeremywen/JW-Modules", | ||||
"donateUrl": "https://www.paypal.me/jeremywen", | "donateUrl": "https://www.paypal.me/jeremywen", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "KarateSnoopy", | "name": "KarateSnoopy", | ||||
"author": "KarateSnoopy", | "author": "KarateSnoopy", | ||||
"license": "MIT", | "license": "MIT", | ||||
"websiteUrl": "https://github.com/KarateSnoopy/vcv-karatesnoopy", | |||||
"pluginUrl": "https://github.com/KarateSnoopy/vcv-karatesnoopy", | |||||
"manualUrl": "https://github.com/KarateSnoopy/vcv-karatesnoopy/blob/master/README.md", | "manualUrl": "https://github.com/KarateSnoopy/vcv-karatesnoopy/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/KarateSnoopy/vcv-karatesnoopy", | "sourceUrl": "https://github.com/KarateSnoopy/vcv-karatesnoopy", | ||||
"latestVersion": "0.5.0" | "latestVersion": "0.5.0" |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/leopard86/LOGinstruments/blob/master/README.md", | "manualUrl": "https://github.com/leopard86/LOGinstruments/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/leopard86/LOGinstruments", | "sourceUrl": "https://github.com/leopard86/LOGinstruments", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -3,5 +3,6 @@ | |||||
"author": "Patrick Lindenberg / Lindenberg Research Tec.", | "author": "Patrick Lindenberg / Lindenberg Research Tec.", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"sourceUrl": "https://github.com/lindenbergresearch/LRTRack", | "sourceUrl": "https://github.com/lindenbergresearch/LRTRack", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Loopus Modules", | "name": "Loopus Modules", | ||||
"author": "Sonus Dept.", | "author": "Sonus Dept.", | ||||
"websiteUrl": "http://loopusmodules.sonusdept.com", | |||||
"pluginUrl": "http://loopusmodules.sonusdept.com", | |||||
"manualUrl": "https://sonusdept.altervista.org/files/loopusmodules/LoopusModules_manual.pdf", | "manualUrl": "https://sonusdept.altervista.org/files/loopusmodules/LoopusModules_manual.pdf", | ||||
"latestVersion": "0.5.1" | "latestVersion": "0.5.1" | ||||
} | } |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/martin-lueders/ML_modules/wiki", | "manualUrl": "https://github.com/martin-lueders/ML_modules/wiki", | ||||
"sourceUrl": "https://github.com/martin-lueders/ML_modules", | "sourceUrl": "https://github.com/martin-lueders/ML_modules", | ||||
"donateUrl": "https://paypal.me/MartinLueders", | "donateUrl": "https://paypal.me/MartinLueders", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "MSM", | "name": "MSM", | ||||
"author": "Phal-anx", | "author": "Phal-anx", | ||||
"license": "CC BY-NC-ND 4.0", | "license": "CC BY-NC-ND 4.0", | ||||
"websiteUrl": "https://github.com/Phal-anx/MSM", | |||||
"pluginUrl": "https://github.com/Phal-anx/MSM", | |||||
"manualUrl": "https://github.com/Phal-anx/MSM/blob/master/Help/MSM%20Help.pdf", | "manualUrl": "https://github.com/Phal-anx/MSM/blob/master/Help/MSM%20Help.pdf", | ||||
"latestVersion": "0.5.6" | "latestVersion": "0.5.6" | ||||
} | } |
@@ -4,5 +4,6 @@ | |||||
"license": "MIT", | "license": "MIT", | ||||
"manualUrl": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md", | "manualUrl": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/djpeterso23662/MrLumps", | "sourceUrl": "https://github.com/djpeterso23662/MrLumps", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"name": "NYSTHI", | "name": "NYSTHI", | ||||
"websiteUrl": "https://github.com/nysthi/nysthi", | |||||
"pluginUrl": "https://github.com/nysthi/nysthi", | |||||
"manualUrl": "https://github.com/nysthi/nysthi/blob/master/README.md", | "manualUrl": "https://github.com/nysthi/nysthi/blob/master/README.md", | ||||
"latestVersion": "0.5.13" | "latestVersion": "0.5.13" | ||||
} | } |
@@ -3,5 +3,6 @@ | |||||
"author": "naus3a", | "author": "naus3a", | ||||
"license": "CC0-1.0", | "license": "CC0-1.0", | ||||
"sourceUrl": "https://github.com/naus3a/NauModular", | "sourceUrl": "https://github.com/naus3a/NauModular", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "Non Linear Instruments", | "name": "Non Linear Instruments", | ||||
"author": "NonLinearInstruments", | "author": "NonLinearInstruments", | ||||
"license": "BSD 3-clause", | "license": "BSD 3-clause", | ||||
"websiteUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | |||||
"pluginUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | |||||
"manualUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", | "manualUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | "sourceUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | ||||
"latestVersion": "0.5.3" | "latestVersion": "0.5.3" |
@@ -2,9 +2,10 @@ | |||||
"name": "Ohmer Modules", | "name": "Ohmer Modules", | ||||
"author": "Dominique Camus", | "author": "Dominique Camus", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"websiteUrl": "https://github.com/DomiKamu/Ohmer-Modules", | |||||
"pluginUrl": "https://github.com/DomiKamu/Ohmer-Modules", | |||||
"manualUrl": "https://github.com/DomiKamu/Ohmer-Modules/blob/WIP050/README.md", | "manualUrl": "https://github.com/DomiKamu/Ohmer-Modules/blob/WIP050/README.md", | ||||
"sourceUrl": "https://github.com/DomiKamu/Ohmer-Modules.git", | "sourceUrl": "https://github.com/DomiKamu/Ohmer-Modules.git", | ||||
"donateUrl": "https://www.paypal.me/DominiqueCAMUS", | "donateUrl": "https://www.paypal.me/DominiqueCAMUS", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md", | "manualUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/adbrant/ArableInstruments", | "sourceUrl": "https://github.com/adbrant/ArableInstruments", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "Pulsum Quadratum RTL_SDR", | "name": "Pulsum Quadratum RTL_SDR", | ||||
"author": "Jon Williams", | "author": "Jon Williams", | ||||
"license": "GPL-2", | "license": "GPL-2", | ||||
"websiteUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | |||||
"pluginUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | |||||
"manualUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | "manualUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | ||||
"sourceUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | "sourceUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | ||||
"donateUrl": "https://www.paypal.me/wizardishungry", | "donateUrl": "https://www.paypal.me/wizardishungry", | ||||
@@ -2,7 +2,8 @@ | |||||
"name": "PvC", | "name": "PvC", | ||||
"author": "phdsg", | "author": "phdsg", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"websiteUrl": "https://phdsg.github.io/PvC/", | |||||
"pluginUrl": "https://phdsg.github.io/PvC/", | |||||
"sourceUrl": "https://github.com/phdsg/PvC", | "sourceUrl": "https://github.com/phdsg/PvC", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "Clapper", | "name": "Clapper", | ||||
"author": "Robotic Bean", | "author": "Robotic Bean", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "http://roboticbean.com/creative/products/clapper/", | |||||
"pluginUrl": "http://roboticbean.com/creative/products/clapper/", | |||||
"manualUrl": "http://roboticbean.com/creative/products/clapper/", | "manualUrl": "http://roboticbean.com/creative/products/clapper/", | ||||
"latestVersion": "0.5.0", | "latestVersion": "0.5.0", | ||||
"productId": "1061053726763" | "productId": "1061053726763" |
@@ -2,7 +2,7 @@ | |||||
"name": "Tilter", | "name": "Tilter", | ||||
"author": "Robotic Bean", | "author": "Robotic Bean", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "http://roboticbean.com/creative/products/tilter/", | |||||
"pluginUrl": "http://roboticbean.com/creative/products/tilter/", | |||||
"manualUrl": "http://roboticbean.com/creative/products/tilter/", | "manualUrl": "http://roboticbean.com/creative/products/tilter/", | ||||
"latestVersion": "0.5.0", | "latestVersion": "0.5.0", | ||||
"productId": "1061051203627" | "productId": "1061051203627" |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/Miserlou/RJModules/blob/master/README.md", | "manualUrl": "https://github.com/Miserlou/RJModules/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/Miserlou/RJModules", | "sourceUrl": "https://github.com/Miserlou/RJModules", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,4 +4,4 @@ | |||||
"license": "proprietary", | "license": "proprietary", | ||||
"sourceUrl": "https://github.com/RODENTCAT/RODENTMODULES", | "sourceUrl": "https://github.com/RODENTCAT/RODENTMODULES", | ||||
"latestVersion": "0.6.0" | "latestVersion": "0.6.0" | ||||
} | |||||
} |
@@ -2,9 +2,10 @@ | |||||
"name": "Sonus Modular", | "name": "Sonus Modular", | ||||
"author": "Sonus Dept.", | "author": "Sonus Dept.", | ||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"websiteUrl": "http://sonusmodular.sonusdept.com/", | |||||
"pluginUrl": "http://sonusmodular.sonusdept.com/", | |||||
"manualUrl": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular", | "manualUrl": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular", | ||||
"sourceUrl": "https://gitlab.com/sonusdept/sonusmodular", | "sourceUrl": "https://gitlab.com/sonusdept/sonusmodular", | ||||
"donateUrl": "https://paypal.me/sonusdept", | "donateUrl": "https://paypal.me/sonusdept", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/gbrandt1/southpole-vcvrack/blob/master/README.md", | "manualUrl": "https://github.com/gbrandt1/southpole-vcvrack/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/gbrandt1/southpole-vcvrack", | "sourceUrl": "https://github.com/gbrandt1/southpole-vcvrack", | ||||
"donateUrl": "https://www.paypal.me/southpolemodular", | "donateUrl": "https://www.paypal.me/southpolemodular", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/gbrandt1/southpole-vcvrack/blob/master/README.md", | "manualUrl": "https://github.com/gbrandt1/southpole-vcvrack/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/gbrandt1/southpole-vcvrack", | "sourceUrl": "https://github.com/gbrandt1/southpole-vcvrack", | ||||
"donateUrl": "https://www.paypal.me/southpolemodular", | "donateUrl": "https://www.paypal.me/southpolemodular", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,7 +2,7 @@ | |||||
"name": "Stellare Link", | "name": "Stellare Link", | ||||
"author": "Stellare Modular", | "author": "Stellare Modular", | ||||
"license": "GPL-3", | "license": "GPL-3", | ||||
"websiteUrl": "https://www.facebook.com/stellaremodular", | |||||
"pluginUrl": "https://www.facebook.com/stellaremodular", | |||||
"manualUrl": "https://github.com/stellare-modular/vcv-link/blob/master/README.md", | "manualUrl": "https://github.com/stellare-modular/vcv-link/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/stellare-modular/vcv-link", | "sourceUrl": "https://github.com/stellare-modular/vcv-link", | ||||
"donateUrl": "https://paypal.me/stellaremodular", | "donateUrl": "https://paypal.me/stellaremodular", | ||||
@@ -2,7 +2,7 @@ | |||||
"name": "Turing Machine + Blank", | "name": "Turing Machine + Blank", | ||||
"author": "Stellare Modular", | "author": "Stellare Modular", | ||||
"license": "MIT", | "license": "MIT", | ||||
"websiteUrl": "https://www.facebook.com/stellaremodular", | |||||
"pluginUrl": "https://www.facebook.com/stellaremodular", | |||||
"manualUrl": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", | "manualUrl": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", | ||||
"donateUrl": "https://paypal.me/stellaremodular", | "donateUrl": "https://paypal.me/stellaremodular", | ||||
"latestVersion": "0.5.2" | "latestVersion": "0.5.2" |
@@ -2,7 +2,7 @@ | |||||
"name": "Submarine Prototype", | "name": "Submarine Prototype", | ||||
"author": "carbon14", | "author": "carbon14", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"websiteUrl": "https://github.com/david-c14/submarine-prototype-vcv/", | |||||
"pluginUrl": "https://github.com/david-c14/submarine-prototype-vcv/", | |||||
"manualUrl": "https://github.com/david-c14/submarine-prototype-vcv/", | "manualUrl": "https://github.com/david-c14/submarine-prototype-vcv/", | ||||
"sourceUrl": "https://github.com/david-c14/submarine-prototype-vcv/", | "sourceUrl": "https://github.com/david-c14/submarine-prototype-vcv/", | ||||
"latestVersion": "0.6.0" | "latestVersion": "0.6.0" |
@@ -2,9 +2,10 @@ | |||||
"name": "SynthKit", | "name": "SynthKit", | ||||
"author": "Jerry Sievert", | "author": "Jerry Sievert", | ||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"websiteUrl": "https://github.com/JerrySievert/SynthKit/blob/master/README.md", | |||||
"pluginUrl": "https://github.com/JerrySievert/SynthKit/blob/master/README.md", | |||||
"manualUrl": "https://github.com/JerrySievert/SynthKit/tree/master/docs", | "manualUrl": "https://github.com/JerrySievert/SynthKit/tree/master/docs", | ||||
"sourceUrl": "https://github.com/JerrySievert/SynthKit", | "sourceUrl": "https://github.com/JerrySievert/SynthKit", | ||||
"donateUrl": "https://paypal.me/JerrySievert", | "donateUrl": "https://paypal.me/JerrySievert", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "CC0-1.0", | "license": "CC0-1.0", | ||||
"manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md", | "manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/The-XOR/VCV-Sequencers", | "sourceUrl": "https://github.com/The-XOR/VCV-Sequencers", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,6 +2,9 @@ | |||||
"name": "Console", | "name": "Console", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"pluginUrl": "https://vcvrack.com/Console.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/Console.html#manual", | |||||
"latestVersion": "0.5.0", | "latestVersion": "0.5.0", | ||||
"productId": "521624682539" | "productId": "521624682539" | ||||
} | } |
@@ -2,7 +2,9 @@ | |||||
"name": "Pulse Matrix", | "name": "Pulse Matrix", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"manualUrl": "https://vcvrack.com/plugins/PulseMatrix.html", | |||||
"pluginUrl": "https://vcvrack.com/PulseMatrix.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/PulseMatrix.html#manual", | |||||
"latestVersion": "0.5.1", | "latestVersion": "0.5.1", | ||||
"productId": "449821147179" | "productId": "449821147179" | ||||
} | } |
@@ -2,6 +2,9 @@ | |||||
"name": "Router", | "name": "Router", | ||||
"author": "VCV", | "author": "VCV", | ||||
"license": "proprietary", | "license": "proprietary", | ||||
"pluginUrl": "https://vcvrack.com/Router.html", | |||||
"authorUrl": "https://vcvrack.com/", | |||||
"manualUrl": "https://vcvrack.com/Router.html#manual", | |||||
"latestVersion": "0.5.0", | "latestVersion": "0.5.0", | ||||
"productId": "1054185160747" | "productId": "1054185160747" | ||||
} | } |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/ValleyAudio/ValleyRackFree/blob/master/README.md", | "manualUrl": "https://github.com/ValleyAudio/ValleyRackFree/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/ValleyAudio/ValleyRackFree/", | "sourceUrl": "https://github.com/ValleyAudio/ValleyRackFree/", | ||||
"donateUrl": "https://www.paypal.me/valleyvcv", | "donateUrl": "https://www.paypal.me/valleyvcv", | ||||
"latestVersion": "0.6.0" | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Vult Modules", | "name": "Vult Modules", | ||||
"author": "Leonardo Laguna Ruiz", | "author": "Leonardo Laguna Ruiz", | ||||
"websiteUrl": "https://modlfo.github.io/VultModules", | |||||
"pluginUrl": "https://modlfo.github.io/VultModules", | |||||
"manualUrl": "https://modlfo.github.io/VultModules", | "manualUrl": "https://modlfo.github.io/VultModules", | ||||
"latestVersion": "0.5.10", | "latestVersion": "0.5.10", | ||||
"productId": "937306325035" | "productId": "937306325035" |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "Vult Modules (Free Version)", | "name": "Vult Modules (Free Version)", | ||||
"author": "Leonardo Laguna Ruiz", | "author": "Leonardo Laguna Ruiz", | ||||
"websiteUrl": "https://modlfo.github.io/VultModules", | |||||
"pluginUrl": "https://modlfo.github.io/VultModules", | |||||
"manualUrl": "https://modlfo.github.io/VultModules/download/", | "manualUrl": "https://modlfo.github.io/VultModules/download/", | ||||
"latestVersion": "0.5.3" | "latestVersion": "0.5.3" | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"name": "av500", | "name": "av500", | ||||
"author": "av500", | "author": "av500", | ||||
"websiteUrl": "https://github.com/av500/vcvrackplugins_av500", | |||||
"pluginUrl": "https://github.com/av500/vcvrackplugins_av500", | |||||
"sourceUrl": "https://github.com/av500/vcvrackplugins_av500", | "sourceUrl": "https://github.com/av500/vcvrackplugins_av500", | ||||
"latestVersion": "0.5.0" | "latestVersion": "0.5.0" | ||||
} | } |
@@ -4,5 +4,6 @@ | |||||
"manualUrl": "https://github.com/cfoulc/cf/blob/master/README.md", | "manualUrl": "https://github.com/cfoulc/cf/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/cfoulc/cf", | "sourceUrl": "https://github.com/cfoulc/cf", | ||||
"donateUrl": "https://www.paypal.me/cfoulc", | "donateUrl": "https://www.paypal.me/cfoulc", | ||||
"latestVersion": "0.5.16" | |||||
"latestVersion": "0.5.16", | |||||
"status": "available" | |||||
} | } |
@@ -4,5 +4,6 @@ | |||||
"license": "MIT", | "license": "MIT", | ||||
"manualUrl": "https://github.com/teletypist/stochasm/blob/master/README.md", | "manualUrl": "https://github.com/teletypist/stochasm/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/teletypist/stochasm", | "sourceUrl": "https://github.com/teletypist/stochasm", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -3,5 +3,6 @@ | |||||
"author": "dBiz", | "author": "dBiz", | ||||
"manualUrl": "https://github.com/dBiz/dBiz/blob/master/README.md", | "manualUrl": "https://github.com/dBiz/dBiz/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/dBiz/dBiz", | "sourceUrl": "https://github.com/dBiz/dBiz", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "Zlib", | "license": "Zlib", | ||||
"manualUrl": "https://github.com/luckyxxl/vcv_luckyxxl/blob/v0.5.1/README.md", | "manualUrl": "https://github.com/luckyxxl/vcv_luckyxxl/blob/v0.5.1/README.md", | ||||
"sourceUrl": "https://github.com/luckyxxl/vcv_luckyxxl", | "sourceUrl": "https://github.com/luckyxxl/vcv_luckyxxl", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/Strum/Strums_Mental_VCV_Modules/wiki/Mental-Modules-WIKI", | "manualUrl": "https://github.com/Strum/Strums_Mental_VCV_Modules/wiki/Mental-Modules-WIKI", | ||||
"sourceUrl": "https://github.com/Strum/Strums_Mental_VCV_Modules", | "sourceUrl": "https://github.com/Strum/Strums_Mental_VCV_Modules", | ||||
"latestVersion": "0.6.1" | |||||
} | |||||
"latestVersion": "0.6.1", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://drive.google.com/file/d/12kjCLSeyaaqXEvfS1c4HcnfrrbHeQ0ot/view", | "manualUrl": "https://drive.google.com/file/d/12kjCLSeyaaqXEvfS1c4HcnfrrbHeQ0ot/view", | ||||
"sourceUrl": "https://github.com/dllmusic/VCV_moDllz", | "sourceUrl": "https://github.com/dllmusic/VCV_moDllz", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"manualUrl": "https://github.com/cschol/modular80/blob/master/README.md", | "manualUrl": "https://github.com/cschol/modular80/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/cschol/modular80", | "sourceUrl": "https://github.com/cschol/modular80", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -5,5 +5,6 @@ | |||||
"manualUrl": "https://github.com/mtsch/mtsch-vcvrack-plugins/blob/master/README.md", | "manualUrl": "https://github.com/mtsch/mtsch-vcvrack-plugins/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/mtsch/mtsch-vcvrack-plugins", | "sourceUrl": "https://github.com/mtsch/mtsch-vcvrack-plugins", | ||||
"donateUrl": "https://www.paypal.me/matcuf", | "donateUrl": "https://www.paypal.me/matcuf", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "MIT", | "license": "MIT", | ||||
"manualUrl": "https://github.com/s-ol/vcvmods/blob/master/README.md", | "manualUrl": "https://github.com/s-ol/vcvmods/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/s-ol/vcvmods", | "sourceUrl": "https://github.com/s-ol/vcvmods", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -4,5 +4,6 @@ | |||||
"license": "MIT", | "license": "MIT", | ||||
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", | "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", | ||||
"sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", | "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -2,9 +2,10 @@ | |||||
"name": "trowaSoft", | "name": "trowaSoft", | ||||
"author": "j4s0n-c", | "author": "j4s0n-c", | ||||
"license": "CC0-1.0", | "license": "CC0-1.0", | ||||
"websiteUrl": "http://www.geekasaurusrex.net/page/trowaSoft-Sequencer-Modules-for-VCV-Rack.aspx", | |||||
"pluginUrl": "http://www.geekasaurusrex.net/page/trowaSoft-Sequencer-Modules-for-VCV-Rack.aspx", | |||||
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md", | "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", | "sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", | ||||
"donateUrl": "https://paypal.me/j4s0n", | "donateUrl": "https://paypal.me/j4s0n", | ||||
"latestVersion": "0.6.0" | |||||
} | |||||
"latestVersion": "0.6.0", | |||||
"status": "available" | |||||
} |
@@ -0,0 +1,16 @@ | |||||
import sys | |||||
import json | |||||
import os | |||||
for filename in sys.argv[1:]: | |||||
slug = os.path.splitext(os.path.basename(filename))[0] | |||||
with open(filename, "r") as f: | |||||
manifest = json.load(f) | |||||
if os.path.exists("repos/" + slug): | |||||
manifest['status'] = "available" | |||||
else: | |||||
next | |||||
with open(filename, "w") as f: | |||||
json.dump(manifest, f, indent=" ") |