[PD-cvs] externals/ekext/lpc~/lpc_filter lpreson~.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_filter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11713/lpc~/lpc_filter

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

Index: lpreson~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ekext/lpc~/lpc_filter/lpreson~.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** lpreson~.c	21 Sep 2005 12:24:06 -0000	1.1.1.1
--- lpreson~.c	29 Sep 2007 21:36:47 -0000	1.2
***************
*** 125,131 ****
    
    class_addmethod(lpreson_tilde_class, (t_method)lpreson_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(lpreson_tilde_class, gensym("help-lpc~"));
    class_addlist(lpreson_tilde_class, lpreson_tilde_list);
!   class_sethelpsymbol(lpreson_tilde_class, gensym("lpc-cross-synthesis.pd"));
    CLASS_MAINSIGNALIN(lpreson_tilde_class, t_lpreson_tilde, f_dummy);
  }
--- 125,131 ----
    
    class_addmethod(lpreson_tilde_class, (t_method)lpreson_tilde_dsp, gensym("dsp"), 0);
! 
    class_addlist(lpreson_tilde_class, lpreson_tilde_list);
! 
    CLASS_MAINSIGNALIN(lpreson_tilde_class, t_lpreson_tilde, f_dummy);
  }





More information about the Pd-cvs mailing list