A programmer friend of mine (who wishes to remain anonymous) has
modified the FluidSynth source code to fix the crash experienced when
using the Grand Piano soundfont I uploaded. In the file
fluid_defsfont.c, change this line (both instances):
if (fluid_mod_test_identity(mod,mod_list[i])){
to:
if (mod_list[i] && fluid_mod_test_identity(mod,mod_list[i])){
This fixes the crash experienced when using the grand piano SoundFont.
-~Chris
_________________________________________________________________
Shed those extra pounds with MSN and The Biggest Loser!
http://biggestloser.msn.com/_______________________________________________
fluid-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fluid-dev