[PD-cvs] externals/miXed/cyclone/sickle Clip.c,1.1.1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Oct 23 03:40:20 CEST 2007


Update of /cvsroot/pure-data/externals/miXed/cyclone/sickle
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv639/cyclone/sickle

Modified Files:
	Clip.c 
Log Message:
checked in small Intel Mac fix from Thomas Grill, patch #1604142

Index: Clip.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/sickle/Clip.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Clip.c	23 May 2003 12:29:50 -0000	1.1.1.1
--- Clip.c	23 Oct 2007 01:40:17 -0000	1.2
***************
*** 14,18 ****
  static t_class *clip_class;
  
! static t_int *clip_perform(t_int *w)
  {
      int nblock = (int)(w[1]);
--- 14,18 ----
  static t_class *clip_class;
  
! static t_int *Clip_perform(t_int *w)
  {
      int nblock = (int)(w[1]);
***************
*** 38,42 ****
  static void clip_dsp(t_clip *x, t_signal **sp)
  {
!     dsp_add(clip_perform, 5, sp[0]->s_n,
  	    sp[0]->s_vec, sp[1]->s_vec, sp[2]->s_vec, sp[3]->s_vec);
  }
--- 38,42 ----
  static void clip_dsp(t_clip *x, t_signal **sp)
  {
!     dsp_add(Clip_perform, 5, sp[0]->s_n,
  	    sp[0]->s_vec, sp[1]->s_vec, sp[2]->s_vec, sp[3]->s_vec);
  }





More information about the Pd-cvs mailing list