Browse Source

Testing

tags/1.9.4
falkTX 10 years ago
parent
commit
ed1f0429da
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      source/modules/daz-plugins/zynaddsubfx-synth.cpp

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

@@ -297,6 +297,10 @@ public:
synth = new SYNTH_T();
synth->buffersize = host->get_buffer_size(host->handle);
synth->samplerate = host->get_sample_rate(host->handle);

if (synth->buffersize > 32)
synth->buffersize = 32;

synth->alias();

config.init();


Loading…
Cancel
Save