2016-03-03 17:20:22 +08:00
|
|
|
Snd is a sound editor modelled loosely after Emacs. It is highly
|
2016-05-04 09:30:49 +08:00
|
|
|
programmable, supports a variety of audio and sample file formats,
|
|
|
|
includes a complete implementation of Common Lisp Music (CLM), can be
|
|
|
|
run sans GUI as a scripting engine, and more.
|
2016-03-03 17:20:22 +08:00
|
|
|
|
2016-05-04 09:30:49 +08:00
|
|
|
This SlackBuild configures Snd to use Scheme (s7), ALSA, and Motif, as
|
2017-02-25 00:41:02 +08:00
|
|
|
these are currently the best supported (and tested) options. As
|
|
|
|
Slackware 14.2 includes Motif and the GNU Scientific Library (gsl),
|
|
|
|
both dependencies can now be the preferred defaults.
|
2016-03-03 17:20:22 +08:00
|
|
|
|
2017-02-25 00:41:02 +08:00
|
|
|
If desired, enable support for OpenGL rendering of spectrograms:
|
|
|
|
OPENGL=yes sh ./snd.SlackBuild
|
|
|
|
This is not appropriate for all configurations, so this option is
|
|
|
|
probably best left disabled (the default).
|