Upload files to "Source"

This commit is contained in:
ed
2025-10-25 17:55:57 +00:00
parent 3ac2cc15b1
commit d104e3882e

View File

@@ -15,6 +15,7 @@ public:
addVoice(new NeuralSynthVoice(sp)); // <-- takes MPESynthesiserVoice* addVoice(new NeuralSynthVoice(sp)); // <-- takes MPESynthesiserVoice*
// MPE synths do not use addSound(); note events are routed via MPE zones. // MPE synths do not use addSound(); note events are routed via MPE zones.
enableLegacyMode(maxNumVoices);
setVoiceStealingEnabled(true); setVoiceStealingEnabled(true);
} }