README 469 B

1234567891011
  1. lv2file (apply lv2 plugins to audio files)
  2. lv2file is a simple program which you can use to apply effects to
  3. your audio files without much hassle. Possible use cases are:
  4. * When you want to apply an effect without having to open a GUI or
  5. start a project.
  6. * When you want to apply effects to a large number of files, or in
  7. an automated manner.
  8. * When you need a deterministic environment to debug a plugin.
  9. * You like everything to be on the command line.