Software synthesizer based on the SoundFont 2 specifications
Find a file
Josh Green 22edb56803 src/Makefile.am: Added -Wl,--as-needed to cut down on dependencies.
src/ fluid_synth.c: Declared functions as static which are local,
  removed useless fluid_synth_verify_settings function.
src/fluid_synth.h: Removed declarations which are now static.
src/fluid_voice.c: Declared functions as static which are local.
src/fluid_voice.h: Removed declarations which are now static,
  added note concerning fluid_voice_gen_value being declared but not used.
2009-06-07 05:16:47 +00:00
fluidsynth src/Makefile.am: Added -Wl,--as-needed to cut down on dependencies. 2009-06-07 05:16:47 +00:00