From 38d7194c46939f4806c10d62d7a233bbce6df0b8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 15 Jul 2022 22:42:12 -0400 Subject: [PATCH] Update manifest Fundamental to 2.3.0 --- manifests-cache.json | 14 +++++++++++++- manifests/Fundamental.json | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 1ebc774b..232563d0 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -599,7 +599,7 @@ } }, "Fundamental": { - "buildTimestamp": 1653387650.6516123, + "buildTimestamp": 1657939250.7140658, "creationTimestamp": 1518016501.0, "modules": { "VCO": { @@ -691,6 +691,18 @@ }, "Fade": { "creationTimestamp": 1653361431.5703387 + }, + "Logic": { + "creationTimestamp": 1657939252.0139658 + }, + "Compare": { + "creationTimestamp": 1657939252.222999 + }, + "Gates": { + "creationTimestamp": 1657939252.5027719 + }, + "Process": { + "creationTimestamp": 1657939252.724961 } } }, diff --git a/manifests/Fundamental.json b/manifests/Fundamental.json index 87ec7fec..9e02d816 100644 --- a/manifests/Fundamental.json +++ b/manifests/Fundamental.json @@ -1,7 +1,7 @@ { "slug": "Fundamental", - "name": "Fundamental", - "version": "2.2.1", + "name": "VCV Fundamental", + "version": "2.3.0", "license": "GPL-3.0-or-later", "brand": "VCV", "author": "VCV", @@ -311,6 +311,40 @@ "Utility", "Polyphonic" ] + }, + { + "slug": "Logic", + "name": "Logic", + "description": "Gate logic processor", + "tags": [ + "Logic", + "Polyphonic" + ] + }, + { + "slug": "Compare", + "name": "Compare", + "description": "Compares two voltages", + "tags": [ + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Gates", + "name": "Gates", + "description": "Gate processor", + "tags": [ + "Polyphonic" + ] + }, + { + "slug": "Process", + "name": "Process", + "description": "CV processor", + "tags": [ + "Polyphonic" + ] } ] } \ No newline at end of file