[PD-cvs] externals/ekext/cupd cupd-help.pd, NONE, 1.1 cupd.c, 1.1.1.2, 1.2 help-cupd.pd, 1.1.1.1, NONE

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Sep 29 23:36:48 CEST 2007


Update of /cvsroot/pure-data/externals/ekext/cupd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11713/cupd

Modified Files:
	cupd.c 
Added Files:
	cupd-help.pd 
Removed Files:
	help-cupd.pd 
Log Message:
renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way

--- help-cupd.pd DELETED ---

--- NEW FILE: cupd-help.pd ---
#N canvas 0 0 450 300 10;
#X obj 87 161 cupd;
#X obj 87 94 metro 100;
#X obj 87 56 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X obj 110 134 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
1;
#X floatatom 87 201 5 0 0 0 - - -;
#X msg 197 102 160;
#X text 109 59 bang counts;
#X text 70 14 cupd counts up ^_^ and down _^_;
#X text 223 101 float sets next;
#X text 132 135 != 0 counts down \, 0 counts up;
#X text 69 235 aaaaah \, simplicity!;
#X connect 0 0 4 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 3 0 0 1;
#X connect 5 0 0 0;

Index: cupd.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ekext/cupd/cupd.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -C2 -d -r1.1.1.2 -r1.2
*** cupd.c	28 Sep 2007 16:07:31 -0000	1.1.1.2
--- cupd.c	29 Sep 2007 21:36:46 -0000	1.2
***************
*** 63,67 ****
    0, A_DEFFLOAT, 0);
    post("cupd counts up ^_^ and down _^_");
!   class_sethelpsymbol(cupd_class, gensym("help-cupd"));
    class_addbang(cupd_class, cupd_bang);
    class_addfloat(cupd_class, cupd_float);
--- 63,67 ----
    0, A_DEFFLOAT, 0);
    post("cupd counts up ^_^ and down _^_");
! 
    class_addbang(cupd_class, cupd_bang);
    class_addfloat(cupd_class, cupd_float);





More information about the Pd-cvs mailing list