[PD-cvs] externals/iem/iem_delay/src block_delay~.c, 1.2, 1.3 iem_delay.c, 1.1, 1.2 n_delay1p_line~.c, 1.2, 1.3 n_delay2p_line~.c, 1.2, 1.3 nz~.c, 1.2, 1.3

musil tmusil at users.sourceforge.net
Thu Dec 14 21:06:01 CET 2006


Update of /cvsroot/pure-data/externals/iem/iem_delay/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17549/iem/iem_delay/src

Modified Files:
	block_delay~.c iem_delay.c n_delay1p_line~.c n_delay2p_line~.c 
	nz~.c 
Log Message:
// class_sethelpsymbol();

Index: block_delay~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_delay/src/block_delay~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** block_delay~.c	30 Nov 2006 10:26:13 -0000	1.2
--- block_delay~.c	14 Dec 2006 20:05:59 -0000	1.3
***************
*** 121,124 ****
  	CLASS_MAINSIGNALIN(block_delay_tilde_class, t_block_delay_tilde, x_msi);
  	class_addmethod(block_delay_tilde_class, (t_method)block_delay_tilde_dsp, gensym("dsp"), 0);
! 	class_sethelpsymbol(block_delay_tilde_class, gensym("iemhelp2/block_delay~-help"));
  }
--- 121,124 ----
  	CLASS_MAINSIGNALIN(block_delay_tilde_class, t_block_delay_tilde, x_msi);
  	class_addmethod(block_delay_tilde_class, (t_method)block_delay_tilde_dsp, gensym("dsp"), 0);
! //	class_sethelpsymbol(block_delay_tilde_class, gensym("iemhelp2/block_delay~-help"));
  }

Index: n_delay2p_line~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_delay/src/n_delay2p_line~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** n_delay2p_line~.c	30 Nov 2006 10:26:13 -0000	1.2
--- n_delay2p_line~.c	14 Dec 2006 20:05:59 -0000	1.3
***************
*** 459,462 ****
  	class_addmethod(n_delay2p_line_tilde_class, (t_method)n_delay2p_line_tilde_stop, gensym("stop"), 0);
  	class_addmethod(n_delay2p_line_tilde_class, (t_method)n_delay2p_line_tilde_time, gensym("time"), A_FLOAT, 0);
! 	class_sethelpsymbol(n_delay2p_line_tilde_class, gensym("iemhelp2/n_delay2p_line~-help"));
  }
--- 459,462 ----
  	class_addmethod(n_delay2p_line_tilde_class, (t_method)n_delay2p_line_tilde_stop, gensym("stop"), 0);
  	class_addmethod(n_delay2p_line_tilde_class, (t_method)n_delay2p_line_tilde_time, gensym("time"), A_FLOAT, 0);
! //	class_sethelpsymbol(n_delay2p_line_tilde_class, gensym("iemhelp2/n_delay2p_line~-help"));
  }

Index: nz~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_delay/src/nz~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** nz~.c	30 Nov 2006 10:26:13 -0000	1.2
--- nz~.c	14 Dec 2006 20:05:59 -0000	1.3
***************
*** 240,243 ****
  	class_addlist(nz_tilde_class, (t_method)nz_tilde_list);
  	class_addmethod(nz_tilde_class, (t_method)nz_tilde_dsp, gensym("dsp"), 0);
! 	class_sethelpsymbol(nz_tilde_class, gensym("iemhelp2/nz~-help"));
  }
--- 240,243 ----
  	class_addlist(nz_tilde_class, (t_method)nz_tilde_list);
  	class_addmethod(nz_tilde_class, (t_method)nz_tilde_dsp, gensym("dsp"), 0);
! //	class_sethelpsymbol(nz_tilde_class, gensym("iemhelp2/nz~-help"));
  }

Index: n_delay1p_line~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_delay/src/n_delay1p_line~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** n_delay1p_line~.c	30 Nov 2006 10:26:13 -0000	1.2
--- n_delay1p_line~.c	14 Dec 2006 20:05:59 -0000	1.3
***************
*** 425,428 ****
  	class_addmethod(n_delay1p_line_tilde_class, (t_method)n_delay1p_line_tilde_stop, gensym("stop"), 0);
  	class_addmethod(n_delay1p_line_tilde_class, (t_method)n_delay1p_line_tilde_time, gensym("time"), A_FLOAT, 0);
! 	class_sethelpsymbol(n_delay1p_line_tilde_class, gensym("iemhelp2/n_delay1p_line~-help"));
  }
--- 425,428 ----
  	class_addmethod(n_delay1p_line_tilde_class, (t_method)n_delay1p_line_tilde_stop, gensym("stop"), 0);
  	class_addmethod(n_delay1p_line_tilde_class, (t_method)n_delay1p_line_tilde_time, gensym("time"), A_FLOAT, 0);
! //	class_sethelpsymbol(n_delay1p_line_tilde_class, gensym("iemhelp2/n_delay1p_line~-help"));
  }

Index: iem_delay.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_delay/src/iem_delay.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** iem_delay.c	29 Nov 2006 19:20:43 -0000	1.1
--- iem_delay.c	14 Dec 2006 20:05:59 -0000	1.2
***************
*** 30,34 ****
  	block_delay_tilde_setup();
  
!     post("iem_delay (R-1.16) library loaded!   (c) Thomas Musil 05.2005");
  	post("   musil%ciem.at iem KUG Graz Austria", '@');
  }
--- 30,34 ----
  	block_delay_tilde_setup();
  
!     post("iem_delay (R-1.17) library loaded!   (c) Thomas Musil 11.2006");
  	post("   musil%ciem.at iem KUG Graz Austria", '@');
  }





More information about the Pd-cvs mailing list