diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-21 21:43:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-21 21:43:00 +0000 |
commit | 08d369cedee786f4614e1b9210cb3c78741361f3 (patch) | |
tree | 27021e88b88d49f089078e90667976b4f3ae5cbb /emms.texinfo | |
parent | 6bd53f5563cc1a4cfe9cb50b54e9f14e289a9f45 (diff) |
emms-player-mpd: Implement and document support for changing the volume.
darcs-hash:20060421214306-1bfb2-44c50b54640c68005184d312ea975c7cb77e629d.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index b9039da..33341f7 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1176,6 +1176,19 @@ differs from @command{emms-show} in that it asks MusicPD for the current track, rather than Emms. @end defun +@defun emms-player-mpd-volume-change amount +Change volume up or down by AMOUNT, depending on whether it is +positive or negative. +@end defun + +@defun emms-player-mpd-volume-up +Increase the volume. +@end defun + +@defun emms-player-mpd-volume-down +Decrease the volume. +@end defun + @node Lyrics @chapter Lyrics |