We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8457f10 commit 43c5f3dCopy full SHA for 43c5f3d
1 file changed
source/FluidPlug.c
@@ -92,7 +92,7 @@ static LV2_Handle lv2_instantiate(const struct _LV2_Descriptor* descriptor, doub
92
//fluid_settings_setint(settings, "synth.audio-channels", use16Outs ? 16 : 1);
93
//fluid_settings_setint(settings, "synth.audio-groups", use16Outs ? 16 : 1);
94
fluid_settings_setnum(settings, "synth.sample-rate", sampleRate);
95
- fluid_settings_setint(settings, "synth.parallel-render", 1);
+ //fluid_settings_setint(settings, "synth.parallel-render", 1);
96
fluid_settings_setint(settings, "synth.threadsafe-api", 0);
97
98
fluid_synth_t* const synth = new_fluid_synth(settings);
0 commit comments