This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Testing
tags/1.9.4
falkTX
10 years ago
parent
f914e7f514
commit
ed1f0429da
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
Write
Preview
Loading…
Cancel
Save