From 0d7067b0ecb6e7d04194c906a1562b28eeec703f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 1 Apr 2023 09:49:42 -0400 Subject: [PATCH] Update manifest Fundamental to 2.4.0 --- manifests-cache.json | 5 ++++- manifests/Fundamental.json | 13 ++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 5ebb7393..05064f7f 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -617,7 +617,7 @@ } }, "Fundamental": { - "buildTimestamp": 1659891152.8266246, + "buildTimestamp": 1680356883.8304696, "creationTimestamp": 1518016501.0, "modules": { "VCO": { @@ -721,6 +721,9 @@ }, "Process": { "creationTimestamp": 1657939252.724961 + }, + "Mult": { + "creationTimestamp": 1680356887.068589 } } }, diff --git a/manifests/Fundamental.json b/manifests/Fundamental.json index 6bf86d5b..dac5088d 100644 --- a/manifests/Fundamental.json +++ b/manifests/Fundamental.json @@ -1,7 +1,7 @@ { "slug": "Fundamental", "name": "VCV Fundamental", - "version": "2.3.1", + "version": "2.4.0", "license": "GPL-3.0-or-later", "brand": "VCV", "author": "VCV", @@ -188,6 +188,7 @@ "description": "Routes 1 input to one of 4 outputs", "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch", "tags": [ + "Switch", "Utility", "Polyphonic" ] @@ -198,6 +199,7 @@ "description": "Routes one of 4 inputs to 1 output", "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch", "tags": [ + "Switch", "Utility", "Polyphonic" ] @@ -345,6 +347,15 @@ "tags": [ "Polyphonic" ] + }, + { + "slug": "Mult", + "name": "Mult", + "description": "Copies a signal to 8 outputs", + "tags": [ + "Utility", + "Polyphonic" + ] } ] } \ No newline at end of file