audacia/lib-src/libnyquist
Roger Dannenberg 91a557d838 This fixes a problem with nyquist's TRIGGER retaining samples (see comment 2, Bug #2698). This version of samples.c was accidentally omitted from an earlier commit. 2021-03-29 16:14:09 -04:00
..
autotools Do an autoreconf -ivf 2018-04-02 17:32:17 +01:00
nyquist This fixes a problem with nyquist's TRIGGER retaining samples (see comment 2, Bug #2698). This version of samples.c was accidentally omitted from an earlier commit. 2021-03-29 16:14:09 -04: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 I very recently pushed nyx.c thinking it was the same one pushed earlier by Steve. This version has some fundamental changes to keep reading/writing of multiple channels synchronized and insuring that the same number of samples are written to every channel. There are some minor differences like using printf instead of stdputstr and I tried to follow what I found in the nyx.c that has been in use for a long time. 2021-03-27 17:32:02 -04:00
nyx.h Update Audacity's Nyquist interface for r331 (r3.16+) 2021-01-28 02:34:43 -06: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.