mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
5 lines
283 B
C
5 lines
283 B
C
sound_type snd_make_bandedwg(double freq, sound_type bowpress_env, int preset, rate_type sr);
|
|
sound_type snd_bandedwg(double freq, sound_type bowpress_env, int preset, rate_type sr);
|
|
/* LISP: (snd-bandedwg ANYNUM SOUND FIXNUM ANYNUM) */
|
|
#define BANDEDWG_CONTROL_CHANGE_CONST 128
|