[PD-cvs] pd/src d_ctl.c,1.3.4.10,1.3.4.11

Tim Blechmann timblech at users.sourceforge.net
Wed Jan 26 20:23:18 CET 2005


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

Modified Files:
      Tag: devel_0_38
	d_ctl.c 
Log Message:
bug fix

Index: d_ctl.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_ctl.c,v
retrieving revision 1.3.4.10
retrieving revision 1.3.4.11
diff -C2 -d -r1.3.4.10 -r1.3.4.11
*** d_ctl.c	16 Jan 2005 17:15:21 -0000	1.3.4.10
--- d_ctl.c	26 Jan 2005 19:23:16 -0000	1.3.4.11
***************
*** 195,199 ****
      {
          float f = x->x_value;
! 		line_tilde_slope_simd(out, n, &x->x_value, x->x_slopes, &x->x_slopestep);
          x->x_value += x->x_biginc;
          x->x_ticksleft--;
--- 195,199 ----
      {
          float f = x->x_value;
! 		line_tilde_slope(out, n, &x->x_value, x->x_slopes, &x->x_slopestep);
          x->x_value += x->x_biginc;
          x->x_ticksleft--;





More information about the Pd-cvs mailing list