From 80de8fb93bb5447438cce03275ba4e2b9bc5923e Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sat, 25 Apr 2009 12:32:22 +0200
Subject: [PATCH] fluidsynth: added "experimental" comments in the source file

---
 INSTALL                         | 2 +-
 src/decoder/fluidsynth_plugin.c | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 5683b7ac4..d7f1bbd1b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -99,7 +99,7 @@ libsidplay2 - http://sidplay2.sourceforge.net/
 For C64 SID support.
 
 libfluidsynth - http://fluidsynth.resonance.org/
-For MIDI support.
+For MIDI support (DO NOT USE - use libwildmidi instead)
 
 libwildmidi - http://wildmidi.sourceforge.net/
 For MIDI support.
diff --git a/src/decoder/fluidsynth_plugin.c b/src/decoder/fluidsynth_plugin.c
index a35a0d04d..99c874c09 100644
--- a/src/decoder/fluidsynth_plugin.c
+++ b/src/decoder/fluidsynth_plugin.c
@@ -17,6 +17,15 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/*
+ * WARNING!  This plugin suffers from major shortcomings in the
+ * libfluidsynth API, which render it practically unusable.  For a
+ * discussion, see the post on the fluidsynth mailing list:
+ *
+ * http://www.mail-archive.com/fluid-dev@nongnu.org/msg01099.html
+ *
+ */
+
 #include "../decoder_api.h"
 #include "../timer.h"
 #include "../conf.h"