fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Fluidsynth crash fixed


From: S. Christian Collins
Subject: [fluid-dev] Fluidsynth crash fixed
Date: Sat, 16 Feb 2008 21:20:43 -0600

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! Learn more.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]