[PD-cvs] externals/iem/iem_spec2/src iem_spec2.c, 1.1, 1.2 spec2_1p1z_freq~.c, 1.1, 1.2 spec2_1p1z_time~.c, 1.1, 1.2 spec2_abs~.c, 1.1, 1.2 spec2_add_scalar~.c, 1.1, 1.2 spec2_add~.c, 1.1, 1.2 spec2_block_delay~.c, 1.1, 1.2 spec2_clip_max~.c, 1.1, 1.2 spec2_clip_min~.c, 1.1, 1.2 spec2_dbtopow~.c, 1.1, 1.2 spec2_dbtorms~.c, 1.1, 1.2 spec2_matrix_bundle_stat~.c, 1.1, 1.2 spec2_mul_scalar~.c, 1.1, 1.2 spec2_mul~.c, 1.1, 1.2 spec2_powtodb~.c, 1.1, 1.2 spec2_rmstodb~.c, 1.1, 1.2 spec2_shift~.c, 1.1, 1.2 spec2_sqrt~.c, 1.1, 1.2 spec2_stretch~.c, 1.1, 1.2 spec2_sub~.c, 1.1, 1.2 spec2_sum~.c, 1.1, 1.2 spec2_tab_conv~.c, 1.1, 1.2 spec2_tabreceive_enable~.c, 1.1, 1.2 spec2_tabreceive~.c, 1.1, 1.2

musil tmusil at users.sourceforge.net
Thu Dec 14 21:30:48 CET 2006


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

Modified Files:
	iem_spec2.c spec2_1p1z_freq~.c spec2_1p1z_time~.c spec2_abs~.c 
	spec2_add_scalar~.c spec2_add~.c spec2_block_delay~.c 
	spec2_clip_max~.c spec2_clip_min~.c spec2_dbtopow~.c 
	spec2_dbtorms~.c spec2_matrix_bundle_stat~.c 
	spec2_mul_scalar~.c spec2_mul~.c spec2_powtodb~.c 
	spec2_rmstodb~.c spec2_shift~.c spec2_sqrt~.c spec2_stretch~.c 
	spec2_sub~.c spec2_sum~.c spec2_tab_conv~.c 
	spec2_tabreceive_enable~.c spec2_tabreceive~.c 
Log Message:
// class_sethelpsymbol();

Index: iem_spec2.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/iem_spec2.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** iem_spec2.c	8 Dec 2006 07:47:49 -0000	1.1
--- iem_spec2.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 72,76 ****
    spec2_tabreceive_tilde_setup();
    
!   post("iem_spec2 (R-1.16) library loaded!   (c) Thomas Musil 05.2005");
    post("   musil%ciem.at iem KUG Graz Austria", '@');
  }
--- 72,76 ----
    spec2_tabreceive_tilde_setup();
    
!   post("iem_spec2 (R-1.17) library loaded!   (c) Thomas Musil 11.2006");
    post("   musil%ciem.at iem KUG Graz Austria", '@');
  }

Index: spec2_matrix_bundle_stat~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_matrix_bundle_stat~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_matrix_bundle_stat~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_matrix_bundle_stat~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 282,285 ****
    class_addmethod(spec2_matrix_bundle_stat_tilde_class, (t_method)spec2_matrix_bundle_stat_tilde_element, gensym("element"), A_GIMME, 0);
    class_addmethod(spec2_matrix_bundle_stat_tilde_class, (t_method)spec2_matrix_bundle_stat_tilde_bundle, gensym("bundle"), A_GIMME, 0);
!   class_sethelpsymbol(spec2_matrix_bundle_stat_tilde_class, gensym("iemhelp2/spec2_matrix_bundle_stat~-help"));
  }
