summaryrefslogtreecommitdiffstats
path: root/audio/fluid-soundfont/fluidplay
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2011-06-17 23:45:45 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-06-17 23:45:45 -0500
commit3f1eef58da90230ae617e5b105b17eaff7e832ce (patch)
tree8feac440ff012286c4941a993e064da6d461cdfe /audio/fluid-soundfont/fluidplay
parentee98b278039b6e166b3b4ffb2eb379e81f2d1a1f (diff)
downloadslackbuilds-3f1eef58da90230ae617e5b105b17eaff7e832ce.tar.gz
slackbuilds-3f1eef58da90230ae617e5b105b17eaff7e832ce.tar.xz
audio/fluid-soundfont: Added (Fluid General MIDI SoundFont)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/fluid-soundfont/fluidplay')
-rw-r--r--audio/fluid-soundfont/fluidplay5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/fluid-soundfont/fluidplay b/audio/fluid-soundfont/fluidplay
new file mode 100644
index 0000000000..780ce02d4d
--- /dev/null
+++ b/audio/fluid-soundfont/fluidplay
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+SOUNDFONTS="/usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2"
+
+exec fluidsynth $SOUNDFONTS "$@"