diff options
author | David Robillard <d@drobilla.net> | 2014-07-13 21:24:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-07-13 21:24:10 +0000 |
commit | 712f209ee60da9ed61f58353b05b6b025d9321c0 (patch) | |
tree | 719377180b6f5dd1a89a6363f0a10d747d74c53c /doc | |
parent | ea74eb527d8cb7af2545f960f34e7d3517bd37fa (diff) | |
download | jalv-712f209ee60da9ed61f58353b05b6b025d9321c0.tar.gz jalv-712f209ee60da9ed61f58353b05b6b025d9321c0.tar.bz2 jalv-712f209ee60da9ed61f58353b05b6b025d9321c0.zip |
Add option to print control output changes to stdout.
Update man pages and console jalv help output for new options.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5410 a436a847-0d15-0410-975c-d299462d15a1
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), |