On Fri, Dec 12, 2008 at 12:30:01PM +0000, Jacob Meuser wrote: sorry, meant to include this
I use this script (named rfs) to run fluidsynth. <<< #!/bin/sh exec /usr/local/bin/fluidsynth \ -a libsndio \ -m oss -o midi.oss.device=/dev/rmidi1 \ -r 48000 \ -c 2 -z 128 \ "$@" >>> the soundfont(s) are the arguments. e.g. $ rfs guitar.sf2 tweak the midi device, rate, and buffers as desired. -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org