SDL_mixer: added example soundfont config file from original patch.

From 23a3cd5e30bc56c02c1c0c4cc8a5bc1e90448b18 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 31 Jul 2026 23:11:10 +0300
Subject: [PATCH] added example soundfont config file from original patch.

---
 src/timidity/sndfont.cfg | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 src/timidity/sndfont.cfg

diff --git a/src/timidity/sndfont.cfg b/src/timidity/sndfont.cfg
new file mode 100644
index 00000000..94d6759d
--- /dev/null
+++ b/src/timidity/sndfont.cfg
@@ -0,0 +1,19 @@
+#----------------------------------------------------------------
+# SoundFont extension configuration
+#
+# soundfont <filename> [order=<number>]
+#    filename is the path of SoundFont file.
+#    number is 0(preload) or 1(load after GUS).
+#
+# font exclude <bank> [<preset> [<keynote>]]
+# font order <number> <bank> [<preset> [<keynote>]]
+#----------------------------------------------------------------
+
+soundfont /usr/local/lib/sfbank/chaos4m.sf2
+
+# remove chaos drumset
+font exclude 128 99
+
+# load drum samples after GUS patches
+font order 1 128
+