Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20072
Modified Files: Tag: desiredata builtins_dsp.c Log Message: shrink
Index: builtins_dsp.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/builtins_dsp.c,v retrieving revision 1.1.2.12 retrieving revision 1.1.2.13 diff -C2 -d -r1.1.2.12 -r1.1.2.13 *** builtins_dsp.c 4 Jan 2007 22:53:10 -0000 1.1.2.12 --- builtins_dsp.c 4 Jan 2007 23:16:06 -0000 1.1.2.13 *************** *** 347,353 ****
/* ------------ tabplay~ - non-transposing sample playback --------------- */ - static t_class *tabplay_tilde_class; - struct t_tabplay_tilde : t_object { t_outlet *bangout; --- 347,351 ---- *************** *** 359,365 **** [...1967 lines suppressed...] static t_int *noise_perform(t_int *w) { t_float *out = (t_float *)w[1]; --- 4207,4210 ---- *************** *** 4474,4487 **** return w+4; } - static void noise_dsp(t_noise *x, t_signal **sp) { dsp_add(noise_perform, 3, sp[0]->s_vec, &x->val, sp[0]->s_n); } - static void noise_setup() { noise_class = class_new2("noise~",noise_new,0,sizeof(t_noise),0,""); class_addmethod2(noise_class, noise_dsp, "dsp",""); } - void builtins_dsp_setup() { plus_setup(); --- 4220,4230 ----