1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-26 07:53:42 +02:00

Adding changes that I missed when redoing my branches.

This commit is contained in:
Leland Lucius
2015-04-08 10:21:17 -05:00
parent 9e0a0300f6
commit a66184f259
21 changed files with 3745 additions and 5233 deletions

View File

@@ -116,6 +116,10 @@ libnyquist_a_SOURCES = \
nyquist/nyqsrc/multiread.h \
nyquist/nyqsrc/multiseq.c \
nyquist/nyqsrc/multiseq.h \
nyquist/nyqsrc/phasevocoder.c \
nyquist/nyqsrc/phasevocoder.h \
nyquist/nyqsrc/pvshell.c \
nyquist/nyqsrc/pvshell.h \
nyquist/nyqsrc/resamp.c \
nyquist/nyqsrc/resamp.h \
nyquist/nyqsrc/resampv.c \
@@ -130,8 +134,8 @@ libnyquist_a_SOURCES = \
nyquist/nyqsrc/seqfnintptrs.h \
nyquist/nyqsrc/seqinterf.c \
nyquist/nyqsrc/seqinterf.h \
nyquist/nyqsrc/sliders.c \
nyquist/nyqsrc/sliders.h \
nyquist/nyqsrc/sliderdata.c \
nyquist/nyqsrc/sliderdata.h \
nyquist/nyqsrc/sndfnint.c \
nyquist/nyqsrc/sndfnintdefs.h \
nyquist/nyqsrc/sndfnintptrs.h \
@@ -141,6 +145,7 @@ libnyquist_a_SOURCES = \
nyquist/nyqsrc/sndread.h \
nyquist/nyqsrc/sndseq.c \
nyquist/nyqsrc/sndseq.h \
nyquist/nyqsrc/sndsliders.c \
nyquist/nyqsrc/sndsliders.h \
nyquist/nyqsrc/sndwrite.h \
nyquist/nyqsrc/sndwritepa.c \
@@ -399,6 +404,7 @@ libnyquist_a_SOURCES = \
nyquist/xlisp/osdefs.h \
nyquist/xlisp/osptrs.h \
nyquist/xlisp/path.c \
nyquist/xlisp/security.c \
nyquist/xlisp/xlbfun.c \
nyquist/xlisp/xlcont.c \
nyquist/xlisp/xldbug.c \