On 2020-02-15 2:24 a.m., Tom M. via fluid-dev wrote:
As JJC already indicated, your environment is "polluted". The
fluidsynth 2.1.0 binary tries to use the libfluidsynth 2.0.2 . This
cannot work. Execute ldd ./fluidsynth to see which libfluidsynth is
being loaded. Then remove it as well as other fluidsynth leftover
installation files (e.g. headers). Make a clean rebuild of fluidsynth
2.1.0, install it and try again.

Tom

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Hi Tom,

You got it!

I rebuild fluidsynth and forced it to use the locally build libfluidsynth by setting LD_LIBRARY_PATH.

Now fluidsynth works and I can ear the reverb.

I did the same to my app but the reverb and chorus still do not work with 2.1.0.

No runtime error, but no effect.

The problem must be on my side.

Thanks a lot for your help.

Regards

Pascal


_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to