diff options
author | David Robillard <d@drobilla.net> | 2012-02-18 06:54:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-18 06:54:24 +0000 |
commit | bfee18f05fae23fa8107de86761c79d07955e0ca (patch) | |
tree | 83ce5ca59a588d2eb63fa3fbf82ca3b11e6af61f /doc/jalv.1 | |
parent | 719c973b349724657c71b545f4f3d4498d633b23 (diff) | |
download | jalv-bfee18f05fae23fa8107de86761c79d07955e0ca.tar.gz jalv-bfee18f05fae23fa8107de86761c79d07955e0ca.tar.bz2 jalv-bfee18f05fae23fa8107de86761c79d07955e0ca.zip |
Add -d option and implement proper communication dumping.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3986 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc/jalv.1')
-rw-r--r-- | doc/jalv.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.TH JALV "17 Jan 2012" +.TH JALV "18 Feb 2012" .SH NAME .B jalv \- Run an LV2 plugin as a JACK application. @@ -20,6 +20,10 @@ UUID for Jack session restoration. \fB\-l DIR\fR Load state from state directory. +.TP +\fB\-d DIR\fR +Dump plugin <=> UI communication. + .SH SEE ALSO .BR lv2ls(1), .BR jackd(1) |