aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-10 18:11:53 +0000
committerDavid Robillard <d@drobilla.net>2015-10-10 18:11:53 +0000
commit22ea5330650ab1f3cd59367f3ed63e1009a4d736 (patch)
tree304ab810f8778f164c3703945576fc5268bc53e2 /doc
parentfecfdd11d369541bafdd89d23871cacc0f80b1b4 (diff)
downloadjalv-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')
-rw-r--r--doc/jalv.114
-rw-r--r--doc/jalv.gtk.16
2 files changed, 14 insertions, 6 deletions
diff --git a/doc/jalv.1 b/doc/jalv.1
index a196c01..6c3a951 100644
--- a/doc/jalv.1
+++ b/doc/jalv.1
@@ -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.
diff --git a/doc/jalv.gtk.1 b/doc/jalv.gtk.1
index c3e8f2b..20428bf 100644
--- a/doc/jalv.gtk.1
+++ b/doc/jalv.gtk.1
@@ -1,4 +1,4 @@
-.TH JALV.GTK "19 Apr 2012"
+.TH JALV.GTK "10 Oct 2015"
.SH NAME
.B jalv.gtk \- Run an LV2 plugin as a JACK application (Gtk version).
@@ -33,6 +33,10 @@ Load state from state directory.
Dump plugin <=> UI communication.
.TP
+\fB\-t\fR, \fB\-\-trace\fR
+Print trace messages from plugin.
+
+.TP
\fB\-b SIZE\fR
Buffer size for plugin <=> UI communication.