From 695ddd235e6df10b32a9d8ed460e10f8e56e52c4 Mon Sep 17 00:00:00 2001 From: mlang Date: Sun, 15 Oct 2006 19:41:00 +0000 Subject: FluidSynth midi file player darcs-hash:20061015194104-08870-0cf34454c85441753986c50f8ce4bb47da88a69d.gz --- emms-player-simple.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emms-player-simple.el') diff --git a/emms-player-simple.el b/emms-player-simple.el index de3edad..63a1e69 100644 --- a/emms-player-simple.el +++ b/emms-player-simple.el @@ -181,6 +181,9 @@ PLAYER is the name of the current player." (define-emms-simple-player timidity '(file) (emms-player-simple-regexp "mid" "rmi" "rcp" "r36" "g18" "g36" "mfi") "timidity") +(define-emms-simple-player fluidsynth '(file) + (emms-player-simple-regexp "mid") + "fluidsynth" "-aalsa" "-in" "/media/music/sf/FluidR3-GM.SF2") (define-emms-simple-player alsaplayer '(file url) (emms-player-simple-regexp ".ogg" ".mp3" ".wav" ".flac" ".pls" ".m3u" "http://") "alsaplayer" "--quiet" "--nosave" "\"--interface text\"") -- cgit v1.2.3