mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +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) */
|