summaryrefslogtreecommitdiffstats
path: root/audio/snd/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/snd/README')
-rw-r--r--audio/snd/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/snd/README b/audio/snd/README
new file mode 100644
index 0000000000..9c78c06155
--- /dev/null
+++ b/audio/snd/README
@@ -0,0 +1,11 @@
+Snd is a sound editor modelled loosely after Emacs. It is highly
+programmable, supports a variety of audio and sample file formats,
+includes a complete implementation of Common Lisp Music (CLM), and
+can be run sans GUI as a scripting engine.
+
+This script build against the Motif toolkit primarily because
+Snd's GTK+ interface doesn't seem as well-tested (tending to crash
+unexpectedly on this maintainer's x86_64 machines), but also because
+it supports OpenGL rendering of spectrograms.
+
+Comment out the "--with-gl" line in snd.SlackBuild if you don't want this.