1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00
audacity/lib-src/lv2/lilv/doc/lv2apply.1
Leland Lucius be336797b3 Update local LV2 libraries to latest versions
lilv-0.24.6
   lv2-1.16.0
   serd-0.30.2
   sord-0.16.4
   sratom-0.6.4
   suil-0.10.6
2019-12-17 11:15:16 -06:00

35 lines
487 B
Groff

.TH LV2APPLY 1 "05 Sep 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\fR
Input file
.TP
\fB\-o OUT_FILE\fR
Output file
.TP
\fB\-c SYM VAL\fR
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>