wavetable/plugin/Source/Cfg.h

11 lines
267 B
C
Raw Normal View History

2020-05-20 16:44:46 -07:00
#pragma once
namespace Cfg
{
2023-08-23 11:21:37 -07:00
constexpr static int numOSCs = 2;
2020-05-20 16:44:46 -07:00
constexpr static int numENVs = 3;
constexpr static int numLFOs = 3;
2023-08-26 19:04:45 -07:00
constexpr static int numStepLFOSteps = 32;
constexpr static int numGateSteps = 16;
2020-05-20 16:44:46 -07:00
}