mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Add missing note ons
This commit is contained in:
parent
f65852a554
commit
a1934673f9
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3ee3c72bad475a7aa7969ca638ad860147d68f19
|
Subproject commit 4f3247283ed2288c9e33edd9bbf37d3f4f16bdc9
|
||||||
|
|
@ -52,6 +52,8 @@ void WavetableVoice::noteStarted()
|
||||||
|
|
||||||
for (auto& osc : oscillators)
|
for (auto& osc : oscillators)
|
||||||
osc.noteOn();
|
osc.noteOn();
|
||||||
|
noise.noteOn();
|
||||||
|
sub.noteOn();
|
||||||
|
|
||||||
filterADSR.noteOn();
|
filterADSR.noteOn();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue