diff options
Diffstat (limited to 'audio/lv2file/README')
-rw-r--r-- | audio/lv2file/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/lv2file/README b/audio/lv2file/README new file mode 100644 index 0000000000..6824dee7a9 --- /dev/null +++ b/audio/lv2file/README @@ -0,0 +1,10 @@ +lv2file (apply lv2 plugins to audio files) + +lv2file is a simple program which you can use to apply effects to +your audio files without much hassle. Possible use cases are: + * When you want to apply an effect without having to open a GUI or + start a project. + * When you want to apply effects to a large number of files, or in + an automated manner. + * When you need a deterministic environment to debug a plugin. + * You like everything to be on the command line. |