audacia/lib-src/libnyquist
Paul Licameli 6b2a219e26 Changes to make xlisp.h usable in C++ code...
1) #include guard
2) "C" linkage for all function declarations
3) some uses of const
2018-03-01 21:48:41 -05:00
..
autotools remove a macro which is not used in the code anywhere, and duplicated from elsewhere 2014-09-30 19:37:01 +00:00
nyquist Changes to make xlisp.h usable in C++ code... 2018-03-01 21:48:41 -05:00
configure Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
configure.ac Remove -Wstrict-prototypes build flag from libnyquist. 2014-05-29 13:34:48 +00:00
LICENSE.txt Move library tree where it belongs 2010-01-24 09:19:39 +00:00
Makefile.am Adding changes that I missed when redoing my branches. 2015-04-08 10:21:17 -05:00
Makefile.in Adding changes that I missed when redoing my branches. 2015-04-08 10:21:17 -05:00
nyquist.patch Move library tree where it belongs 2010-01-24 09:19:39 +00:00
nyx.c Use casts with function pointers to quiet compilation warnings in Nyquist 2018-03-01 21:43:32 -05:00
nyx.h A subset of the original v4 patch (which will become v5 eventually) 2014-11-13 16:38:20 +00:00
README.txt Updated README.txts 2016-12-31 15:01:43 +00:00
revert-convolve.patch Replace convolve with previous version 2015-05-04 12:42:27 -05:00
sound.patch VS2013 includes the log2() function, so prevent Nyquist from defining it. 2015-04-08 11:29:55 -05:00
xlextstart.c Move library tree where it belongs 2010-01-24 09:19:39 +00:00
xlisp.patch Adding changes that I missed when redoing my branches. 2015-04-08 10:21:17 -05:00

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.