audacia/lib-src/libnyquist
Leland Lucius 9b77109eff Reapply e6d069787b
and a1dc8305f0

    Author: Paul Licameli <paul.licameli@audacityteam.org>
    Date:   Thu Feb 22 01:02:15 2018 -0500

        Fix mistake in commit a1dc830 and add a comment

    Author: Paul Licameli <paul.licameli@audacityteam.org>
    Date:   Wed Feb 21 15:46:18 2018 -0500

        A function to extend XLisp's table of function bindings dynamically
2021-01-28 00:34:28 -06:00
..
autotools Do an autoreconf -ivf 2018-04-02 17:32:17 +01:00
nyquist Reapply e6d069787b 2021-01-28 00:34:28 -06:00
LICENSE.txt Move library tree where it belongs 2010-01-24 09:19:39 +00:00
Makefile.am Adjust build system for new Nyquist version 2019-12-16 01:00:43 -06:00
Makefile.in Adjust build system for new Nyquist version 2019-12-16 01:00:43 -06:00
README.txt Updated README.txts 2016-12-31 15:01:43 +00:00
configure Adjust build system for new Nyquist version 2019-12-16 01:00:43 -06:00
configure.ac Remove -Wstrict-prototypes build flag from libnyquist. 2014-05-29 13:34:48 +00:00
nyx.c Fix a few warnings on Windows build 2020-05-26 23:52:23 -05:00
nyx.h Nyquist: Handle nyx_list return value 2020-02-15 15:28:01 +00:00
xlextstart.c Move library tree where it belongs 2010-01-24 09:19:39 +00:00

README.txt

libnyquist

Library code and the "nyx" interface by Dominic Mazzoni.
Updated to Nyquist version 3.09 by Leland Lucius.

Originally based on Nyquist version 2.29 by Roger B. Dannenberg,
which was based on xlisp 2 by David Michael Betz.

For license information, please see the file LICENSE.txt

libnyquist currently only exists as part of Audacity.  For
information on using libnyquist as an embedded audio processor
within another application, contact the Audacity developers:

  https://lists.sourceforge.net/lists/listinfo/audacity-devel 

For information about Nyquist as a standalone, interactive audio
programming language, see the Nyquist website:

  http://www.cs.cmu.edu/~music/nyquist/

See nyquist/Readme.txt for latest changes to Nyquist.