From f9fbb41a54f041661a8314c55b9cc151b4b366e7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 Aug 2016 09:14:51 -0400 Subject: Add lv2apply utility/example --- doc/lv2apply.1 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/lv2apply.1 (limited to 'doc') 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 -- cgit v1.2.1