[PD-cvs] externals/ekext/lpc~/lpc_anal lpc~.c,1.1.1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Sep 29 23:36:49 CEST 2007


Update of /cvsroot/pure-data/externals/ekext/lpc~/lpc_anal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11713/lpc~/lpc_anal

Modified Files:
	lpc~.c 
Log Message:
renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way

Index: lpc~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ekext/lpc~/lpc_anal/lpc~.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** lpc~.c	21 Sep 2005 12:23:52 -0000	1.1.1.1
--- lpc~.c	29 Sep 2007 21:36:47 -0000	1.2
***************
*** 198,203 ****
    
    class_addmethod(lpc_tilde_class, (t_method)lpc_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(lpc_tilde_class, gensym("help-lpc~"));
!   class_sethelpsymbol(lpc_tilde_class, gensym("lpc_test"));
    CLASS_MAINSIGNALIN(lpc_tilde_class, t_lpc_tilde, f_dummy);
  }
--- 198,203 ----
    
    class_addmethod(lpc_tilde_class, (t_method)lpc_tilde_dsp, gensym("dsp"), 0);
! 
! 
    CLASS_MAINSIGNALIN(lpc_tilde_class, t_lpc_tilde, f_dummy);
  }





More information about the Pd-cvs mailing list