--- 282,285 ----
    class_addmethod(spec2_matrix_bundle_stat_tilde_class, (t_method)spec2_matrix_bundle_stat_tilde_element, gensym("element"), A_GIMME, 0);
    class_addmethod(spec2_matrix_bundle_stat_tilde_class, (t_method)spec2_matrix_bundle_stat_tilde_bundle, gensym("bundle"), A_GIMME, 0);
! //  class_sethelpsymbol(spec2_matrix_bundle_stat_tilde_class, gensym("iemhelp2/spec2_matrix_bundle_stat~-help"));
  }

Index: spec2_powtodb~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_powtodb~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_powtodb~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_powtodb~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 63,66 ****
    CLASS_MAINSIGNALIN(spec2_powtodb_tilde_class, t_spec2_powtodb_tilde, x_msi);
    class_addmethod(spec2_powtodb_tilde_class, (t_method)spec2_powtodb_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_powtodb_tilde_class, gensym("iemhelp2/spec2_powtodb~-help"));
  }
--- 63,66 ----
    CLASS_MAINSIGNALIN(spec2_powtodb_tilde_class, t_spec2_powtodb_tilde, x_msi);
    class_addmethod(spec2_powtodb_tilde_class, (t_method)spec2_powtodb_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_powtodb_tilde_class, gensym("iemhelp2/spec2_powtodb~-help"));
  }

Index: spec2_sqrt~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_sqrt~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_sqrt~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_sqrt~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 90,93 ****
    CLASS_MAINSIGNALIN(spec2_sqrt_tilde_class, t_spec2_sqrt_tilde, x_msi);
    class_addmethod(spec2_sqrt_tilde_class, (t_method)spec2_sqrt_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_sqrt_tilde_class, gensym("iemhelp2/spec2_sqrt~-help"));
  }
--- 90,93 ----
    CLASS_MAINSIGNALIN(spec2_sqrt_tilde_class, t_spec2_sqrt_tilde, x_msi);
    class_addmethod(spec2_sqrt_tilde_class, (t_method)spec2_sqrt_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_sqrt_tilde_class, gensym("iemhelp2/spec2_sqrt~-help"));
  }

Index: spec2_stretch~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_stretch~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_stretch~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_stretch~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
***************
*** 102,105 ****
    class_addmethod(spec2_stretch_tilde_class, (t_method)spec2_stretch_tilde_dsp, gensym("dsp"), 0);
    class_addfloat(spec2_stretch_tilde_class, (t_method)spec2_stretch_tilde_mul);
!   class_sethelpsymbol(spec2_stretch_tilde_class, gensym("iemhelp/spec2_stretch~-help"));
  }
--- 102,105 ----
    class_addmethod(spec2_stretch_tilde_class, (t_method)spec2_stretch_tilde_dsp, gensym("dsp"), 0);
    class_addfloat(spec2_stretch_tilde_class, (t_method)spec2_stretch_tilde_mul);
! //  class_sethelpsymbol(spec2_stretch_tilde_class, gensym("iemhelp/spec2_stretch~-help"));
  }

Index: spec2_tabreceive_enable~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_tabreceive_enable~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_tabreceive_enable~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_tabreceive_enable~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 163,166 ****
    class_addsymbol(spec2_tabreceive_enable_tilde_class, (t_method)spec2_tabreceive_enable_tilde_symbol);
    class_addfloat(spec2_tabreceive_enable_tilde_class, (t_method)spec2_tabreceive_enable_tilde_float);
!   class_sethelpsymbol(spec2_tabreceive_enable_tilde_class, gensym("iemhelp2/spec2_tabreceive_enable~-help"));
  }
--- 163,166 ----
    class_addsymbol(spec2_tabreceive_enable_tilde_class, (t_method)spec2_tabreceive_enable_tilde_symbol);
    class_addfloat(spec2_tabreceive_enable_tilde_class, (t_method)spec2_tabreceive_enable_tilde_float);
! //  class_sethelpsymbol(spec2_tabreceive_enable_tilde_class, gensym("iemhelp2/spec2_tabreceive_enable~-help"));
  }

