Allow selecting wavetable

This commit is contained in:
Roland Rabien 2023-08-25 13:26:25 -07:00
commit a69ef9e54c
5 changed files with 126 additions and 11 deletions

View file

@ -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 };