From 721bb1afd1049f0faad74f033762d86b170fb01d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 23 May 2022 23:04:12 -0400 Subject: [PATCH] Update manifest Fundamental to 2.2.0 --- manifests-cache.json | 8 +++++++- manifests/Fundamental.json | 23 ++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index eb413319..cbb416a3 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -596,7 +596,7 @@ } }, "Fundamental": { - "buildTimestamp": 1644495761.5395339, + "buildTimestamp": 1653361430.1240246, "creationTimestamp": 1518016501.0, "modules": { "VCO": { @@ -682,6 +682,12 @@ }, "Mixer": { "creationTimestamp": 1639850439.5225868 + }, + "CVMix": { + "creationTimestamp": 1653361431.4450376 + }, + "Fade": { + "creationTimestamp": 1653361431.5703387 } } }, diff --git a/manifests/Fundamental.json b/manifests/Fundamental.json index f2f4f037..89d1b2e7 100644 --- a/manifests/Fundamental.json +++ b/manifests/Fundamental.json @@ -1,7 +1,7 @@ { "slug": "Fundamental", "name": "Fundamental", - "version": "2.1.0", + "version": "2.2.0", "license": "GPL-3.0-or-later", "brand": "VCV", "author": "VCV", @@ -290,6 +290,27 @@ "Random", "Sample and hold" ] + }, + { + "slug": "CVMix", + "name": "CV Mix", + "description": "Mixes 3 CV signals with attenuverters", + "tags": [ + "Mixer", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Fade", + "name": "Fade", + "description": "Crossfades audio or CV", + "tags": [ + "Panning", + "Voltage-controlled amplifier", + "Utility", + "Polyphonic" + ] } ] } \ No newline at end of file