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,