Re: [fluid-dev] FluidSynth Example on MacOS gives segfault

2020-02-23 Thread Tom M. via fluid-dev
Before you try JJC's advice: Could it be that you installed fluidsynth via Homebrew? If so, you probably installed version 2.0.8 which unfortunately is broken on MacOS. And for more than 3 months Homebrew is unable to update it, although they already have the second request for it [1]. Your best op

Re: [fluid-dev] FluidSynth Example on MacOS gives segfault

2020-02-23 Thread Ceresa Jean-Jacques
  Hi, Rohit   I suspect the "segmentation fault" occurs during the execution of fluid_synth_sload(). This souldn't occur even if the soundfont file is malformed.   Please, would you try these 2 simple tests and report each results:   1) First test: use a well know correct sf2 (i.e GUGSv1_47.sf2).

[fluid-dev] FluidSynth Example on MacOS gives segfault

2020-02-23 Thread Rohit Sanjay
Hi, I'm just trying to acquaint myself with FluidSynth by testing out a few example codes given in the docs. I tried to run the code written here , with a random sf2 file that I found online. I run into the following warning and segf