Browse Source

Misc

tags/1.9.7
falkTX 10 years ago
parent
commit
876cf81278
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      source/native-plugins/zynaddsubfx-synth.cpp

+ 4
- 0
source/native-plugins/zynaddsubfx-synth.cpp View File

@@ -700,6 +700,10 @@ protected:
_deleteMaster();

fSynth.buffersize = static_cast<int>(bufferSize);

if (fSynth.buffersize > 32)
fSynth.buffersize = 32;

fSynth.alias();

_initMaster();


Loading…
Cancel
Save