Update of /cvsroot/pure-data/externals/footils/fluid/fluid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13350
Modified Files: main.cpp Log Message:
Reset synth instance after soundfont loading. This finally lets fluid~ play again immediatly after loading, yeah!
Index: main.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/footils/fluid/fluid/main.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.cpp 27 Jan 2004 10:13:57 -0000 1.5 --- main.cpp 20 Mar 2004 10:45:15 -0000 1.6 *************** *** 160,163 **** --- 160,164 ---- { post("Loaded Soundfont: %s", filename); + fluid_synth_program_reset(synth); } }