diff options
author | David Robillard <d@drobilla.net> | 2015-10-10 18:11:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-10 18:11:53 +0000 |
commit | 22ea5330650ab1f3cd59367f3ed63e1009a4d736 (patch) | |
tree | 304ab810f8778f164c3703945576fc5268bc53e2 /doc/jalv.1 | |
parent | fecfdd11d369541bafdd89d23871cacc0f80b1b4 (diff) | |
download | jalv-22ea5330650ab1f3cd59367f3ed63e1009a4d736.tar.gz jalv-22ea5330650ab1f3cd59367f3ed63e1009a4d736.tar.bz2 jalv-22ea5330650ab1f3cd59367f3ed63e1009a4d736.zip |
Add option to enable plugin trace log messages
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc/jalv.1')
-rw-r--r-- | doc/jalv.1 | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.TH JALV 1 "19 Apr 2012" +.TH JALV 1 "10 Oct 2015" .SH NAME .B jalv \- Run an LV2 plugin as a JACK application (console version). @@ -9,7 +9,7 @@ .SH OPTIONS .TP -\fB\-h\fR, \fB\-\-help\fR +\fB\-h\fR Print the command line options. .TP @@ -21,18 +21,22 @@ Print control output changes to stdout. Set control value (e.g. "vol=1.4"). .TP -\fB\-u UUID\fR, \fB\-\-uuid UUID\fR +\fB\-u UUID\fR UUID for Jack session restoration. .TP -\fB\-l DIR\fR, \fB\-\-load DIR\fR +\fB\-l DIR\fR Load state from state directory. .TP -\fB\-d\fR, \fB\-\-dump\fR +\fB\-d\fR Dump plugin <=> UI communication. .TP +\fB\-t\fR +Print trace messages from plugin + +.TP \fB\-b SIZE\fR Buffer size for plugin <=> UI communication. |