Add missing note ons

This commit is contained in:
Roland Rabien 2023-08-27 06:33:07 -07:00
commit a1934673f9
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3ee3c72bad475a7aa7969ca638ad860147d68f19
Subproject commit 4f3247283ed2288c9e33edd9bbf37d3f4f16bdc9

View file

@ -52,6 +52,8 @@ void WavetableVoice::noteStarted()
for (auto& osc : oscillators)
osc.noteOn();
noise.noteOn();
sub.noteOn();
filterADSR.noteOn();