Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11167
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.11 retrieving revision 1.1.2.12 diff -C2 -d -r1.1.2.11 -r1.1.2.12 *** builtins_dsp.c 4 Jan 2007 21:16:50 -0000 1.1.2.11 --- builtins_dsp.c 4 Jan 2007 22:53:10 -0000 1.1.2.12 *************** *** 314,321 **** t_garray *a = (t_garray *)pd_findbyclass(x->arrayname, garray_class); if (!a) { ! if (*s->s_name) pd_error(x, "tabwrite~: %s: no such array", x->arrayname->s_name); x->vec = 0; } else if (!garray_getfloatarray(a, &x->nsampsintab, &x->vec)) { ! pd_error(x, "%s: bad template for tabwrite~", x->arrayname->s_name); x->vec = 0; } else garray_usedindsp(a); --- 314,321 ---- t_garray *a = (t_garray *)pd_findbyclass(x->arrayname, garray_class); [...3945 lines suppressed...] *************** *** 5151,5167 **** sigwrap_setup(); mtof_tilde_setup(); - ftom_tilde_setup(); - dbtorms_tilde_setup(); - rmstodb_tilde_setup(); - dbtopow_tilde_setup(); - powtodb_tilde_setup(); - - class_sethelpsymbol(mtof_tilde_class, s); - class_sethelpsymbol(ftom_tilde_class, s); - class_sethelpsymbol(dbtorms_tilde_class, s); - class_sethelpsymbol(rmstodb_tilde_class, s); - class_sethelpsymbol(dbtopow_tilde_class, s); - class_sethelpsymbol(powtodb_tilde_class, s); - print_setup(); bang_tilde_setup(); --- 4551,4554 ----