mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
10 lines
244 B
C++
10 lines
244 B
C++
#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;
|
|
}
|