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 --- randomblock~/help-randomblock~.pd | 15 --------------- randomblock~/randomblock~-help.pd | 15 +++++++++++++++ randomblock~/randomblock~.c | 1 - 3 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 randomblock~/help-randomblock~.pd create mode 100644 randomblock~/randomblock~-help.pd (limited to 'randomblock~') diff --git a/randomblock~/help-randomblock~.pd b/randomblock~/help-randomblock~.pd deleted file mode 100644 index d4b2e5d..0000000 --- a/randomblock~/help-randomblock~.pd +++ /dev/null @@ -1,15 +0,0 @@ -#N canvas 194 211 575 337 10; -#X msg 361 263 \; pd dsp 1; -#X floatatom 192 112 5 0 0; -#X text 191 88 Set upper limit of random values; -#X text 107 123 Not used; -#X obj 121 179 print~; -#X msg 76 156 bang; -#X text 160 29 Generates an audio block starting at a random value -; -#X obj 121 143 randomblock~ 100; -#X text 161 42 This can be used to read a table randomly.; -#X text 161 54 This is illustrated in "mrandtab.pd".; -#X connect 1 0 7 1; -#X connect 5 0 4 0; -#X connect 7 0 4 0; diff --git a/randomblock~/randomblock~-help.pd b/randomblock~/randomblock~-help.pd new file mode 100644 index 0000000..d4b2e5d --- /dev/null +++ b/randomblock~/randomblock~-help.pd @@ -0,0 +1,15 @@ +#N canvas 194 211 575 337 10; +#X msg 361 263 \; pd dsp 1; +#X floatatom 192 112 5 0 0; +#X text 191 88 Set upper limit of random values; +#X text 107 123 Not used; +#X obj 121 179 print~; +#X msg 76 156 bang; +#X text 160 29 Generates an audio block starting at a random value +; +#X obj 121 143 randomblock~ 100; +#X text 161 42 This can be used to read a table randomly.; +#X text 161 54 This is illustrated in "mrandtab.pd".; +#X connect 1 0 7 1; +#X connect 5 0 4 0; +#X connect 7 0 4 0; diff --git a/randomblock~/randomblock~.c b/randomblock~/randomblock~.c index cffa25e..c5ca687 100644 --- a/randomblock~/randomblock~.c +++ b/randomblock~/randomblock~.c @@ -115,5 +115,4 @@ void randomblock_tilde_setup(void) sizeof(t_randomblock), 0, A_DEFFLOAT, 0); class_addmethod( randomblock_class, (t_method)randomblock_dsp, gensym("dsp"), 0); class_addmethod( randomblock_class, (t_method)randomblock_limit, gensym("limit"), A_FLOAT, 0); - class_sethelpsymbol( randomblock_class, gensym("help-randomblock~.pd")); } -- cgit v1.2.1