diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index eedf3192..5a5c23ee 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "1.0.2", + "version": "1.0.3", "license": "BSD-3-Clause", "name": "Bidoo", "brand": "Bidoo", @@ -70,6 +70,14 @@ "Dynamics" ] }, + { + "slug": "mINIBar", + "name": "mINIBar", + "description": "Compressor", + "tags": [ + "Dynamics" + ] + }, { "slug": "BISTROT", "name": "BISTROT", diff --git a/manifests/Prism.json b/manifests/Prism.json index c7e81dfd..f99b9a71 100644 --- a/manifests/Prism.json +++ b/manifests/Prism.json @@ -8,7 +8,8 @@ "pluginUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", "authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", "sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", - "version": "1.0.1", + "changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", + "version": "1.0.2", "modules": [ { "slug": "Rainbow", diff --git a/manifests/computerscare.json b/manifests/computerscare.json new file mode 100644 index 00000000..d4f11762 --- /dev/null +++ b/manifests/computerscare.json @@ -0,0 +1,112 @@ +{ + "slug": "computerscare", + "name": "computerscare", + "brand": "computerscare", + "author": "computerscare", + "license": "BSD-3-Clause", + "authorEmail": "aemalone@test.com", + "pluginUrl": "https://github.com/freddyz/computerscare-vcv-modules", + "authorUrl": "https://github.com/freddyz/computerscare-vcv-modules", + "sourceUrl": "https://github.com/freddyz/computerscare-vcv-modules", + "version": "1.0.0", + "modules": [ + { + "slug": "computerscare-knolypobs", + "name": "Knoly Pobs", + "description": "16 knobs with polyphonic output", + "tags": [ + "Polyphonic", + "Utility" + ] + }, + { + "slug": "computerscare-bolyputtons", + "name": "Boly Puttons", + "description": "16 momentary or latch buttons with polyphonic output and optional input", + "tags": [ + "Polyphonic", + "Utility" + ] + }, + { + "slug": "computerscare-debug", + "name": "Debug", + "description": "Debugger, poly sample & hold, poly volt meter", + "tags": [ + "Polyphonic", + "Utility", + "Random", + "Sample and hold" + ] + }, + { + "slug": "computerscare-ohpeas", + "name": "Oh Peas!", + "description": "Quad Quantenuverter. Attenuverter, Offsetter, Microtonal Quantizer", + "tags": [ + "Polyphonic", + "Quantizer", + "Utility", + "Quad" + ] + }, + { + "slug": "computerscare-fatherandson", + "name": "Father and Son Patch Sequencer", + "description": "Patch Sequencer - 10 in, 10 out patch matrix with 16 scenes", + "tags": [ + "Polyphonic", + "Utility", + "Sequencer" + ] + }, + { + "slug": "computerscare-laundry-soup", + "name": "Laundry Soup", + "description": "Rhythm sequencer, pulse generator, text-based", + "tags": [ + "Sequencer", + "Clock modulator", + "Random" + ] + }, + { + "slug": "computerscare-i-love-cookies", + "name": "I Love Cookies", + "description": "Text-based CV and signal sequencer", + "tags": [ + "Sequencer", + "Utility", + "Random" + ] + }, + { + "slug": "computerscare-roly-pouter", + "name": "Roly Pouter", + "description": "Polyphonic router", + "tags": [ + "Polyphonic", + "Utility" + ] + }, + { + "slug": "computerscare-toly-pools", + "name": "Toly Pools", + "description": "Polyphonic toolset including rotator, number-of-channels selector", + "tags": [ + "Polyphonic", + "Utility", + "Attenuator" + ] + }, + { + "slug": "computerscare-soly-pequencer", + "name": "Soly Pequencer", + "description": "Sequentially step through the channels of a polyphonic signal.", + "tags": [ + "Polyphonic", + "Sequencer" + ] + } + ] +} \ No newline at end of file