SlackBuildsOrg/audio/fluid-soundfont/fluidplay
B. Watson 3f1eef58da audio/fluid-soundfont: Added (Fluid General MIDI SoundFont)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-06-17 23:45:45 -05:00

5 lines
132 B
Bash

#!/bin/sh
SOUNDFONTS="/usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2"
exec fluidsynth $SOUNDFONTS "$@"