Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12330
Modified Files: Tag: desiredata builtins_dsp.c Log Message: goes PD_PLUSPLUS_FACE
Index: builtins_dsp.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/builtins_dsp.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** builtins_dsp.c 3 Jan 2007 20:46:57 -0000 1.1.2.2 --- builtins_dsp.c 3 Jan 2007 21:14:31 -0000 1.1.2.3 *************** *** 9,14 **** */
#include "m_pd.h" - #include "m_simd.h"
--- 9,14 ---- */
+ #define PD_PLUSPLUS_FACE [...2817 lines suppressed...] static t_class *noise_class;
! struct t_noise : t_object { int x_val; ! };
static void *noise_new(void) *************** *** 6775,6779 **** static int init = 307; x->x_val = (init *= 1319); ! outlet_new(&x->x_obj, gensym("signal")); return (x); } --- 6585,6589 ---- static int init = 307; x->x_val = (init *= 1319); ! outlet_new(x, gensym("signal")); return (x); }