summaryrefslogtreecommitdiffstats
path: root/audio/lv2file/README
diff options
context:
space:
mode:
author B. Watson2014-02-10 01:21:52 +0100
committer Erik Hanson2014-02-11 19:15:07 +0100
commit2037ae7eee4d1f90e07b2e3dcbd0b9ec54aeb305 (patch)
treeed2a194bbf773fd6025b92a4da54b8d73e17dcf4 /audio/lv2file/README
parentfcd311d5714bf6099c94cb30222b6c6f99a9f036 (diff)
downloadslackbuilds-2037ae7eee4d1f90e07b2e3dcbd0b9ec54aeb305.tar.gz
audio/lv2file: Added (apply lv2 plugins to audio files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lv2file/README')
-rw-r--r--audio/lv2file/README10
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.