wavetable/plugin/Source/Cfg.h

9 lines
205 B
C
Raw Normal View History

2020-05-20 16:44:46 -07:00
#pragma once
namespace Cfg
{
2023-08-23 08:45:23 -07:00
constexpr static int numOSCs = 4;
constexpr static int numFilters = 2;
2020-05-20 16:44:46 -07:00
constexpr static int numENVs = 3;
constexpr static int numLFOs = 3;
}