summaryrefslogtreecommitdiffstats
path: root/audio/snd/README
diff options
context:
space:
mode:
author Arthur W. Green2016-03-03 10:20:22 +0100
committer Willy Sudiarto Raharjo2016-03-03 10:22:55 +0100
commit647f4be6cbde80e8fb2cb7196b0c6b83f98ea3c6 (patch)
tree18cbd8786afebb99117cbc3209ec7e81e5e20469 /audio/snd/README
parent9da849cf7ea391285a651576f5834bf1abfc3200 (diff)
downloadslackbuilds-647f4be6cbde80e8fb2cb7196b0c6b83f98ea3c6.tar.gz
audio/snd: Added (A sound editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.