More UI cleanup

This commit is contained in:
Roland Rabien 2023-08-26 19:04:45 -07:00
commit dd12f197e9
5 changed files with 14 additions and 11 deletions

View file

@ -5,4 +5,7 @@ namespace Cfg
constexpr static int numOSCs = 2;
constexpr static int numENVs = 3;
constexpr static int numLFOs = 3;
constexpr static int numStepLFOSteps = 32;
constexpr static int numGateSteps = 16;
}