summaryrefslogtreecommitdiffstats
path: root/audio/calf/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2011-07-13 04:32:04 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-14 21:54:06 -0300
commit5608364beec2ca304474296e74d9b77451e076f8 (patch)
tree49a79893bbeb90609e6ccf52a8ef9fad73174fee /audio/calf/README
parente7f6177976ea47e2bc67df749273e8f3ffdeed28 (diff)
downloadslackbuilds-5608364beec2ca304474296e74d9b77451e076f8.tar.gz
slackbuilds-5608364beec2ca304474296e74d9b77451e076f8.tar.xz
audio/calf: Added (audio plugin pack for LADSPA, DSSI, LV2 and JACK)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--audio/calf/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/calf/README b/audio/calf/README
new file mode 100644
index 0000000000..a04604eea4
--- /dev/null
+++ b/audio/calf/README
@@ -0,0 +1,21 @@
+Calf audio plugin pack for LADSPA, DSSI, LV2 and JACK. Contains effects
+(flanger, reverb, tape-like delay, phaser, rotary speaker, multi-mode
+filter, multi-tap chorus and compressor) and instruments (organ simulator
+and a monophonic synthesizer).
+
+This requires jack-audio-connection-kit.
+
+Optional dependencies: By default, these are auto-detected at build time.
+Support for each dep will be built if found, unless disabled with an
+environment variable.
+
+ladspa_sdk: Disable with LADSPA=no (which will also disable DSSI).
+dssi: Disable with DSSI=no.
+lv2core and slv2: Disable with LV2=no.
+lash: cannot be disabled.
+
+Even with all the plugin formats disabled, calfjackhost will still
+be built.
+
+To enable some experimental LV2 plugins designed for use with modular
+hosts, set EXPERIMENTAL=yes in the environment (default is "no").