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 --- beatify~/beatify~-help.pd | 36 ++++++++++++++++++++++++++++++++++++ beatify~/beatify~.c | 1 - beatify~/help-beatify~.pd | 36 ------------------------------------ 3 files changed, 36 insertions(+), 37 deletions(-) create mode 100644 beatify~/beatify~-help.pd delete mode 100644 beatify~/help-beatify~.pd (limited to 'beatify~') diff --git a/beatify~/beatify~-help.pd b/beatify~/beatify~-help.pd new file mode 100644 index 0000000..16577a0 --- /dev/null +++ b/beatify~/beatify~-help.pd @@ -0,0 +1,36 @@ +#N canvas 45 57 695 405 10; +#X obj 86 268 dac~; +#X text 288 313 comments & bugs @ ydegoyon.free.fr; +#X floatatom 143 104 5 -100 500; +#X text 244 42 musiscript \, an excellent sound generation tool; +#X text 245 53 by David Piott ( http://musicscript.sourceforge.net +); +#X text 243 32 The idea was borrowed from; +#X floatatom 171 129 5 -100 500; +#X floatatom 194 156 5 -100 500; +#X floatatom 210 183 5 0 0; +#X floatatom 277 211 5 -100 500; +#X obj 233 213 / 100; +#X obj 108 41 osc~ 400; +#X text 268 273 Note : the default values are tuned for the osc~ input +; +#X text 268 286 You might need to set other values for your source +; +#X text 188 103 attack [ min=1.0 \, default= 10 ]; +#X text 215 128 sustain [ min=0.0 \, default=2.0 ]; +#X text 238 155 decay [ min=1.0 \, default = 50 ]; +#X text 254 182 size [ min=1.0 \, default = 700 ]; +#X text 321 210 global amplitude [ min=0.0 \, max=1.0 \, default=0.5] +; +#X obj 107 237 beatify~ -------------; +#X text 244 19 Beatify~ : an audio amplitude modulator [ ADSR + loop +size ]; +#X connect 2 0 19 1; +#X connect 6 0 19 2; +#X connect 7 0 19 3; +#X connect 8 0 19 4; +#X connect 9 0 10 0; +#X connect 10 0 19 5; +#X connect 11 0 19 0; +#X connect 19 0 0 0; +#X connect 19 0 0 1; diff --git a/beatify~/beatify~.c b/beatify~/beatify~.c index 3b5d4a3..69c2dd0 100644 --- a/beatify~/beatify~.c +++ b/beatify~/beatify~.c @@ -168,7 +168,6 @@ void beatify_tilde_setup(void) beatify_class = class_new(gensym("beatify~"), (t_newmethod)beatify_new, 0, sizeof(t_beatify), 0, 0); CLASS_MAINSIGNALIN( beatify_class, t_beatify, x_f ); - class_sethelpsymbol( beatify_class, gensym("help-beatify~.pd") ); class_addmethod(beatify_class, (t_method)beatify_dsp, gensym("dsp"), 0); class_addmethod(beatify_class, (t_method)beatify_attack, gensym("attack"), A_FLOAT, 0); class_addmethod(beatify_class, (t_method)beatify_sustain, gensym("sustain"), A_FLOAT, 0); diff --git a/beatify~/help-beatify~.pd b/beatify~/help-beatify~.pd deleted file mode 100644 index 16577a0..0000000 --- a/beatify~/help-beatify~.pd +++ /dev/null @@ -1,36 +0,0 @@ -#N canvas 45 57 695 405 10; -#X obj 86 268 dac~; -#X text 288 313 comments & bugs @ ydegoyon.free.fr; -#X floatatom 143 104 5 -100 500; -#X text 244 42 musiscript \, an excellent sound generation tool; -#X text 245 53 by David Piott ( http://musicscript.sourceforge.net -); -#X text 243 32 The idea was borrowed from; -#X floatatom 171 129 5 -100 500; -#X floatatom 194 156 5 -100 500; -#X floatatom 210 183 5 0 0; -#X floatatom 277 211 5 -100 500; -#X obj 233 213 / 100; -#X obj 108 41 osc~ 400; -#X text 268 273 Note : the default values are tuned for the osc~ input -; -#X text 268 286 You might need to set other values for your source -; -#X text 188 103 attack [ min=1.0 \, default= 10 ]; -#X text 215 128 sustain [ min=0.0 \, default=2.0 ]; -#X text 238 155 decay [ min=1.0 \, default = 50 ]; -#X text 254 182 size [ min=1.0 \, default = 700 ]; -#X text 321 210 global amplitude [ min=0.0 \, max=1.0 \, default=0.5] -; -#X obj 107 237 beatify~ -------------; -#X text 244 19 Beatify~ : an audio amplitude modulator [ ADSR + loop -size ]; -#X connect 2 0 19 1; -#X connect 6 0 19 2; -#X connect 7 0 19 3; -#X connect 8 0 19 4; -#X connect 9 0 10 0; -#X connect 10 0 19 5; -#X connect 11 0 19 0; -#X connect 19 0 0 0; -#X connect 19 0 0 1; -- cgit v1.2.1