From a1934673f9a02f077161ffdc8cdeaae151e6e8b4 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sun, 27 Aug 2023 06:33:07 -0700 Subject: [PATCH] Add missing note ons --- modules/gin | 2 +- plugin/Source/WavetableVoice.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/gin b/modules/gin index 3ee3c72..4f32472 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit 3ee3c72bad475a7aa7969ca638ad860147d68f19 +Subproject commit 4f3247283ed2288c9e33edd9bbf37d3f4f16bdc9 diff --git a/plugin/Source/WavetableVoice.cpp b/plugin/Source/WavetableVoice.cpp index e80be0b..a1375a5 100644 --- a/plugin/Source/WavetableVoice.cpp +++ b/plugin/Source/WavetableVoice.cpp @@ -52,6 +52,8 @@ void WavetableVoice::noteStarted() for (auto& osc : oscillators) osc.noteOn(); + noise.noteOn(); + sub.noteOn(); filterADSR.noteOn();