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
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