mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Switch to cmake
This commit is contained in:
parent
d858a10fc9
commit
1a375b0ad5
19 changed files with 1083 additions and 1007 deletions
|
|
@ -2,9 +2,8 @@
|
|||
|
||||
namespace Cfg
|
||||
{
|
||||
constexpr static int numWTs = 2;
|
||||
constexpr static int numOSCs = 1;
|
||||
constexpr static int numFilters = 1;
|
||||
constexpr static int numOSCs = 4;
|
||||
constexpr static int numFilters = 2;
|
||||
constexpr static int numENVs = 3;
|
||||
constexpr static int numLFOs = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue