1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00
Files
audacity/lib-src/libnyquist/nyquist/tran/stkrev.h
2015-04-07 22:10:17 -05:00

4 lines
221 B
C

sound_type snd_make_stkrev(int rev_type, sound_type s1, time_type trev, double mix);
sound_type snd_stkrev(int rev_type, sound_type s1, time_type trev, double mix);
/* LISP: (snd-stkrev FIXNUM SOUND ANYNUM ANYNUM) */