snd 24.8

Snd is a sound editor modelled loosely after Emacs. It can be customized and extended using either s7 (included in the Snd sources), Ruby, or Forth.

Tags sound-synthesis sound-editor audio music scheme c ruby
License Public Domain
State mature

Recent Releases

24.826 Nov 2024 23:45 minor feature: s7: divided s7.html into 3 files: s7.html, s7-ffi.html, and s7-scm.html. Added swap! to stuff.scm Checked: sbcl 2.4.9. Thanks!: Daniel Hensel, Tito Latini.
24.724 Nov 2024 03:45 minor feature: s7: added complex-vectors. These are directly compatible with gsl_vector_complex. Make-iterator's optional third argument can be #t which tells s7 to choose the carrier based on the iterated sequence. S7_immutable has been deprecated, replaced by s7_set_immutable which. Has the necessary s7_scheme argument. Added s7_define_expansion. Checked: sbcl 2.4.8. Thanks!: Matthew.
24.609 Sep 2024 22:05 minor feature: Kjetil Metheussen made a new version of s7webserver that works in Python3 as well as Python2. And updated the s7webserver Makefile Johnm donated gsl_vector_size and several helper functions to libgsl.scm. s7: dynamic-unwind has changed slightly (unwinder gets the arg list, not just (cadr args)). Checked: sbcl 2.4.6 7. Thanks!: Kjetil Matheussen, johnm.
24.530 Jun 2024 01:25 minor feature: in s7, added (settable) symbol-initial-value (the #_... value). Changed invalid-escape-function to invalid-exit-function New *s7 fields: symbol-quote?, symbol-printer, and make-function Added function-arglist in sublet, varlet and s7_load_with_environment, () is no longer an abbreviation for (rootlet). Checked: sbcl 2.4.5.
24.315 Apr 2024 19:25 minor feature: s7: format now always returns a string (where it used to return #f it now returns "") sam.c: bugfixes and improvements thanks to David Jaffe checked: sbcl 2.4.3 Thanks!: Michael Edwards, Norman Gray, David Jaffe
24.211 Mar 2024 20:26 minor feature: mostly work on optimizations in s7
20.001 Jan 2020 14:08 minor feature: