[SCM] calf/master: + Fluidsynth: remove default soundfont path, add a "proper" custom GUI

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:19 UTC 2013


The following commit has been merged in the master branch:
commit 93c87aa6bd34d13fbd62be9084452aad74cc6f78
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Feb 4 23:45:43 2009 +0000

    + Fluidsynth: remove default soundfont path, add a "proper" custom GUI

diff --git a/gui/gui-fluidsynth.xml b/gui/gui-fluidsynth.xml
new file mode 100644
index 0000000..6181291
--- /dev/null
+++ b/gui/gui-fluidsynth.xml
@@ -0,0 +1,11 @@
+<table rows="2" cols="3">
+    <!--
+    <align attach-x="0" attach-y="0"   align-x="1"><label param="master"  /></align>
+    <knob attach-x="1" attach-w="1" attach-y="0" shrink-x="1" param="master"  />
+    <value param="master"  attach-x="2" attach-y="0" pad-x="10" />
+    -->
+
+    <align attach-x="0" attach-y="1"   align-x="1"><label param="soundfont"  /></align>
+    <filechooser attach-x="1" attach-w="2" attach-y="1" key="soundfont" title="Select a soundfont" width_chars="30"/>
+</table>
+
diff --git a/src/modules.cpp b/src/modules.cpp
index 9f8a5cc..7f767ff 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -484,7 +484,7 @@ CALF_PORT_PROPS(organ) = {
 
 ////////////////////////////////////////////////////////////////////////////
 
-const char *fluidsynth_init_soundfont = "/home/kfoltman/sf2/HS R8 Drums.sf2";
+const char *fluidsynth_init_soundfont = "";
 
 CALF_PORT_NAMES(fluidsynth) = {
     "Out L", "Out R", 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list