[PD-cvs] pd/src d_delay.c,1.2,1.2.4.1

Tim Blechmann timblech at users.sourceforge.net
Tue Dec 14 10:28:36 CET 2004


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

Modified Files:
      Tag: devel_0_38
	d_delay.c 
Log Message:
merging miller's changes from 0.38-test13


Index: d_delay.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_delay.c,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** d_delay.c	6 Sep 2004 20:20:33 -0000	1.2
--- d_delay.c	14 Dec 2004 09:28:34 -0000	1.2.4.1
***************
*** 38,46 ****
  static void sigdelwrite_checkvecsize(t_sigdelwrite *x, int vecsize)
  {
-     /*
-         LATER this should really check sample rate and blocking, once that is
-         supported.  Probably we don't actually care about vecsize.
-         For now just suppress this check... */
- #if 0
      if (x->x_rsortno != ugen_getsortno())
      {
--- 38,41 ----
***************
*** 48,51 ****
--- 43,51 ----
          x->x_rsortno = ugen_getsortno();
      }
+     /*
+         LATER this should really check sample rate and blocking, once that is
+         supported.  Probably we don't actually care about vecsize.
+         For now just suppress this check. */
+ #if 0
      else if (vecsize != x->x_vecsize)
          pd_error(x, "delread/delwrite/vd vector size mismatch");





More information about the Pd-cvs mailing list