mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 01:29:43 +02:00
4 lines
217 B
C
4 lines
217 B
C
sound_type snd_make_sitar(time_type t0, double freq, time_type dur, rate_type sr);
|
|
sound_type snd_sitar(time_type t0, double freq, time_type dur, rate_type sr);
|
|
/* LISP: (snd-sitar ANYNUM ANYNUM ANYNUM ANYNUM) */
|