mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
4 lines
207 B
C
4 lines
207 B
C
sound_type snd_make_const(double c, time_type t0, rate_type sr, time_type d);
|
|
sound_type snd_const(double c, time_type t0, rate_type sr, time_type d);
|
|
/* LISP: (snd-const ANYNUM ANYNUM ANYNUM ANYNUM) */
|