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/jalv.1 | |
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/jalv.1')
-rw-r--r-- | doc/jalv.1 | 12 |
1 files changed, 12 insertions, 0 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), |