From 58ffb2e6f35ae2528d55ce92f79b42b8bc17be9c Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 13 Aug 2012 16:51:11 -0400 Subject: add adj-balance verb for incremental balance changes This is useful if you ever wanted to script balance adjustment, since it would otherwise require 2 invocations (get + set). --- pulsemix.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pulsemix.1') diff --git a/pulsemix.1 b/pulsemix.1 index f06e9b7..3665078 100644 --- a/pulsemix.1 +++ b/pulsemix.1 @@ -39,6 +39,10 @@ Get the balance of the target. .IP "\fBset-balance\fR \fIVALUE\fR" Set the balance of the target. VALUE is an integer from -100 (all left) to 100 (all right). +.IP "\fBadj-balance\fR \fIVALUE\fR" +Adjust balance by the integer increment VALUE. The resulting balance has the same +bounds as those set by \fBset-balance\fR. The end-of-options indicator (\fI--\fR) is +required when passing a negative increment. .IP "\fBincrease\fR \fIVALUE\fR" Increase the volume percentage of target device or application by integer VALUE. Increasing the volume in this way is capped at 100. -- cgit v1.2.3