@@ -2286,7 +2286,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"MindMeldModular": { | "MindMeldModular": { | ||||
"buildTimestamp": 1670839865.3470612, | |||||
"buildTimestamp": 1673758858.2457864, | |||||
"creationTimestamp": 1572165273.0, | "creationTimestamp": 1572165273.0, | ||||
"modules": { | "modules": { | ||||
"MixMasterJr": { | "MixMasterJr": { | ||||
@@ -11910,7 +11910,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Digital-Apothecary": { | "Digital-Apothecary": { | ||||
"buildTimestamp": 1673293731.0014064, | |||||
"buildTimestamp": 1673758883.8531945, | |||||
"creationTimestamp": 1673295703.185741, | "creationTimestamp": 1673295703.185741, | ||||
"modules": { | "modules": { | ||||
"Sage": { | "Sage": { | ||||
@@ -11923,5 +11923,23 @@ | |||||
"creationTimestamp": 1673295703.7070727 | "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 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Digital-Apothecary", | "slug": "Digital-Apothecary", | ||||
"name": "Digital Apothecary", | "name": "Digital Apothecary", | ||||
"version": "2.0.2", | |||||
"version": "2.0.4", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Digital Apothecary", | "brand": "Digital Apothecary", | ||||
"author": "Evan JJ Edwards", | "author": "Evan JJ Edwards", | ||||
@@ -16,7 +16,7 @@ | |||||
{ | { | ||||
"slug": "Sage", | "slug": "Sage", | ||||
"name": "Sage", | "name": "Sage", | ||||
"description": "An additive harmonic oscillator", | |||||
"description": "An oscillator that adds harmonically related sine waves.", | |||||
"tags": [ | "tags": [ | ||||
"Oscillator", | "Oscillator", | ||||
"Polyphonic" | "Polyphonic" | ||||
@@ -25,7 +25,7 @@ | |||||
{ | { | ||||
"slug": "Linden", | "slug": "Linden", | ||||
"name": "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": [ | "tags": [ | ||||
"Logic", | "Logic", | ||||
"Random", | "Random", | ||||
@@ -35,7 +35,7 @@ | |||||
{ | { | ||||
"slug": "Rue", | "slug": "Rue", | ||||
"name": "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": [ | "tags": [ | ||||
"Polyphonic", | "Polyphonic", | ||||
"Voltage-controlled amplifier" | "Voltage-controlled amplifier" | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "MindMeldModular", | "slug": "MindMeldModular", | ||||
"name": "MindMeld", | "name": "MindMeld", | ||||
"version": "2.2.0", | |||||
"version": "2.2.1", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "S.Baker and M.Boul\u00e9 ", | "author": "S.Baker and M.Boul\u00e9 ", | ||||
"brand": "MindMeld", | "brand": "MindMeld", | ||||
@@ -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" | |||||
] | |||||
} | |||||
] | |||||
} |