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 --- scratcher~/help-scratcher~.pd | 7 ------- scratcher~/scratcher~-help.pd | 7 +++++++ scratcher~/scratcher~.c | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 scratcher~/help-scratcher~.pd create mode 100644 scratcher~/scratcher~-help.pd (limited to 'scratcher~') diff --git a/scratcher~/help-scratcher~.pd b/scratcher~/help-scratcher~.pd deleted file mode 100644 index 4a9149c..0000000 --- a/scratcher~/help-scratcher~.pd +++ /dev/null @@ -1,7 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 174 121 rs-scratcher~; -#X text 201 77 Playing with the block size \,; -#X text 201 87 so everything's in the subpatch; -#X obj 171 160 dac~; -#X connect 0 0 3 0; -#X connect 0 0 3 1; diff --git a/scratcher~/scratcher~-help.pd b/scratcher~/scratcher~-help.pd new file mode 100644 index 0000000..4a9149c --- /dev/null +++ b/scratcher~/scratcher~-help.pd @@ -0,0 +1,7 @@ +#N canvas 0 0 450 300 10; +#X obj 174 121 rs-scratcher~; +#X text 201 77 Playing with the block size \,; +#X text 201 87 so everything's in the subpatch; +#X obj 171 160 dac~; +#X connect 0 0 3 0; +#X connect 0 0 3 1; diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c index 664ed20..1045ff0 100644 --- a/scratcher~/scratcher~.c +++ b/scratcher~/scratcher~.c @@ -768,7 +768,6 @@ void scratcher_tilde_setup(void) #include "scratcher~.tk2c" scratcher_class = class_new(gensym("scratcher~"), (t_newmethod)scratcher_new, (t_method)scratcher_free, sizeof(t_scratcher), 0, A_GIMME, 0); - class_sethelpsymbol( scratcher_class, gensym("help-scratcher~.pd") ); // set callbacks scratcher_widgetbehavior.w_getrectfn = scratcher_getrect; -- cgit v1.2.1