From d27d9e33f19264c405979b49441f1d63b5b0e0ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Sep 2003 20:58:55 +0000 Subject: updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :( svn path=/trunk/externals/unauthorized/; revision=1034 --- countund/countund-help.pd | 17 +++++++++++++++++ countund/countund.c | 1 - countund/help-countund.pd | 17 ----------------- 3 files changed, 17 insertions(+), 18 deletions(-) create mode 100644 countund/countund-help.pd delete mode 100644 countund/help-countund.pd (limited to 'countund') diff --git a/countund/countund-help.pd b/countund/countund-help.pd new file mode 100644 index 0000000..89c1207 --- /dev/null +++ b/countund/countund-help.pd @@ -0,0 +1,17 @@ +#N canvas 194 211 575 337 10; +#X floatatom 192 112 5 0 0; +#X msg 76 156 bang; +#X text 161 29 Count up to a limit and then down to zero; +#X text 160 41 Bugs and comments @ ydegoyon@free.fr; +#X text 194 88 Set upper limit; +#X obj 121 143 countund 100; +#X obj 118 113 metro 100; +#X msg 115 82 bang; +#X obj 121 179 print countund; +#X floatatom 223 179 5 0 0; +#X connect 0 0 5 1; +#X connect 1 0 8 0; +#X connect 5 0 8 0; +#X connect 5 0 9 0; +#X connect 6 0 5 0; +#X connect 7 0 6 0; diff --git a/countund/countund.c b/countund/countund.c index 8ce5376..ac21f8e 100644 --- a/countund/countund.c +++ b/countund/countund.c @@ -115,5 +115,4 @@ void countund_setup(void) sizeof(t_countund), 0, A_DEFFLOAT, 0); class_addmethod( countund_class, (t_method)countund_bang, &s_bang, 0); class_addmethod( countund_class, (t_method)countund_limit, gensym("limit"), A_FLOAT, 0); - class_sethelpsymbol( countund_class, gensym("help-countund.pd")); } diff --git a/countund/help-countund.pd b/countund/help-countund.pd deleted file mode 100644 index 89c1207..0000000 --- a/countund/help-countund.pd +++ /dev/null @@ -1,17 +0,0 @@ -#N canvas 194 211 575 337 10; -#X floatatom 192 112 5 0 0; -#X msg 76 156 bang; -#X text 161 29 Count up to a limit and then down to zero; -#X text 160 41 Bugs and comments @ ydegoyon@free.fr; -#X text 194 88 Set upper limit; -#X obj 121 143 countund 100; -#X obj 118 113 metro 100; -#X msg 115 82 bang; -#X obj 121 179 print countund; -#X floatatom 223 179 5 0 0; -#X connect 0 0 5 1; -#X connect 1 0 8 0; -#X connect 5 0 8 0; -#X connect 5 0 9 0; -#X connect 6 0 5 0; -#X connect 7 0 6 0; -- cgit v1.2.1