README 480 B

123456789101112
  1. Snd is a sound editor modelled loosely after Emacs. It is highly
  2. programmable, supports a variety of audio and sample file formats,
  3. includes a complete implementation of Common Lisp Music (CLM), can
  4. be run sans GUI as a scripting engine, and more.
  5. This SlackBuild configures Snd to use Scheme (s7), ALSA, and Motif.
  6. But using GTK3 instead of Motif is also easy.
  7. GTK=yes sh ./snd.SlackBuild
  8. To enable support for OpenGL spectrogram rendering:
  9. OPENGL=yes sh ./snd.SlackBuild