audacia/lib-src/libnyquist
Roger Dannenberg 8f41dd7a38 Restore old behavior where Nyquist sound effects replace selection with
arbitrary length computed sound. (So as before, sound after the selection
is shifted in time if the replacement sound is shorter or longer than the
original selection.) If stereo is computed and one channel is shorter than
the other, the shorter channel is extended with zeros to match the length
of the longer one.
2021-06-11 17:58:18 -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 Restore old behavior where Nyquist sound effects replace selection with 2021-06-11 17:58:18 -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.