mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Simplify plugin
This commit is contained in:
parent
2e8de090a2
commit
5bbbac164c
7 changed files with 95 additions and 391 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
namespace Cfg
|
||||
{
|
||||
constexpr static int numOSCs = 4;
|
||||
constexpr static int numFilters = 2;
|
||||
constexpr static int numOSCs = 2;
|
||||
constexpr static int numENVs = 3;
|
||||
constexpr static int numLFOs = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue