lv2apply - Man Page
apply an LV2 plugin to an audio file
Synopsis
Description
lv2apply runs an LV2 plugin on an audio file and writes the processed output to another.
The options are as follows:
- -V, --version
Display version information and exit.
- -c symbol value
Set control port symbol to value.
- -h, --help
Print the command line options.
- -i in_file
Input file path.
- -o out_file
Output file path.
Environment
- LV2_PATH
List of directories to search for LV2 plugin bundles, in the style of
PATH
.
Exit Status
lv2apply exits with a status of 0, or non-zero if an error occurred.
See Also
Authors
lv2apply is a part of lilv, by David Robillard d@drobilla.net.
Referenced By
lv2bench(1), lv2info(1), lv2ls(1).
November 29, 2022