[PD-cvs] pd/src d_ugen.c,1.3.4.1.2.5.2.6,1.3.4.1.2.5.2.7

Mathieu Bouchard matju at users.sourceforge.net
Thu Jun 28 12:10:00 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7731

Modified Files:
      Tag: desiredata
	d_ugen.c 
Log Message:
cleanup


Index: d_ugen.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_ugen.c,v
retrieving revision 1.3.4.1.2.5.2.6
retrieving revision 1.3.4.1.2.5.2.7
diff -C2 -d -r1.3.4.1.2.5.2.6 -r1.3.4.1.2.5.2.7
*** d_ugen.c	28 Jun 2007 08:33:34 -0000	1.3.4.1.2.5.2.6
--- d_ugen.c	28 Jun 2007 10:09:57 -0000	1.3.4.1.2.5.2.7
***************
*** 49,67 ****
  };
  
! t_int *zero_perform(t_int *w)   /* zero out a vector */
! {
      t_float *out = (t_float *)(w[1]);
      int n = (int)(w[2]);
      while (n--) *out++ = 0; 
!     return (w+3);
  }
  
[...1415 lines suppressed...]
*** 1186,1195 ****
  }
  
- 
  /* -------------------- setup routine -------------------------- */
  
! void d_ugen_setup(void)
! {
      block_tilde_setup();
! 	samplerate_tilde_setup();
  }
--- 1004,1011 ----
  }
  
  /* -------------------- setup routine -------------------------- */
  
! void d_ugen_setup () {
      block_tilde_setup();
!     samplerate_tilde_setup();
  }





More information about the Pd-cvs mailing list