summaryrefslogtreecommitdiffstats
path: root/audio-plugins/tap/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-plugins/tap/DETAILS')
-rwxr-xr-xaudio-plugins/tap/DETAILS28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio-plugins/tap/DETAILS b/audio-plugins/tap/DETAILS
new file mode 100755
index 0000000000..496d0416e0
--- /dev/null
+++ b/audio-plugins/tap/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=tap
+ VERSION=0.7.0
+ SOURCE=$SPELL-plugins-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-plugins-$VERSION
+SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL-plugins/$SOURCE
+ MD5[0]=d40cfaa4c076a058a86ad59ee04169fb
+ WEB_SITE=http://tap-plugins.sf.net
+ ENTERED=20040126
+ UPDATED=20040126
+ LICENSE[0]=GPL
+ MAINTAINER=unet@sourcemage.org
+ SHORT="TAP stands for Tom's Audio Plugins. It is a bunch of
+LADSPA plugins for digital audio processing, intended for use in a
+professional DAW environment such as Ardour."
+cat << EOF
+The plugins have been developed with Ardour as a primary host in
+mind, but they should be usable within any LADSPA-capable host. The
+main issue here is that LADSPA plugins don't generate their own GUIs,
+but the GUIs are generated by the host. Therefore the arrangement and
+appearance of the controls may vary using another host. When longer
+texts are required to be displayed to the user (see the list of
+presets in the TAP Reverberator plugin for an example), the strings
+have been optimized to be good-looking in Ardour. On other hosts,
+these strings may look crappy because the amount of padding spaces
+will be incorrect using another font (to mention one possible
+defect). However, no audio processing ability is involved, so the
+plugins should perform the same way even with a somewhat crappy GUI.
+EOF