mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01: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) */
|