Home
last modified time | relevance | path

Searched refs:snd_susp_type (Results 1 – 25 of 108) sorted by relevance

12345

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dadd.h38 void add_zero_fill_nn_fetch(snd_susp_type, snd_list_type);
39 void add_s1_s2_nn_fetch(snd_susp_type, snd_list_type);
40 void add_s1_nn_fetch(snd_susp_type, snd_list_type);
41 void add_s2_nn_fetch(snd_susp_type, snd_list_type);
42 void add_mark(snd_susp_type susp);
43 void add_print_tree(snd_susp_type susp, int n);
44 void add_free(snd_susp_type susp);
H A Dinverse.c20 void inverse_free(snd_susp_type a_susp);
37 void inverse_fetch(snd_susp_type a_susp, snd_list_type snd_list) in inverse_fetch()
132 void inverse_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in inverse_toss_fetch()
155 snd_list->u.next = snd_list_create((snd_susp_type) susp); in inverse_toss_fetch()
160 void inverse_mark(snd_susp_type a_susp) in inverse_mark()
167 void inverse_free(snd_susp_type a_susp) in inverse_free()
175 void inverse_print_tree(snd_susp_type a_susp, int n) in inverse_print_tree()
209 return sound_create((snd_susp_type)susp, t0, sr, 1.0 /* scale */); in snd_make_inverse()
H A Dpvshell.c31 void pvshell_free(snd_susp_type a_susp);
86 void pvshell_fetch(snd_susp_type a_susp, snd_list_type snd_list) in pvshell_fetch()
116 void pvshell_mark(snd_susp_type a_susp) in pvshell_mark()
124 void pvshell_free(snd_susp_type a_susp) in pvshell_free()
134 void pvshell_print_tree(snd_susp_type a_susp, int n) in pvshell_print_tree()
184 return sound_create((snd_susp_type)susp, t0, sr, 1.0); in snd_make_pvshell()
H A Dstoponzero.c12 void stoponzero_free(snd_susp_type a_susp);
25 void stoponzero_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in stoponzero_n_fetch()
124 void stoponzero_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in stoponzero_toss_fetch()
145 void stoponzero_mark(snd_susp_type a_susp) in stoponzero_mark()
152 void stoponzero_free(snd_susp_type a_susp) in stoponzero_free()
160 void stoponzero_print_tree(snd_susp_type a_susp, int n) in stoponzero_print_tree()
209 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_stoponzero()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/tran/
H A Dfromobject.c12 void fromobject_free(snd_susp_type a_susp);
32 void fromobject__fetch(snd_susp_type a_susp, snd_list_type snd_list) in fromobject__fetch()
91 void fromobject_mark(snd_susp_type a_susp) in fromobject_mark()
98 void fromobject_free(snd_susp_type a_susp) in fromobject_free()
105 void fromobject_print_tree(snd_susp_type a_susp, int n) in fromobject_print_tree()
130 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_fromobject()
H A Dwhite.c12 void white_free(snd_susp_type a_susp);
21 void white__fetch(snd_susp_type a_susp, snd_list_type snd_list) in white__fetch()
69 void white_free(snd_susp_type a_susp) in white_free()
76 void white_print_tree(snd_susp_type a_susp, int n) in white_print_tree()
100 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_white()
H A Drecip.c12 void recip_free(snd_susp_type a_susp);
27 void recip_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in recip_n_fetch()
118 void recip_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in recip_toss_fetch()
139 void recip_mark(snd_susp_type a_susp) in recip_mark()
146 void recip_free(snd_susp_type a_susp) in recip_free()
154 void recip_print_tree(snd_susp_type a_susp, int n) in recip_print_tree()
197 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_recip()
H A Dscale.c12 void normalize_free(snd_susp_type a_susp);
27 void normalize_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in normalize_n_fetch()
118 void normalize_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in normalize_toss_fetch()
139 void normalize_mark(snd_susp_type a_susp) in normalize_mark()
146 void normalize_free(snd_susp_type a_susp) in normalize_free()
154 void normalize_print_tree(snd_susp_type a_susp, int n) in normalize_print_tree()
197 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_normalize()
H A Dsqrt.c12 void sqrt_free(snd_susp_type a_susp);
25 void sqrt_s_fetch(snd_susp_type a_susp, snd_list_type snd_list) in sqrt_s_fetch()
117 void sqrt_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in sqrt_toss_fetch()
138 void sqrt_mark(snd_susp_type a_susp) in sqrt_mark()
145 void sqrt_free(snd_susp_type a_susp) in sqrt_free()
153 void sqrt_print_tree(snd_susp_type a_susp, int n) in sqrt_print_tree()
195 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_sqrt()
H A Dexp.c12 void exp_free(snd_susp_type a_susp);
25 void exp_s_fetch(snd_susp_type a_susp, snd_list_type snd_list) in exp_s_fetch()
115 void exp_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in exp_toss_fetch()
136 void exp_mark(snd_susp_type a_susp) in exp_mark()
143 void exp_free(snd_susp_type a_susp) in exp_free()
151 void exp_print_tree(snd_susp_type a_susp, int n) in exp_print_tree()
193 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_exp()
H A Dlog.c12 void log_free(snd_susp_type a_susp);
25 void log_s_fetch(snd_susp_type a_susp, snd_list_type snd_list) in log_s_fetch()
115 void log_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in log_toss_fetch()
136 void log_mark(snd_susp_type a_susp) in log_mark()
143 void log_free(snd_susp_type a_susp) in log_free()
151 void log_print_tree(snd_susp_type a_susp, int n) in log_print_tree()
193 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_log()
H A Dconst.c12 void const_free(snd_susp_type a_susp);
23 void const__fetch(snd_susp_type a_susp, snd_list_type snd_list) in const__fetch()
73 void const_free(snd_susp_type a_susp) in const_free()
80 void const_print_tree(snd_susp_type a_susp, int n) in const_print_tree()
105 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_const()
H A Dfromarraystream.c12 void fromarraystream_free(snd_susp_type a_susp);
37 void fromarraystream__fetch(snd_susp_type a_susp, snd_list_type snd_list) in fromarraystream__fetch()
122 void fromarraystream_mark(snd_susp_type a_susp) in fromarraystream_mark()
130 void fromarraystream_free(snd_susp_type a_susp) in fromarraystream_free()
138 void fromarraystream_print_tree(snd_susp_type a_susp, int n) in fromarraystream_print_tree()
166 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_fromarraystream()
H A Dinstrbanded.c12 void bandedwg_free(snd_susp_type a_susp);
31 void bandedwg_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in bandedwg_n_fetch()
94 void bandedwg_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in bandedwg_toss_fetch()
115 void bandedwg_mark(snd_susp_type a_susp) in bandedwg_mark()
122 void bandedwg_free(snd_susp_type a_susp) in bandedwg_free()
131 void bandedwg_print_tree(snd_susp_type a_susp, int n) in bandedwg_print_tree()
182 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_bandedwg()
H A Dinstrclar.c12 void clarinet_free(snd_susp_type a_susp);
31 void clarinet_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in clarinet_n_fetch()
94 void clarinet_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in clarinet_toss_fetch()
115 void clarinet_mark(snd_susp_type a_susp) in clarinet_mark()
122 void clarinet_free(snd_susp_type a_susp) in clarinet_free()
131 void clarinet_print_tree(snd_susp_type a_susp, int n) in clarinet_print_tree()
182 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_clarinet()
H A Dstkpitshift.c12 void stkpitshift_free(snd_susp_type a_susp);
30 void stkpitshift_s_fetch(snd_susp_type a_susp, snd_list_type snd_list) in stkpitshift_s_fetch()
123 void stkpitshift_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in stkpitshift_toss_fetch()
144 void stkpitshift_mark(snd_susp_type a_susp) in stkpitshift_mark()
151 void stkpitshift_free(snd_susp_type a_susp) in stkpitshift_free()
160 void stkpitshift_print_tree(snd_susp_type a_susp, int n) in stkpitshift_print_tree()
204 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_stkpitshift()
H A Dinstrbow.c12 void bowed_free(snd_susp_type a_susp);
31 void bowed_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in bowed_n_fetch()
94 void bowed_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in bowed_toss_fetch()
115 void bowed_mark(snd_susp_type a_susp) in bowed_mark()
122 void bowed_free(snd_susp_type a_susp) in bowed_free()
131 void bowed_print_tree(snd_susp_type a_susp, int n) in bowed_print_tree()
182 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_bowed()
H A Dquantize.c12 void quantize_free(snd_susp_type a_susp);
27 void quantize_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in quantize_n_fetch()
124 void quantize_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in quantize_toss_fetch()
145 void quantize_mark(snd_susp_type a_susp) in quantize_mark()
152 void quantize_free(snd_susp_type a_susp) in quantize_free()
160 void quantize_print_tree(snd_susp_type a_susp, int n) in quantize_print_tree()
204 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_quantize()
H A Dabs.c12 void abs_free(snd_susp_type a_susp);
25 void abs_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in abs_n_fetch()
117 void abs_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in abs_toss_fetch()
138 void abs_mark(snd_susp_type a_susp) in abs_mark()
145 void abs_free(snd_susp_type a_susp) in abs_free()
153 void abs_print_tree(snd_susp_type a_susp, int n) in abs_print_tree()
202 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_abs()
H A Ddelaycc.c12 void delay_free(snd_susp_type a_susp);
30 void delay_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in delay_n_fetch()
96 void delay_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in delay_toss_fetch()
117 void delay_mark(snd_susp_type a_susp) in delay_mark()
124 void delay_free(snd_susp_type a_susp) in delay_free()
133 void delay_print_tree(snd_susp_type a_susp, int n) in delay_print_tree()
186 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_delay()
H A Dinstrflute.c12 void flute_free(snd_susp_type a_susp);
31 void flute_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in flute_n_fetch()
94 void flute_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in flute_toss_fetch()
115 void flute_mark(snd_susp_type a_susp) in flute_mark()
122 void flute_free(snd_susp_type a_susp) in flute_free()
131 void flute_print_tree(snd_susp_type a_susp, int n) in flute_print_tree()
182 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_flute()
H A Dinstrsax.c12 void sax_free(snd_susp_type a_susp);
31 void sax_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in sax_n_fetch()
95 void sax_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in sax_toss_fetch()
116 void sax_mark(snd_susp_type a_susp) in sax_mark()
123 void sax_free(snd_susp_type a_susp) in sax_free()
132 void sax_print_tree(snd_susp_type a_susp, int n) in sax_print_tree()
183 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_sax()
H A Dintegrate.c12 void integrate_free(snd_susp_type a_susp);
27 void integrate_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in integrate_n_fetch()
119 void integrate_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in integrate_toss_fetch()
140 void integrate_mark(snd_susp_type a_susp) in integrate_mark()
147 void integrate_free(snd_susp_type a_susp) in integrate_free()
155 void integrate_print_tree(snd_susp_type a_susp, int n) in integrate_print_tree()
206 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_integrate()
H A Dslope.c12 void slope_free(snd_susp_type a_susp);
28 void slope_n_fetch(snd_susp_type a_susp, snd_list_type snd_list) in slope_n_fetch()
124 void slope_toss_fetch(snd_susp_type a_susp, snd_list_type snd_list) in slope_toss_fetch()
145 void slope_mark(snd_susp_type a_susp) in slope_mark()
152 void slope_free(snd_susp_type a_susp) in slope_free()
160 void slope_print_tree(snd_susp_type a_susp, int n) in slope_print_tree()
205 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_slope()
H A Dinstrmodalbar.c12 void modalbar_free(snd_susp_type a_susp);
26 void modalbar__fetch(snd_susp_type a_susp, snd_list_type snd_list) in modalbar__fetch()
77 void modalbar_free(snd_susp_type a_susp) in modalbar_free()
85 void modalbar_print_tree(snd_susp_type a_susp, int n) in modalbar_print_tree()
112 return sound_create((snd_susp_type)susp, t0, sr, scale_factor); in snd_make_modalbar()

12345