aboutsummaryrefslogtreecommitdiff
path: root/emms-player-simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-player-simple.el')
-rw-r--r--emms-player-simple.el3
1 files changed, 3 insertions, 0 deletions
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\"")