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

View file

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