audacia/lib-src/libnyquist
Paul Licameli 06eee27b9a Rewrite commit 1bc0f0f without further changes to lib-src...
... Reuse the external function registration added earlier in 2.3.0
development, for support of internationalization in Nyquist.

This way, we avoid making cyclic static linkage dependencies between the
library and the application.
2018-08-01 23:11:30 -04:00
..
autotools Do an autoreconf -ivf 2018-04-02 17:32:17 +01:00
nyquist Rewrite commit 1bc0f0f without further changes to lib-src... 2018-08-01 23:11:30 -04: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.