Index: spec2_rmstodb~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_rmstodb~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_rmstodb~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_rmstodb~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 64,67 ****
    CLASS_MAINSIGNALIN(spec2_rmstodb_tilde_class, t_spec2_rmstodb_tilde, x_msi);
    class_addmethod(spec2_rmstodb_tilde_class, (t_method)spec2_rmstodb_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_rmstodb_tilde_class, gensym("iemhelp2/spec2_rmstodb~-help"));
  }
--- 64,67 ----
    CLASS_MAINSIGNALIN(spec2_rmstodb_tilde_class, t_spec2_rmstodb_tilde, x_msi);
    class_addmethod(spec2_rmstodb_tilde_class, (t_method)spec2_rmstodb_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_rmstodb_tilde_class, gensym("iemhelp2/spec2_rmstodb~-help"));
  }

Index: spec2_dbtorms~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_dbtorms~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_dbtorms~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_dbtorms~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 64,67 ****
    CLASS_MAINSIGNALIN(spec2_dbtorms_tilde_class, t_spec2_dbtorms_tilde, x_msi);
    class_addmethod(spec2_dbtorms_tilde_class, (t_method)spec2_dbtorms_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_dbtorms_tilde_class, gensym("iemhelp2/spec2_dbtorms~-help"));
  }
--- 64,67 ----
    CLASS_MAINSIGNALIN(spec2_dbtorms_tilde_class, t_spec2_dbtorms_tilde, x_msi);
    class_addmethod(spec2_dbtorms_tilde_class, (t_method)spec2_dbtorms_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_dbtorms_tilde_class, gensym("iemhelp2/spec2_dbtorms~-help"));
  }

Index: spec2_tab_conv~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_tab_conv~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_tab_conv~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_tab_conv~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
***************
*** 147,150 ****
    class_addmethod(spec2_tab_conv_tilde_class, (t_method)spec2_tab_conv_tilde_dsp, gensym("dsp"), 0);
    class_addmethod(spec2_tab_conv_tilde_class, (t_method)spec2_tab_conv_tilde_set, gensym("set"), A_GIMME, 0);
!   class_sethelpsymbol(spec2_tab_conv_tilde_class, gensym("iemhelp/spec2_tab_conv~-help"));
  }
--- 147,150 ----
    class_addmethod(spec2_tab_conv_tilde_class, (t_method)spec2_tab_conv_tilde_dsp, gensym("dsp"), 0);
    class_addmethod(spec2_tab_conv_tilde_class, (t_method)spec2_tab_conv_tilde_set, gensym("set"), A_GIMME, 0);
! //  class_sethelpsymbol(spec2_tab_conv_tilde_class, gensym("iemhelp/spec2_tab_conv~-help"));
  }

Index: spec2_sub~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_sub~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_sub~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_sub~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 97,100 ****
    CLASS_MAINSIGNALIN(spec2_sub_tilde_class, t_spec2_sub_tilde, x_msi);
    class_addmethod(spec2_sub_tilde_class, (t_method)spec2_sub_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_sub_tilde_class, gensym("iemhelp2/spec2_sub~-help"));
  }
--- 97,100 ----
    CLASS_MAINSIGNALIN(spec2_sub_tilde_class, t_spec2_sub_tilde, x_msi);
    class_addmethod(spec2_sub_tilde_class, (t_method)spec2_sub_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_sub_tilde_class, gensym("iemhelp2/spec2_sub~-help"));
  }

Index: spec2_block_delay~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_block_delay~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_block_delay~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_block_delay~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 154,157 ****
    CLASS_MAINSIGNALIN(spec2_block_delay_tilde_class, t_spec2_block_delay_tilde, x_msi);
    class_addmethod(spec2_block_delay_tilde_class, (t_method)spec2_block_delay_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_block_delay_tilde_class, gensym("iemhelp2/spec2_block_delay~-help"));
  }
--- 154,157 ----
    CLASS_MAINSIGNALIN(spec2_block_delay_tilde_class, t_spec2_block_delay_tilde, x_msi);
    class_addmethod(spec2_block_delay_tilde_class, (t_method)spec2_block_delay_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_block_delay_tilde_class, gensym("iemhelp2/spec2_block_delay~-help"));
  }

Index: spec2_abs~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_abs~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_abs~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_abs~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 89,92 ****
    CLASS_MAINSIGNALIN(spec2_abs_tilde_class, t_spec2_abs_tilde, x_msi);
    class_addmethod(spec2_abs_tilde_class, (t_method)spec2_abs_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_abs_tilde_class, gensym("iemhelp2/spec2_abs~-help"));
  }
--- 89,92 ----
    CLASS_MAINSIGNALIN(spec2_abs_tilde_class, t_spec2_abs_tilde, x_msi);
    class_addmethod(spec2_abs_tilde_class, (t_method)spec2_abs_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_abs_tilde_class, gensym("iemhelp2/spec2_abs~-help"));
  }

Index: spec2_1p1z_time~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_1p1z_time~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_1p1z_time~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_1p1z_time~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 212,215 ****
    class_addlist(spec2_1p1z_time_tilde_class, (t_method)spec2_1p1z_time_tilde_list);
    class_addmethod(spec2_1p1z_time_tilde_class, (t_method)spec2_1p1z_time_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_1p1z_time_tilde_class, gensym("iemhelp2/spec2_1p1z_time~-help"));
  }
--- 212,215 ----
    class_addlist(spec2_1p1z_time_tilde_class, (t_method)spec2_1p1z_time_tilde_list);
    class_addmethod(spec2_1p1z_time_tilde_class, (t_method)spec2_1p1z_time_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_1p1z_time_tilde_class, gensym("iemhelp2/spec2_1p1z_time~-help"));
  }

Index: spec2_sum~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_sum~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_sum~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_sum~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 117,120 ****
    CLASS_MAINSIGNALIN(spec2_sum_tilde_class, t_spec2_sum_tilde, x_msi);
    class_addmethod(spec2_sum_tilde_class, (t_method)spec2_sum_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_sum_tilde_class, gensym("iemhelp2/spec2_sum~-help"));
  }
--- 117,120 ----
    CLASS_MAINSIGNALIN(spec2_sum_tilde_class, t_spec2_sum_tilde, x_msi);
    class_addmethod(spec2_sum_tilde_class, (t_method)spec2_sum_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_sum_tilde_class, gensym("iemhelp2/spec2_sum~-help"));
  }

Index: spec2_shift~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_shift~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_shift~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_shift~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
***************
*** 104,107 ****
    class_addmethod(spec2_shift_tilde_class, (t_method)spec2_shift_tilde_dsp, gensym("dsp"), 0);
    class_addfloat(spec2_shift_tilde_class, (t_method)spec2_shift_tilde_add);
!   class_sethelpsymbol(spec2_shift_tilde_class, gensym("iemhelp/spec2_shift~-help"));
  }
--- 104,107 ----
    class_addmethod(spec2_shift_tilde_class, (t_method)spec2_shift_tilde_dsp, gensym("dsp"), 0);
    class_addfloat(spec2_shift_tilde_class, (t_method)spec2_shift_tilde_add);
! //  class_sethelpsymbol(spec2_shift_tilde_class, gensym("iemhelp/spec2_shift~-help"));
  }

Index: spec2_clip_max~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_clip_max~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_clip_max~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_clip_max~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 164,167 ****
    CLASS_MAINSIGNALIN(spec2_clip_max_tilde_class, t_spec2_clip_max_tilde, x_msi);
    class_addmethod(spec2_clip_max_tilde_class, (t_method)spec2_clip_max_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_clip_max_tilde_class, gensym("iemhelp2/spec2_clip_max~-help"));
  }
--- 164,167 ----
    CLASS_MAINSIGNALIN(spec2_clip_max_tilde_class, t_spec2_clip_max_tilde, x_msi);
    class_addmethod(spec2_clip_max_tilde_class, (t_method)spec2_clip_max_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_clip_max_tilde_class, gensym("iemhelp2/spec2_clip_max~-help"));
  }

Index: spec2_mul~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_mul~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_mul~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_mul~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 97,100 ****
    CLASS_MAINSIGNALIN(spec2_mul_tilde_class, t_spec2_mul_tilde, x_msi);
    class_addmethod(spec2_mul_tilde_class, (t_method)spec2_mul_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_mul_tilde_class, gensym("iemhelp2/spec2_mul~-help"));
  }
--- 97,100 ----
    CLASS_MAINSIGNALIN(spec2_mul_tilde_class, t_spec2_mul_tilde, x_msi);
    class_addmethod(spec2_mul_tilde_class, (t_method)spec2_mul_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_mul_tilde_class, gensym("iemhelp2/spec2_mul~-help"));
  }

Index: spec2_mul_scalar~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_mul_scalar~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_mul_scalar~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_mul_scalar~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 102,105 ****
    class_addmethod(spec2_mul_scalar_tilde_class, (t_method)spec2_mul_scalar_tilde_ft1, gensym("ft1"), A_FLOAT, 0);
    class_addmethod(spec2_mul_scalar_tilde_class, (t_method)spec2_mul_scalar_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_mul_scalar_tilde_class, gensym("iemhelp2/spec2_mul_scalar~-help"));
  }
--- 102,105 ----
    class_addmethod(spec2_mul_scalar_tilde_class, (t_method)spec2_mul_scalar_tilde_ft1, gensym("ft1"), A_FLOAT, 0);
    class_addmethod(spec2_mul_scalar_tilde_class, (t_method)spec2_mul_scalar_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_mul_scalar_tilde_class, gensym("iemhelp2/spec2_mul_scalar~-help"));
  }

Index: spec2_add_scalar~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_add_scalar~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_add_scalar~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_add_scalar~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 103,106 ****
    class_addmethod(spec2_add_scalar_tilde_class, (t_method)spec2_add_scalar_tilde_ft1, gensym("ft1"), A_FLOAT, 0);
    class_addmethod(spec2_add_scalar_tilde_class, (t_method)spec2_add_scalar_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_add_scalar_tilde_class, gensym("iemhelp2/spec2_add_scalar~-help"));
  }
--- 103,106 ----
    class_addmethod(spec2_add_scalar_tilde_class, (t_method)spec2_add_scalar_tilde_ft1, gensym("ft1"), A_FLOAT, 0);
    class_addmethod(spec2_add_scalar_tilde_class, (t_method)spec2_add_scalar_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_add_scalar_tilde_class, gensym("iemhelp2/spec2_add_scalar~-help"));
  }

Index: spec2_tabreceive~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_tabreceive~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_tabreceive~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_tabreceive~.c	14 Dec 2006 20:30:46 -0000	1.2
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
***************
*** 144,147 ****
    class_addmethod(spec2_tabreceive_tilde_class, (t_method)spec2_tabreceive_tilde_dsp, gensym("dsp"), 0);
    class_addsymbol(spec2_tabreceive_tilde_class, (t_method)spec2_tabreceive_tilde_symbol);
!   class_sethelpsymbol(spec2_tabreceive_tilde_class, gensym("iemhelp/spec2_tabreceive~-help"));
  }
--- 144,147 ----
    class_addmethod(spec2_tabreceive_tilde_class, (t_method)spec2_tabreceive_tilde_dsp, gensym("dsp"), 0);
    class_addsymbol(spec2_tabreceive_tilde_class, (t_method)spec2_tabreceive_tilde_symbol);
