mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Allow selecting wavetable
This commit is contained in:
parent
3dbcbf73e5
commit
a69ef9e54c
5 changed files with 126 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ private:
|
|||
|
||||
OscillatorBox oscillators[Cfg::numOSCs] { { "oscillator 1", proc, 0 }, { "oscillator 2", proc, 1 } };
|
||||
|
||||
FilterBox filter { "filter 1", proc };
|
||||
FilterBox filter { "filter", proc };
|
||||
|
||||
FilterADSRArea fltADSR { proc };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue