mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Initial Commit
This commit is contained in:
commit
73110bbde2
20 changed files with 2600 additions and 0 deletions
10
plugin/Source/Cfg.h
Normal file
10
plugin/Source/Cfg.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue