diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jalv.1 | 12 | ||||
-rw-r--r-- | doc/jalv.gtk.1 | 14 |
2 files changed, 25 insertions, 1 deletions
@@ -13,6 +13,14 @@ Print the command line options. .TP +\fB\-c\fR +Print control output changes to stdout. + +.TP +\fB\-c SYM=VAL\fR +Set control value (e.g. "vol=1.4"). + +.TP \fB\-u UUID\fR, \fB\-\-uuid UUID\fR UUID for Jack session restoration. @@ -24,6 +32,10 @@ Load state from state directory. \fB\-d\fR, \fB\-\-dump\fR Dump plugin <=> UI communication. +.TP +\fB\-b SIZE\fR +Buffer size for plugin <=> UI communication. + .SH SEE ALSO .BR jalv.gtk(1), .BR jalv.gtkmm(1), diff --git a/doc/jalv.gtk.1 b/doc/jalv.gtk.1 index 5c8c4b5..c3e8f2b 100644 --- a/doc/jalv.gtk.1 +++ b/doc/jalv.gtk.1 @@ -13,6 +13,14 @@ Print the command line options. .TP +\fB\-c\fR +Print control output changes to stdout. + +.TP +\fB\-c SYM=VAL\fR +Set control value (e.g. "vol=1.4"). + +.TP \fB\-u UUID\fR, \fB\-\-uuid UUID\fR UUID for Jack session restoration. @@ -25,8 +33,12 @@ Load state from state directory. Dump plugin <=> UI communication. .TP +\fB\-b SIZE\fR +Buffer size for plugin <=> UI communication. + +.TP \fB\-g\fR, \fB\-\-generic\-ui\fR -Use Jalv generic UI and not the plugin UI +Use Jalv generic UI and not the plugin UI. .SH SEE ALSO .BR jalv(1), |