Update of /cvsroot/pure-data/externals/iem/iem_ambi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14661/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 iem_ambi.c Log Message: // class_sethelpsymbol();
Index: iem_ambi.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/iem_ambi.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** iem_ambi.c 30 Nov 2006 11:09:23 -0000 1.6 --- iem_ambi.c 14 Dec 2006 19:58:08 -0000 1.7 *************** *** 34,38 **** ambi_rot_setup();
! post("iem_ambi (R-1.16) library loaded! (c) Thomas Musil 05.2005"); post(" musil%ciem.at iem KUG Graz Austria", '@'); } --- 34,38 ---- ambi_rot_setup();
! post("iem_ambi (R-1.17) library loaded! (c) Thomas Musil 11.2006"); post(" musil%ciem.at iem KUG Graz Austria", '@'); }
Index: ambi_encode.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/ambi_encode.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ambi_encode.c 30 Nov 2006 11:09:23 -0000 1.4 --- ambi_encode.c 14 Dec 2006 19:58:08 -0000 1.5 *************** *** 422,425 **** 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")); } --- 422,425 ---- 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.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ambi_rot.c 30 Nov 2006 11:09:23 -0000 1.4 --- ambi_rot.c 14 Dec 2006 19:58:08 -0000 1.5 *************** *** 1521,1524 **** 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")); } --- 1521,1524 ---- 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.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ambi_decode2.c 30 Nov 2006 11:09:23 -0000 1.5 --- ambi_decode2.c 14 Dec 2006 19:58:08 -0000 1.6 *************** *** 812,815 **** 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")); } --- 812,815 ---- 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.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ambi_decode3.c 30 Nov 2006 11:09:23 -0000 1.5 --- ambi_decode3.c 14 Dec 2006 19:58:08 -0000 1.6 *************** *** 749,752 **** 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")); } --- 749,752 ---- 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.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ambi_decode_cube.c 30 Nov 2006 11:09:23 -0000 1.5 --- ambi_decode_cube.c 14 Dec 2006 19:58:08 -0000 1.6 *************** *** 786,789 **** 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")); } --- 786,789 ---- 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.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ambi_decode.c 30 Nov 2006 11:09:23 -0000 1.5 --- ambi_decode.c 14 Dec 2006 19:58:08 -0000 1.6 *************** *** 711,714 **** 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")); } --- 711,714 ---- 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")); }