DEFAULT_SOUNDFONT=/usr/share/sounds/sf2/Roland_SC-55.sf2 fluidsynth --audio-driver=alsa --chorus=0 --reverb=0 $DEFAULT_SOUNDFONT "$@" [ $? -ne 127 ] && exit $? timidity "$@" [ $? -ne 127 ] && exit $? vlc "$@" [ $? -ne 127 ] && exit $? APLAYMIDI_PORT=128:0 # TODO: read port from aplaymidi -l aplaymidi -p $APLAYMIDI_PORT "$@" [ $? -ne 127 ] && exit $? #else exit 127