Update of /cvsroot/pure-data/externals/ekext/valve In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11713/valve
Modified Files: valve.c Added Files: valve-help.pd Removed Files: help-valve.pd Log Message: renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way
Index: valve.c =================================================================== RCS file: /cvsroot/pure-data/externals/ekext/valve/valve.c,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -C2 -d -r1.1.1.3 -r1.2 *** valve.c 28 Sep 2007 16:10:47 -0000 1.1.1.3 --- valve.c 29 Sep 2007 21:36:48 -0000 1.2 *************** *** 115,119 **** post("|~>^^^integer map router^^^<¬|"); post("|¬~¬~¬Edward Kelly 2007~¬~¬~¬|"); ! class_sethelpsymbol(valve_class, gensym("help-valve")); class_addfloat(valve_class, valve_float); class_addmethod(valve_class, (t_method)valve_set, gensym("set"), A_DEFFLOAT, A_DEFFLOAT, 0); --- 115,119 ---- post("|~>^^^integer map router^^^<¬|"); post("|¬~¬~¬Edward Kelly 2007~¬~¬~¬|"); ! class_addfloat(valve_class, valve_float); class_addmethod(valve_class, (t_method)valve_set, gensym("set"), A_DEFFLOAT, A_DEFFLOAT, 0);
--- NEW FILE: valve-help.pd --- #N canvas 0 0 450 300 10; #X obj 126 189 valve; #X msg 60 46 map 0 0 1 1 1 1 0 0; #X obj 21 82 loadbang; #X text 116 66 ^; #X text 116 68 |; #X text 116 78 |; #X text 116 88 |; #X text 116 98 |; #X msg 115 114 2; #X floatatom 103 233 5 0 0 0 - - -; #X floatatom 166 233 5 0 0 0 - - -; #X msg 194 104 4; #X text 145 66 ^; #X text 145 68 |; #X text 145 78 |; #X text 145 88 |; #X text 145 98 |; #X text 171 66 ^; #X text 171 68 |; #X text 171 68 |; #X text 171 78 |; #X text 171 78 |; #X text 175 78 _________; #X msg 240 82 6; #X text 149 98 ______; #X connect 0 0 9 0; #X connect 0 1 10 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 2 0 8 0; #X connect 8 0 0 1; #X connect 11 0 0 0; #X connect 23 0 0 0;
--- help-valve.pd DELETED ---