Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lv2apply.1 487B

12345678910111213141516171819202122232425262728293031323334
  1. .TH LV2APPLY 1 "05 Sep 2016"
  2. .SH NAME
  3. .B lv2apply \- apply an LV2 plugin to an audio file
  4. .SH SYNOPSIS
  5. .B lv2apply [OPTION]... PLUGIN_URI
  6. .SH OPTIONS
  7. .TP
  8. \fB\-i IN_FILE\fR
  9. Input file
  10. .TP
  11. \fB\-o OUT_FILE\fR
  12. Output file
  13. .TP
  14. \fB\-c SYM VAL\fR
  15. Set control port SYM to VAL
  16. .TP
  17. \fB\-\-help\fR
  18. Display help and exit
  19. .TP
  20. \fB\-\-version\fR
  21. Display version information and exit
  22. .SH "SEE ALSO"
  23. .BR lv2ls(1)
  24. .BR lv2info(1)
  25. .SH AUTHOR
  26. lv2apply was written by David Robillard <d@drobilla.net>