From d104e3882e78cf75bea941b352c0a5d76f15ebc0 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 25 Oct 2025 17:55:57 +0000 Subject: [PATCH] Upload files to "Source" --- Source/AudioEngine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/AudioEngine.h b/Source/AudioEngine.h index 1104e55..1249073 100644 --- a/Source/AudioEngine.h +++ b/Source/AudioEngine.h @@ -15,6 +15,7 @@ public: addVoice(new NeuralSynthVoice(sp)); // <-- takes MPESynthesiserVoice* // MPE synths do not use addSound(); note events are routed via MPE zones. + enableLegacyMode(maxNumVoices); setVoiceStealingEnabled(true); }