From aed782e755c4accd5ac9023ea4db889e2cb884b6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 22 Oct 2021 16:10:27 -0400 Subject: [PATCH] Deprecate VCA. --- plugin.json | 3 ++- src/VCA.cpp | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index d242985..2d0166d 100644 --- a/plugin.json +++ b/plugin.json @@ -61,7 +61,8 @@ "VCA", "Dual", "Polyphonic" - ] + ], + "hidden": true }, { "slug": "LFO", diff --git a/src/VCA.cpp b/src/VCA.cpp index fdc0206..5744d57 100644 --- a/src/VCA.cpp +++ b/src/VCA.cpp @@ -1,6 +1,9 @@ #include "plugin.hpp" +// Deprecated. Use VCA-1 instead. + + struct VCA : Module { enum ParamIds { LEVEL1_PARAM,