diff --git a/manifests-cache.json b/manifests-cache.json index 50cb4d63..31bd8e9e 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -2286,7 +2286,7 @@ } }, "MindMeldModular": { - "buildTimestamp": 1670839865.3470612, + "buildTimestamp": 1673758858.2457864, "creationTimestamp": 1572165273.0, "modules": { "MixMasterJr": { @@ -11910,7 +11910,7 @@ } }, "Digital-Apothecary": { - "buildTimestamp": 1673293731.0014064, + "buildTimestamp": 1673758883.8531945, "creationTimestamp": 1673295703.185741, "modules": { "Sage": { @@ -11923,5 +11923,23 @@ "creationTimestamp": 1673295703.7070727 } } + }, + "NOI": { + "buildTimestamp": 1673758575.0842502, + "creationTimestamp": 1673758885.1150217, + "modules": { + "Wilt": { + "creationTimestamp": 1673758885.4096599 + }, + "Dicotyledon": { + "creationTimestamp": 1673758885.6314676 + }, + "Sunflower": { + "creationTimestamp": 1673758885.8508065 + }, + "Sinensis": { + "creationTimestamp": 1673758886.0595458 + } + } } } \ No newline at end of file diff --git a/manifests/Digital-Apothecary.json b/manifests/Digital-Apothecary.json index 16588c1f..0cde004f 100644 --- a/manifests/Digital-Apothecary.json +++ b/manifests/Digital-Apothecary.json @@ -1,7 +1,7 @@ { "slug": "Digital-Apothecary", "name": "Digital Apothecary", - "version": "2.0.2", + "version": "2.0.4", "license": "GPL-3.0-or-later", "brand": "Digital Apothecary", "author": "Evan JJ Edwards", @@ -16,7 +16,7 @@ { "slug": "Sage", "name": "Sage", - "description": "An additive harmonic oscillator", + "description": "An oscillator that adds harmonically related sine waves.", "tags": [ "Oscillator", "Polyphonic" @@ -25,7 +25,7 @@ { "slug": "Linden", "name": "Linden", - "description": "A module containing some unconventional analog and digital logic gates.", + "description": "A module containing some unconventional analog and digital circuits.", "tags": [ "Logic", "Random", @@ -35,7 +35,7 @@ { "slug": "Rue", "name": "Rue", - "description": "A voltage controlled amplifier cv offset a variable response curve.", + "description": "A voltage controlled amplifier with CV offset and a variable response curve.", "tags": [ "Polyphonic", "Voltage-controlled amplifier" diff --git a/manifests/MindMeldModular.json b/manifests/MindMeldModular.json index d9377e09..a099feba 100644 --- a/manifests/MindMeldModular.json +++ b/manifests/MindMeldModular.json @@ -1,7 +1,7 @@ { "slug": "MindMeldModular", "name": "MindMeld", - "version": "2.2.0", + "version": "2.2.1", "license": "GPL-3.0-or-later", "author": "S.Baker and M.Boul\u00e9 ", "brand": "MindMeld", diff --git a/manifests/NOI.json b/manifests/NOI.json new file mode 100644 index 00000000..b60a0ad8 --- /dev/null +++ b/manifests/NOI.json @@ -0,0 +1,50 @@ +{ + "slug": "NOI", + "name": "NOI", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "NOI", + "author": "Thomas", + "authorEmail": "thomasvguillory@gmail.com", + "authorUrl": "https://lenomdesfleurs.github.io/Blog/", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/LeNomDesFleurs/NOI-VCVRACK", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Wilt", + "name": "Wilt", + "description": "Digital Wilt", + "tags": [ + "Digital", + "Effect" + ] + }, + { + "slug": "Dicotyledon", + "name": "Dicotyledon", + "description": "Logic processor", + "tags": [ + "Logic" + ] + }, + { + "slug": "Sunflower", + "name": "Sunflower", + "description": "Circular mixer", + "tags": [ + "Mixer" + ] + }, + { + "slug": "Sinensis", + "name": "Sinensis", + "description": "Multiband Resonating Filter", + "tags": [ + "VCF" + ] + } + ] +} \ No newline at end of file