wavetable/plugin/Source/Cfg.h

10 lines
244 B
C
Raw Normal View History

2020-05-20 16:44:46 -07:00
#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;
}