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

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


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

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

Index: cup.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ekext/cup/cup.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -C2 -d -r1.1.1.2 -r1.2
*** cup.c	14 Sep 2007 15:24:11 -0000	1.1.1.2
--- cup.c	29 Sep 2007 21:36:46 -0000	1.2
***************
*** 44,48 ****
    0, A_DEFFLOAT, 0);
    post("cup counts up ^_^");
!   class_sethelpsymbol(cup_class, gensym("help-cup"));
    class_addbang(cup_class, cup_bang);
    class_addfloat(cup_class, cup_float);
--- 44,48 ----
    0, A_DEFFLOAT, 0);
    post("cup counts up ^_^");
! 
    class_addbang(cup_class, cup_bang);
    class_addfloat(cup_class, cup_float);

--- NEW FILE: cup-help.pd ---
#N canvas 0 22 433 272 10;
#X obj 71 134 cup;
#X msg 133 118 0;
#X msg 177 118 25;
#X msg 220 118 -67;
#X text 153 89 set to float;
#X text 130 100 (but do not output);
#X obj 71 81 metro 500;
#X obj 71 62 loadbang;
#X floatatom 71 156 5 0 0 0 - - -;
#X text 196 24 cup counts up ^_^;
#X text 165 46 it's the simplest counter there is;
#X text 184 70 why waste cpu power on counting?;
#X text 106 236 Ed;
#X text 71 198 someday I may write a haiku poem about it;
#X msg 280 119 setbang 198;
#X text 278 103 set and output;
#N canvas 0 0 450 300 simplecounter 0;
#X obj 107 147 cup;
#X msg 138 147 0;
#X msg 107 80 1;
#X floatatom 107 191 5 0 0 0 - - -;
#X obj 107 63 loadbang;
#X obj 107 97 metro 200;
#X text 228 190 don't forget the delay 0!;
#X obj 174 172 select 10;
#X obj 174 189 delay 0;
#X text 80 233 cup counts up from float;
#X text 79 248 simplicity helps me think;
#X text 80 263 organise my patch;
#X text 81 218 ______A_CUP_HAIKU_______;
#X connect 0 0 3 0;
#X connect 0 0 7 0;
#X connect 1 0 0 0;
#X connect 2 0 5 0;
#X connect 4 0 2 0;
#X connect 5 0 0 0;
#X connect 7 0 8 0;
#X connect 8 0 1 0;
#X restore 230 158 pd simplecounter;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 6 0;
#X connect 14 0 0 0;

--- help-cup.pd DELETED ---





More information about the Pd-cvs mailing list