summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-27 09:14:51 -0400
committerDavid Robillard <d@drobilla.net>2016-08-27 09:14:51 -0400
commitf9fbb41a54f041661a8314c55b9cc151b4b366e7 (patch)
tree2d36de783d77761cd88db7e104e1464b15c98869 /doc
parent558b08c177867487107c9dfd7564dc71da643938 (diff)
downloadlilv-f9fbb41a54f041661a8314c55b9cc151b4b366e7.tar.gz
lilv-f9fbb41a54f041661a8314c55b9cc151b4b366e7.tar.bz2
lilv-f9fbb41a54f041661a8314c55b9cc151b4b366e7.zip
Add lv2apply utility/example
Diffstat (limited to 'doc')
-rw-r--r--doc/lv2apply.134
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/lv2apply.1 b/doc/lv2apply.1
new file mode 100644
index 0000000..e82b25b
--- /dev/null
+++ b/doc/lv2apply.1
@@ -0,0 +1,34 @@
+.TH LV2APPLY 1 "26 Aug 2016"
+
+.SH NAME
+.B lv2apply \- apply an LV2 plugin to an audio file
+.SH SYNOPSIS
+.B lv2apply [OPTION]... PLUGIN_URI
+
+.SH OPTIONS
+.TP
+\fB\-i IN_FILE
+Input file
+
+.TP
+\fB\-o OUT_FILE
+Output file
+
+.TP
+\fB\-c SYM VAL
+Set control port SYM to VAL
+
+.TP
+\fB\-\-help\fR
+Display help and exit
+
+.TP
+\fB\-\-version\fR
+Display version information and exit
+
+.SH SEE ALSO
+.BR lv2ls(1)
+.BR lv2info(1)
+
+.SH AUTHOR
+lv2apply was written by David Robillard <d@drobilla.net>