Index: denemo_deb/src/prefops.c =================================================================== --- denemo_deb.orig/src/prefops.c 2010-02-14 19:20:03.000000000 +0100 +++ denemo_deb/src/prefops.c 2010-02-14 19:22:08.000000000 +0100 @@ -83,9 +83,9 @@ ret->midi_audio_output = Portaudio; //#endif -#ifdef _HAVE_FLUIDSYNTH_ - ret->midi_audio_output = Fluidsynth; -#endif +//#ifdef _HAVE_FLUIDSYNTH_ +// ret->midi_audio_output = Fluidsynth; +//#endif #ifdef _HAVE_JACK_ ret->midi_audio_output = Jack; #endif @@ -129,7 +129,7 @@ #ifdef G_OS_WIN32 ret->fluidsynth_audio_driver = g_string_new ("portaudio"); #else - ret->fluidsynth_audio_driver = g_string_new ((char *)fluidsynth_get_default_audio_driver()); + ret->fluidsynth_audio_driver = g_string_new ("pulseaudio"); #endif gchar *soundfontpath = g_build_filename (get_data_dir (), "soundfonts", "A320U.sf2", NULL);