diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jalv.1 | 36 | ||||
-rw-r--r-- | doc/jalv.gtk.1 | 34 |
2 files changed, 35 insertions, 35 deletions
@@ -9,32 +9,36 @@ .SH OPTIONS .TP -\fB\-h\fR -Print the command line options. +\fB\-b SIZE\fR +Buffer size for plugin <=> UI communication. .TP -\fB\-p\fR -Print control output changes to stdout. +\fB\-c SYM=VAL\fR +Set control value (e.g. "vol=1.4"). .TP -\fB\-i\fR -Ignore input on stdin (for background use). +\fB\-d\fR +Dump plugin <=> UI communication. .TP -\fB\-c SYM=VAL\fR -Set control value (e.g. "vol=1.4"). +\fB\-h\fR +Print the command line options. .TP -\fB\-u UUID\fR -UUID for Jack session restoration. +\fB\-i\fR +Ignore input on stdin (for background use). .TP \fB\-l DIR\fR Load state from state directory. .TP -\fB\-d\fR -Dump plugin <=> UI communication. +\fB\-n NAME\fR +Jack client name + +.TP +\fB\-p\fR +Print control output changes to stdout. .TP \fB\-s\fR @@ -47,12 +51,8 @@ This option only works when plugins provide a UI that is usable via the non-embe Print trace messages from plugin .TP -\fB\-b SIZE\fR -Buffer size for plugin <=> UI communication. - -.TP -\fB\-n NAME\fR -Jack client name +\fB\-u UUID\fR +UUID for Jack session restoration. .TP \fB\-x\fR diff --git a/doc/jalv.gtk.1 b/doc/jalv.gtk.1 index 10b507d..5177e1d 100644 --- a/doc/jalv.gtk.1 +++ b/doc/jalv.gtk.1 @@ -1,4 +1,4 @@ -.TH JALV.GTK "10 Oct 2015" +.TH JALV.GTK "18 Feb 2017" .SH NAME .B jalv.gtk \- Run an LV2 plugin as a JACK application (Gtk version). @@ -9,40 +9,40 @@ .SH OPTIONS .TP -\fB\-h\fR, \fB\-\-help\fR -Print the command line options. - -.TP -\fB\-\-print\-controls\fR -Print control output changes to stdout. +\fB\-b SIZE\fR +Buffer size for plugin <=> UI communication. .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. +\fB\-d\fR, \fB\-\-dump\fR +Dump plugin <=> UI communication. + +.TP +\fB\-g\fR, \fB\-\-generic\-ui\fR +Use Jalv generic UI and not the plugin UI. + +.TP +\fB\-h\fR, \fB\-\-help\fR +Print the command line options. .TP \fB\-l DIR\fR, \fB\-\-load DIR\fR Load state from state directory. .TP -\fB\-d\fR, \fB\-\-dump\fR -Dump plugin <=> UI communication. +\fB\-p\fR, \fB\-\-print\-controls\fR +Print control output changes to stdout. .TP \fB\-t\fR, \fB\-\-trace\fR Print trace messages from plugin. .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. +\fB\-u UUID\fR, \fB\-\-uuid UUID\fR +UUID for Jack session restoration. .SH "SEE ALSO" .BR jalv(1), |