diff --git a/manifests/VultCompacts.json b/manifests/VultCompacts.json index cee16c5f..19b9c5d2 100644 --- a/manifests/VultCompacts.json +++ b/manifests/VultCompacts.json @@ -8,14 +8,13 @@ "pluginUrl": "https://modlfo.github.io/VultModules/compacts/", "authorUrl": "https://vult-dsp.com", "manualUrl": "https://modlfo.github.io/VultModules", - "version": "1.0.3", + "version": "1.1.0", "modules": [ { "slug": "Freak", "name": "Freak", "tags": [ "VCF", - "VCO", "Polyphonic" ], "description": "Manifold Filter" @@ -43,7 +42,6 @@ "name": "Vorg", "tags": [ "VCF", - "VCO", "Polyphonic" ], "description": "Low/High Pass Filter" diff --git a/manifests/VultModules.json b/manifests/VultModules.json index 5568415e..f990f55f 100644 --- a/manifests/VultModules.json +++ b/manifests/VultModules.json @@ -8,7 +8,7 @@ "pluginUrl": "https://modlfo.github.io/VultModules/premium/", "authorUrl": "https://vult-dsp.com", "manualUrl": "https://modlfo.github.io/VultModules", - "version": "1.0.3", + "version": "1.1.0", "modules": [ { "slug": "Basal", @@ -115,7 +115,6 @@ "name": "Lateralus", "tags": [ "VCF", - "VCO", "Polyphonic" ], "description": "Diode Ladder Filter" @@ -171,7 +170,6 @@ "tags": [ "Low pass gate", "VCF", - "VCO", "VCA", "Polyphonic" ], @@ -193,7 +191,7 @@ "tags": [ "VCF", "Effect", - "VCO", + "Physical modeling", "Polyphonic" ], "description": "Resonant Comb Filter" @@ -242,7 +240,6 @@ "name": "Tangents", "tags": [ "VCF", - "VCO", "Polyphonic" ], "description": "Steiner-Parker Filter" @@ -302,7 +299,6 @@ "name": "Vortex", "tags": [ "VCF", - "VCO", "Polyphonic" ], "description": "Russian Filter" diff --git a/manifests/VultModulesFree.json b/manifests/VultModulesFree.json index cf2ce8d8..7b7d5839 100644 --- a/manifests/VultModulesFree.json +++ b/manifests/VultModulesFree.json @@ -8,7 +8,7 @@ "pluginUrl": "https://modlfo.github.io/VultModules/", "authorUrl": "https://vult-dsp.com", "manualUrl": "https://modlfo.github.io/VultModules", - "version": "1.0.3", + "version": "1.1.0", "modules": [ { "slug": "Basal", @@ -87,7 +87,6 @@ "name": "Lateralus (Free)", "tags": [ "VCF", - "VCO", "Polyphonic" ], "description": "Diode Ladder Filter" @@ -171,7 +170,6 @@ "name": "Tangents (Free)", "tags": [ "VCF", - "VCO", "Polyphonic" ], "description": "Steiner-Parker Filter" diff --git a/manifests/VultMysteries.json b/manifests/VultMysteries.json new file mode 100644 index 00000000..1b03121c --- /dev/null +++ b/manifests/VultMysteries.json @@ -0,0 +1,31 @@ +{ + "slug": "VultMysteries", + "name": "Vult Mysteries", + "author": "Leonardo Laguna Ruiz", + "brand": "Vult", + "license": "proprietary", + "authorEmail": "leonardo@vult-dsp.com", + "pluginUrl": "https://modlfo.github.io/VultModules/premium/", + "authorUrl": "https://vult-dsp.com", + "manualUrl": "https://modlfo.github.io/VultModules", + "version": "1.1.0", + "modules": [ + { + "slug": "Quincunx", + "name": "Quincunx", + "tags": [ + "Random" + ], + "description": "Probability Machine" + }, + { + "slug": "Dopamine", + "name": "Dopamine", + "tags": [ + "Sequencer", + "Random" + ], + "description": "Neural Tape" + } + ] +} \ No newline at end of file