Simplify plugin

This commit is contained in:
Roland Rabien 2023-08-23 11:21:37 -07:00
commit 5bbbac164c
7 changed files with 95 additions and 391 deletions

View file

@ -2,8 +2,7 @@
namespace Cfg
{
constexpr static int numOSCs = 4;
constexpr static int numFilters = 2;
constexpr static int numOSCs = 2;
constexpr static int numENVs = 3;
constexpr static int numLFOs = 3;
}