From 876cf812785e138c8c33a2e1810dd289d87f30bf Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 17 Aug 2015 18:46:54 +0200 Subject: [PATCH] Misc --- source/native-plugins/zynaddsubfx-synth.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/native-plugins/zynaddsubfx-synth.cpp b/source/native-plugins/zynaddsubfx-synth.cpp index 8662d18cd..2e4b19224 100644 --- a/source/native-plugins/zynaddsubfx-synth.cpp +++ b/source/native-plugins/zynaddsubfx-synth.cpp @@ -700,6 +700,10 @@ protected: _deleteMaster(); fSynth.buffersize = static_cast(bufferSize); + + if (fSynth.buffersize > 32) + fSynth.buffersize = 32; + fSynth.alias(); _initMaster();