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