mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 07:10:06 +02: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) */
|