mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-01 17:34:24 +01:00
6 lines
280 B
C
6 lines
280 B
C
/* sndsliders.h -- support for graphical sliders in Nyquist IDE */
|
|
|
|
sound_type snd_make_slider(int index, time_type t0, rate_type sr, time_type d);
|
|
sound_type snd_slider(int index, time_type t0, rate_type sr, time_type d);
|
|
/* LISP: (SND-SLIDER FIXNUM ANYNUM ANYNUM ANYNUM) */
|