mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add noise and sub osc
This commit is contained in:
parent
bda6188352
commit
5f08863f97
9 changed files with 111 additions and 38 deletions
|
|
@ -18,6 +18,8 @@ private:
|
|||
WavetableAudioProcessor& proc;
|
||||
|
||||
OscillatorBox oscillators[Cfg::numOSCs] { { "oscillator 1", proc, 0 }, { "oscillator 2", proc, 1 } };
|
||||
NoiseBox noise { "noise", proc };
|
||||
SubBox sub { "sub", proc };
|
||||
|
||||
FilterBox filter { "filter", proc };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue