[PD-cvs] externals/iem/iem_ambi/src ambi_decode.c, 1.1, 1.2 ambi_decode2.c, 1.1, 1.2 ambi_decode3.c, 1.1, 1.2 ambi_decode_cube.c, 1.1, 1.2 ambi_encode.c, 1.1, 1.2 ambi_rot.c, 1.1, 1.2

musil tmusil at users.sourceforge.net
Fri Mar 10 02:59:47 CET 2006


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

Modified Files:
	ambi_decode.c ambi_decode2.c ambi_decode3.c ambi_decode_cube.c 
	ambi_encode.c ambi_rot.c 
Log Message:
help to the end of names of help-patches

Index: ambi_encode.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/ambi_encode.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ambi_encode.c	9 Mar 2006 17:05:43 -0000	1.1
--- ambi_encode.c	10 Mar 2006 01:59:44 -0000	1.2
***************
*** 430,433 ****
  	class_addmethod(ambi_encode_class, (t_method)ambi_encode_col, gensym("col"), A_GIMME, 0);
  	class_addmethod(ambi_encode_class, (t_method)ambi_encode_ambi_weight, gensym("ambi_weight"), A_GIMME, 0);
! 	class_sethelpsymbol(ambi_encode_class, gensym("iemhelp2/help-ambi_encode"));
  }
--- 430,433 ----
  	class_addmethod(ambi_encode_class, (t_method)ambi_encode_col, gensym("col"), A_GIMME, 0);
  	class_addmethod(ambi_encode_class, (t_method)ambi_encode_ambi_weight, gensym("ambi_weight"), A_GIMME, 0);
! 	class_sethelpsymbol(ambi_encode_class, gensym("iemhelp2/ambi_encode-help"));
  }

Index: ambi_rot.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/ambi_rot.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ambi_rot.c	9 Mar 2006 17:05:43 -0000	1.1
--- ambi_rot.c	10 Mar 2006 01:59:44 -0000	1.2
***************
*** 1531,1534 ****
  	class_addfloat(ambi_rot_class, (t_method)ambi_rot_float);
  		class_addlist(ambi_rot_class, (t_method)ambi_rot_list);
! 	class_sethelpsymbol(ambi_rot_class, gensym("iemhelp2/help-ambi_rot"));
  }
--- 1531,1534 ----
  	class_addfloat(ambi_rot_class, (t_method)ambi_rot_float);
  		class_addlist(ambi_rot_class, (t_method)ambi_rot_list);
! 	class_sethelpsymbol(ambi_rot_class, gensym("iemhelp2/ambi_rot-help"));
  }

Index: ambi_decode2.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/ambi_decode2.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ambi_decode2.c	9 Mar 2006 17:05:43 -0000	1.1
--- ambi_decode2.c	10 Mar 2006 01:59:44 -0000	1.2
***************
*** 821,824 ****
  	class_addmethod(ambi_decode2_class, (t_method)ambi_decode2_sing_range, gensym("sing_range"), A_DEFFLOAT, 0);
  	class_addmethod(ambi_decode2_class, (t_method)ambi_decode2_pseudo_inverse, gensym("pseudo_inverse"), A_GIMME, 0);
! 	class_sethelpsymbol(ambi_decode2_class, gensym("iemhelp2/help-ambi_decode2"));
  }
--- 821,824 ----
  	class_addmethod(ambi_decode2_class, (t_method)ambi_decode2_sing_range, gensym("sing_range"), A_DEFFLOAT, 0);
  	class_addmethod(ambi_decode2_class, (t_method)ambi_decode2_pseudo_inverse, gensym("pseudo_inverse"), A_GIMME, 0);
! 	class_sethelpsymbol(ambi_decode2_class, gensym("iemhelp2/ambi_decode2-help"));
  }

Index: ambi_decode3.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/ambi_decode3.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ambi_decode3.c	9 Mar 2006 17:05:43 -0000	1.1
--- ambi_decode3.c	10 Mar 2006 01:59:44 -0000	1.2
***************
*** 769,772 ****
  	class_addmethod(ambi_decode3_class, (t_method)ambi_decode3_ipht_ireal_muladd, gensym("ipht_ireal_muladd"), A_GIMME, 0);
  	class_addmethod(ambi_decode3_class, (t_method)ambi_decode3_end_pseudo_inverse, gensym("end_pseudo_inverse"), 0);
! 	class_sethelpsymbol(ambi_decode3_class, gensym("iemhelp2/help-ambi_decode3"));
  }
--- 769,772 ----
  	class_addmethod(ambi_decode3_class, (t_method)ambi_decode3_ipht_ireal_muladd, gensym("ipht_ireal_muladd"), A_GIMME, 0);
  	class_addmethod(ambi_decode3_class, (t_method)ambi_decode3_end_pseudo_inverse, gensym("end_pseudo_inverse"), 0);
! 	class_sethelpsymbol(ambi_decode3_class, gensym("iemhelp2/ambi_decode3-help"));
  }

Index: ambi_decode_cube.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/ambi_decode_cube.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ambi_decode_cube.c	9 Mar 2006 17:05:43 -0000	1.1
--- ambi_decode_cube.c	10 Mar 2006 01:59:44 -0000	1.2
***************
*** 796,799 ****
  	class_addmethod(ambi_decode_cube_class, (t_method)ambi_decode_cube_mirror_range, gensym("mirror_range"), A_DEFFLOAT, A_DEFFLOAT, 0);
  	class_addmethod(ambi_decode_cube_class, (t_method)ambi_decode_cube_real_sum_range, gensym("real_sum_range"), A_DEFFLOAT, A_DEFFLOAT, 0);
! 	class_sethelpsymbol(ambi_decode_cube_class, gensym("iemhelp/help-ambi_decode_cube"));
  }
--- 796,799 ----
  	class_addmethod(ambi_decode_cube_class, (t_method)ambi_decode_cube_mirror_range, gensym("mirror_range"), A_DEFFLOAT, A_DEFFLOAT, 0);
  	class_addmethod(ambi_decode_cube_class, (t_method)ambi_decode_cube_real_sum_range, gensym("real_sum_range"), A_DEFFLOAT, A_DEFFLOAT, 0);
! 	class_sethelpsymbol(ambi_decode_cube_class, gensym("iemhelp/ambi_decode_cube-help"));
  }

Index: ambi_decode.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/ambi_decode.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ambi_decode.c	9 Mar 2006 17:05:43 -0000	1.1
--- ambi_decode.c	10 Mar 2006 01:59:44 -0000	1.2
***************
*** 721,724 ****
  	class_addmethod(ambi_decode_class, (t_method)ambi_decode_sing_range, gensym("sing_range"), A_DEFFLOAT, 0);
  	class_addmethod(ambi_decode_class, (t_method)ambi_decode_pinv, gensym("pinv"), 0);
! 	class_sethelpsymbol(ambi_decode_class, gensym("iemhelp2/help-ambi_decode"));
  }
--- 721,724 ----
  	class_addmethod(ambi_decode_class, (t_method)ambi_decode_sing_range, gensym("sing_range"), A_DEFFLOAT, 0);
  	class_addmethod(ambi_decode_class, (t_method)ambi_decode_pinv, gensym("pinv"), 0);
! 	class_sethelpsymbol(ambi_decode_class, gensym("iemhelp2/ambi_decode-help"));
  }





More information about the Pd-cvs mailing list