1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 07:06:33 +01:00

Update Nyquist to v3.09.

This commit is contained in:
Leland Lucius
2015-04-07 22:10:17 -05:00
parent f88b27e6d8
commit 9fb0ce5b82
358 changed files with 26327 additions and 7043 deletions

View File

@@ -40,11 +40,10 @@ extern LVAL xlc_snd_max(void);
extern LVAL xlc_snd_read(void);
extern LVAL xlc_snd_seq(void);
extern LVAL xlc_snd_slider(void);
extern LVAL xlc_snd_save(void);
extern LVAL xlc_snd_overwrite(void);
extern LVAL xlc_snd_yin(void);
extern LVAL xlc_snd_trigger(void);
extern LVAL xlc_snd_lpanal(void);
extern LVAL xlc_snd_phasevocoder(void);
extern LVAL xlc_snd_abs(void);
extern LVAL xlc_snd_allpoles(void);
extern LVAL xlc_snd_alpass(void);
@@ -124,3 +123,5 @@ extern LVAL xlc_snd_flute_freq(void);
extern LVAL xlc_snd_flute_all(void);
extern LVAL xlc_snd_fmfb(void);
extern LVAL xlc_snd_fmfbv(void);
extern LVAL xlc_snd_save(void);
extern LVAL xlc_snd_overwrite(void);