Skip to content

Commit 43c5f3d

Browse files
jofemodofalkTX
authored andcommitted
Fixes #8: Disable "synth-parallel-render" option, that has been deprecated in FluidSynth 2.0.4.
1 parent 8457f10 commit 43c5f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/FluidPlug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static LV2_Handle lv2_instantiate(const struct _LV2_Descriptor* descriptor, doub
9292
//fluid_settings_setint(settings, "synth.audio-channels", use16Outs ? 16 : 1);
9393
//fluid_settings_setint(settings, "synth.audio-groups", use16Outs ? 16 : 1);
9494
fluid_settings_setnum(settings, "synth.sample-rate", sampleRate);
95-
fluid_settings_setint(settings, "synth.parallel-render", 1);
95+
//fluid_settings_setint(settings, "synth.parallel-render", 1);
9696
fluid_settings_setint(settings, "synth.threadsafe-api", 0);
9797

9898
fluid_synth_t* const synth = new_fluid_synth(settings);

0 commit comments

Comments
 (0)