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 --- wahwah~/help-wahwah~.pd | 48 ------------------------------------------------ wahwah~/wahwah~-help.pd | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ wahwah~/wahwah~.c | 1 - 3 files changed, 48 insertions(+), 49 deletions(-) delete mode 100644 wahwah~/help-wahwah~.pd create mode 100644 wahwah~/wahwah~-help.pd (limited to 'wahwah~') diff --git a/wahwah~/help-wahwah~.pd b/wahwah~/help-wahwah~.pd deleted file mode 100644 index 8afeb3c..0000000 --- a/wahwah~/help-wahwah~.pd +++ /dev/null @@ -1,48 +0,0 @@ -#N canvas 45 57 817 573 10; -#X text 319 534 comments & bugs @ ydegoyon.free.fr; -#X text 431 111 Wahwah~ : used in psychedelic music; -#X obj 144 411 dac~; -#X obj 148 377 rs-wahwah~; -#X msg 94 62 bang; -#X obj 93 84 openpanel; -#X obj 93 104 t s b; -#X obj 150 106 float \$0; -#X text 101 39 Step 1 : Load a sound file; -#X obj 93 127 route float; -#X obj 94 219 soundfiler; -#X text 151 55 ( maybe \, a guitar sound ? ); -#X obj 93 150 makefilename %d-sample; -#X obj 582 374 table \$0-sample; -#X msg 94 197 read -resize \$1 \$2; -#X obj 95 176 pack s s; -#X msg 146 307 bang; -#X text 191 307 Step 2 : Start playing; -#X obj 59 288 adc~; -#X text 229 379 Step 3 : Modify parameters; -#X text 487 483 ( http://st.karelia.ru/~smlalx ); -#X text 320 470 a DOS guitar effects software that rocks; -#X text 321 484 written by Alexei Smoli; -#X obj 606 263 loadbang; -#X msg 608 293 \; pd dsp 1; -#X text 319 456 the algorithm is borrowed from Digital Effects \,; -#X obj 146 354 tabplay~ \$0-sample; -#X text 35 266 Plug a guitar ??; -#X msg 228 330 stop; -#X obj 146 330 metro 250; -#X connect 3 0 2 0; -#X connect 3 0 2 1; -#X connect 4 0 5 0; -#X connect 5 0 6 0; -#X connect 6 0 15 0; -#X connect 6 1 7 0; -#X connect 7 0 9 0; -#X connect 9 0 12 0; -#X connect 12 0 15 1; -#X connect 14 0 10 0; -#X connect 15 0 14 0; -#X connect 16 0 29 0; -#X connect 18 0 3 0; -#X connect 23 0 24 0; -#X connect 26 0 3 0; -#X connect 28 0 29 0; -#X connect 29 0 26 0; diff --git a/wahwah~/wahwah~-help.pd b/wahwah~/wahwah~-help.pd new file mode 100644 index 0000000..8afeb3c --- /dev/null +++ b/wahwah~/wahwah~-help.pd @@ -0,0 +1,48 @@ +#N canvas 45 57 817 573 10; +#X text 319 534 comments & bugs @ ydegoyon.free.fr; +#X text 431 111 Wahwah~ : used in psychedelic music; +#X obj 144 411 dac~; +#X obj 148 377 rs-wahwah~; +#X msg 94 62 bang; +#X obj 93 84 openpanel; +#X obj 93 104 t s b; +#X obj 150 106 float \$0; +#X text 101 39 Step 1 : Load a sound file; +#X obj 93 127 route float; +#X obj 94 219 soundfiler; +#X text 151 55 ( maybe \, a guitar sound ? ); +#X obj 93 150 makefilename %d-sample; +#X obj 582 374 table \$0-sample; +#X msg 94 197 read -resize \$1 \$2; +#X obj 95 176 pack s s; +#X msg 146 307 bang; +#X text 191 307 Step 2 : Start playing; +#X obj 59 288 adc~; +#X text 229 379 Step 3 : Modify parameters; +#X text 487 483 ( http://st.karelia.ru/~smlalx ); +#X text 320 470 a DOS guitar effects software that rocks; +#X text 321 484 written by Alexei Smoli; +#X obj 606 263 loadbang; +#X msg 608 293 \; pd dsp 1; +#X text 319 456 the algorithm is borrowed from Digital Effects \,; +#X obj 146 354 tabplay~ \$0-sample; +#X text 35 266 Plug a guitar ??; +#X msg 228 330 stop; +#X obj 146 330 metro 250; +#X connect 3 0 2 0; +#X connect 3 0 2 1; +#X connect 4 0 5 0; +#X connect 5 0 6 0; +#X connect 6 0 15 0; +#X connect 6 1 7 0; +#X connect 7 0 9 0; +#X connect 9 0 12 0; +#X connect 12 0 15 1; +#X connect 14 0 10 0; +#X connect 15 0 14 0; +#X connect 16 0 29 0; +#X connect 18 0 3 0; +#X connect 23 0 24 0; +#X connect 26 0 3 0; +#X connect 28 0 29 0; +#X connect 29 0 26 0; diff --git a/wahwah~/wahwah~.c b/wahwah~/wahwah~.c index 72c77d4..7f9a9ed 100644 --- a/wahwah~/wahwah~.c +++ b/wahwah~/wahwah~.c @@ -396,7 +396,6 @@ void wahwah_tilde_setup(void) sizeof(t_wahwah), 0, 0); CLASS_MAINSIGNALIN( wahwah_class, t_wahwah, x_f ); - class_sethelpsymbol( wahwah_class, gensym("help-wahwah~.pd") ); class_addmethod(wahwah_class, (t_method)wahwah_step, gensym("step"), A_FLOAT, 0); class_addmethod(wahwah_class, (t_method)wahwah_minfreq, gensym("minfreq"), A_FLOAT, 0); class_addmethod(wahwah_class, (t_method)wahwah_maxfreq, gensym("maxfreq"), A_FLOAT, 0); -- cgit v1.2.1