! //  class_sethelpsymbol(spec2_tabreceive_tilde_class, gensym("iemhelp/spec2_tabreceive~-help"));
  }

Index: spec2_1p1z_freq~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_1p1z_freq~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_1p1z_freq~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_1p1z_freq~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 501,504 ****
    class_addmethod(spec2_1p1z_freq_tilde_class, (t_method)spec2_1p1z_freq_tilde_dsp, gensym("dsp"), 0);
    class_addlist(spec2_1p1z_freq_tilde_class, (t_method)spec2_1p1z_freq_tilde_list);
!   class_sethelpsymbol(spec2_1p1z_freq_tilde_class, gensym("iemhelp2/spec2_1p1z_freq~-help"));
  }
--- 501,504 ----
    class_addmethod(spec2_1p1z_freq_tilde_class, (t_method)spec2_1p1z_freq_tilde_dsp, gensym("dsp"), 0);
    class_addlist(spec2_1p1z_freq_tilde_class, (t_method)spec2_1p1z_freq_tilde_list);
! //  class_sethelpsymbol(spec2_1p1z_freq_tilde_class, gensym("iemhelp2/spec2_1p1z_freq~-help"));
  }

Index: spec2_dbtopow~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_dbtopow~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_dbtopow~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_dbtopow~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 64,67 ****
    CLASS_MAINSIGNALIN(spec2_dbtopow_tilde_class, t_spec2_dbtopow_tilde, x_msi);
    class_addmethod(spec2_dbtopow_tilde_class, (t_method)spec2_dbtopow_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_dbtopow_tilde_class, gensym("iemhelp2/spec2_dbtopow~-help"));
  }
--- 64,67 ----
    CLASS_MAINSIGNALIN(spec2_dbtopow_tilde_class, t_spec2_dbtopow_tilde, x_msi);
    class_addmethod(spec2_dbtopow_tilde_class, (t_method)spec2_dbtopow_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_dbtopow_tilde_class, gensym("iemhelp2/spec2_dbtopow~-help"));
  }

Index: spec2_add~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_add~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_add~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_add~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 98,101 ****
    CLASS_MAINSIGNALIN(spec2_add_tilde_class, t_spec2_add_tilde, x_msi);
    class_addmethod(spec2_add_tilde_class, (t_method)spec2_add_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_add_tilde_class, gensym("iemhelp2/spec2_add~-help"));
  }
--- 98,101 ----
    CLASS_MAINSIGNALIN(spec2_add_tilde_class, t_spec2_add_tilde, x_msi);
    class_addmethod(spec2_add_tilde_class, (t_method)spec2_add_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_add_tilde_class, gensym("iemhelp2/spec2_add~-help"));
  }

Index: spec2_clip_min~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_spec2/src/spec2_clip_min~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spec2_clip_min~.c	8 Dec 2006 07:47:49 -0000	1.1
--- spec2_clip_min~.c	14 Dec 2006 20:30:45 -0000	1.2
***************
*** 164,167 ****
    CLASS_MAINSIGNALIN(spec2_clip_min_tilde_class, t_spec2_clip_min_tilde, x_msi);
    class_addmethod(spec2_clip_min_tilde_class, (t_method)spec2_clip_min_tilde_dsp, gensym("dsp"), 0);
!   class_sethelpsymbol(spec2_clip_min_tilde_class, gensym("iemhelp2/spec2_clip_min~-help"));
  }
--- 164,167 ----
    CLASS_MAINSIGNALIN(spec2_clip_min_tilde_class, t_spec2_clip_min_tilde, x_msi);
    class_addmethod(spec2_clip_min_tilde_class, (t_method)spec2_clip_min_tilde_dsp, gensym("dsp"), 0);
! //  class_sethelpsymbol(spec2_clip_min_tilde_class, gensym("iemhelp2/spec2_clip_min~-help"));
  }





More information about the Pd-cvs mailing list