Re: [fluid-dev] ALSA Problem with libfluidsynth.so

2017-09-08 Thread Tom M.
I guess that you have libfluidsynth.so installed somewhere in /usr/lib/ and this one was compiled without alsa support. If this is the case, when starting ./fluidsynth_simple it doesnt find libfluidsynth.so in the current working directory and uses the one in /usr/lib/. Either remove that installat

[fluid-dev] ALSA Problem with libfluidsynth.so

2017-09-08 Thread mike
Hi All, I successfully used 'cmake' and 'make' to produce the fluidsynth executable. Running ./fluidsynth -a alsa FluidR3_GM.sf2 LUTE.mid played the MIDI file perfectly. I then compiled the example fluidsynth_simple.c, and linked it against libfluidsynth.so The only change I made to fluidsy