Initial Commit

This commit is contained in:
Roland Rabien 2020-05-20 16:44:46 -07:00
commit 73110bbde2
20 changed files with 2600 additions and 0 deletions

10
plugin/Source/Cfg.h Normal file
View file

@ -0,0 +1,10 @@
#pragma once
namespace Cfg
{
constexpr static int numWTs = 2;
constexpr static int numOSCs = 1;
constexpr static int numFilters = 1;
constexpr static int numENVs = 3;
constexpr static int numLFOs = 3;
}