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 --- disto~/disto~-help.pd | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ disto~/disto~.c | 1 - disto~/help-disto~.pd | 73 --------------------------------------------------- 3 files changed, 73 insertions(+), 74 deletions(-) create mode 100644 disto~/disto~-help.pd delete mode 100644 disto~/help-disto~.pd (limited to 'disto~') diff --git a/disto~/disto~-help.pd b/disto~/disto~-help.pd new file mode 100644 index 0000000..593702b --- /dev/null +++ b/disto~/disto~-help.pd @@ -0,0 +1,73 @@ +#N canvas 45 57 817 573 10; +#X text 389 525 comments & bugs @ ydegoyon.free.fr; +#X obj 125 503 dac~; +#X obj 146 432 rs-disto~; +#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 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 226 433 Step 3 : Modify parameters; +#X text 584 510 ( http://st.karelia.ru/~smlalx ); +#X text 391 496 a DOS guitar effects software that rocks; +#X obj 606 263 loadbang; +#X msg 608 293 \; pd dsp 1; +#X text 390 482 the algorithm is borrowed from Digital Effects \,; +#X text 35 266 Plug a guitar ??; +#X msg 228 330 stop; +#X obj 146 330 metro 250; +#X text 431 111 Disto~ : distortion with highpass and lowpass filters +; +#X obj 93 150 makefilename %d-sample; +#X obj 80 423 *~ 0; +#X obj 154 461 *~ 0; +#X msg 172 380 1; +#X msg 207 379 0; +#X text 287 382 Normal sound; +#X msg 242 380 bang; +#X msg 178 404 1; +#X msg 213 403 0; +#X msg 248 404 bang; +#X text 355 405 Distorted sound; +#X text 392 510 written by (c) Alexei Smoli; +#X obj 146 354 tabplay~ \$0-sample; +#X obj 287 404 loadbang; +#X connect 2 0 29 0; +#X connect 3 0 4 0; +#X connect 4 0 5 0; +#X connect 5 0 13 0; +#X connect 5 1 6 0; +#X connect 6 0 8 0; +#X connect 8 0 27 0; +#X connect 12 0 9 0; +#X connect 13 0 12 0; +#X connect 14 0 25 0; +#X connect 16 0 2 0; +#X connect 20 0 21 0; +#X connect 24 0 25 0; +#X connect 25 0 39 0; +#X connect 27 0 13 1; +#X connect 28 0 1 0; +#X connect 28 0 1 1; +#X connect 29 0 1 0; +#X connect 29 0 1 1; +#X connect 30 0 28 1; +#X connect 31 0 29 1; +#X connect 33 0 31 0; +#X connect 33 0 30 0; +#X connect 34 0 29 1; +#X connect 35 0 28 1; +#X connect 36 0 35 0; +#X connect 36 0 34 0; +#X connect 39 0 2 0; +#X connect 39 0 28 0; +#X connect 40 0 36 0; diff --git a/disto~/disto~.c b/disto~/disto~.c index 4f3b81f..66865db 100644 --- a/disto~/disto~.c +++ b/disto~/disto~.c @@ -476,7 +476,6 @@ void disto_tilde_setup(void) sizeof(t_disto), 0, 0); CLASS_MAINSIGNALIN( disto_class, t_disto, x_f ); - class_sethelpsymbol( disto_class, gensym("help-disto~.pd") ); class_addmethod(disto_class, (t_method)disto_drive, gensym("drive"), A_FLOAT, 0); class_addmethod(disto_class, (t_method)disto_drymix, gensym("drymix"), A_FLOAT, 0); class_addmethod(disto_class, (t_method)disto_wetmix, gensym("wetmix"), A_FLOAT, 0); diff --git a/disto~/help-disto~.pd b/disto~/help-disto~.pd deleted file mode 100644 index 593702b..0000000 --- a/disto~/help-disto~.pd +++ /dev/null @@ -1,73 +0,0 @@ -#N canvas 45 57 817 573 10; -#X text 389 525 comments & bugs @ ydegoyon.free.fr; -#X obj 125 503 dac~; -#X obj 146 432 rs-disto~; -#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 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 226 433 Step 3 : Modify parameters; -#X text 584 510 ( http://st.karelia.ru/~smlalx ); -#X text 391 496 a DOS guitar effects software that rocks; -#X obj 606 263 loadbang; -#X msg 608 293 \; pd dsp 1; -#X text 390 482 the algorithm is borrowed from Digital Effects \,; -#X text 35 266 Plug a guitar ??; -#X msg 228 330 stop; -#X obj 146 330 metro 250; -#X text 431 111 Disto~ : distortion with highpass and lowpass filters -; -#X obj 93 150 makefilename %d-sample; -#X obj 80 423 *~ 0; -#X obj 154 461 *~ 0; -#X msg 172 380 1; -#X msg 207 379 0; -#X text 287 382 Normal sound; -#X msg 242 380 bang; -#X msg 178 404 1; -#X msg 213 403 0; -#X msg 248 404 bang; -#X text 355 405 Distorted sound; -#X text 392 510 written by (c) Alexei Smoli; -#X obj 146 354 tabplay~ \$0-sample; -#X obj 287 404 loadbang; -#X connect 2 0 29 0; -#X connect 3 0 4 0; -#X connect 4 0 5 0; -#X connect 5 0 13 0; -#X connect 5 1 6 0; -#X connect 6 0 8 0; -#X connect 8 0 27 0; -#X connect 12 0 9 0; -#X connect 13 0 12 0; -#X connect 14 0 25 0; -#X connect 16 0 2 0; -#X connect 20 0 21 0; -#X connect 24 0 25 0; -#X connect 25 0 39 0; -#X connect 27 0 13 1; -#X connect 28 0 1 0; -#X connect 28 0 1 1; -#X connect 29 0 1 0; -#X connect 29 0 1 1; -#X connect 30 0 28 1; -#X connect 31 0 29 1; -#X connect 33 0 31 0; -#X connect 33 0 30 0; -#X connect 34 0 29 1; -#X connect 35 0 28 1; -#X connect 36 0 35 0; -#X connect 36 0 34 0; -#X connect 39 0 2 0; -#X connect 39 0 28 0; -#X connect 40 0 36 0; -- cgit v1.2.1