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 --- speex~/help-speex~.pd | 68 --------------------------------------------------- speex~/speexin~.c | 1 - speex~/speexout~.c | 1 - speex~/speex~-help.pd | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 70 deletions(-) delete mode 100644 speex~/help-speex~.pd create mode 100644 speex~/speex~-help.pd (limited to 'speex~') diff --git a/speex~/help-speex~.pd b/speex~/help-speex~.pd deleted file mode 100644 index d1c40d4..0000000 --- a/speex~/help-speex~.pd +++ /dev/null @@ -1,68 +0,0 @@ -#N canvas 52 27 918 567 10; -#X msg 36 286 \; pd dsp 1; -#X msg 102 286 \; pd dsp 0; -#X msg 323 51 disconnect; -#X floatatom 221 227 5 0 0; -#X obj 221 199 speexout~; -#X obj 36 265 loadbang; -#X symbolatom 679 245 20 0 0; -#X text 662 261 Incomer's address; -#X text 26 8 speex~ : speexout~ / speexin~; -#X msg 343 161 quality 3; -#X msg 345 327 quality 10; -#X text 432 91 <-- settings for encoding quality; -#X obj 87 145 adc~; -#X obj 615 206 speexin~ 5000 1; -#X text 321 8 Step 1 : connect the emitter to the receiver; -#X text 30 124 Step 2 : speak in your microphone; -#X text 541 487 bugs and comments @ ydegoyon@free.fr [-_-]; -#X text 541 469 part of unauthorized PD ( http://ydegoyon.free.fr ) -; -#X msg 344 301 quality 9; -#X msg 344 276 quality 8; -#X msg 344 254 quality 7; -#X msg 344 231 quality 6; -#X msg 343 208 quality 5; -#X msg 343 185 quality 4; -#X msg 343 139 quality 2; -#X msg 343 116 quality 1; -#X msg 343 92 quality 0; -#X text 461 104 quality: lowest = 0 \, highest = 10 \, default = 5 -; -#X text 497 173 constructor : speexin~ ; -#X msg 444 356 bang; -#X obj 445 384 tabwrite~ speex-output; -#N canvas 0 0 450 300 graph2 0; -#X array speex-output 100 float 1; -#A 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0; -#X coords 0 1 99 -1 200 140 1; -#X restore 172 360 graph; -#X text 26 24 speech quality encoder/decoder/streamer; -#X obj 611 316 dac~; -#X msg 323 70 connect localhost 5000; -#X msg 323 29 connect 81.65.246.123 5000; -#X connect 2 0 4 0; -#X connect 4 0 3 0; -#X connect 5 0 0 0; -#X connect 9 0 4 0; -#X connect 10 0 4 0; -#X connect 12 0 4 0; -#X connect 13 0 30 0; -#X connect 13 0 33 0; -#X connect 13 0 33 1; -#X connect 13 1 6 0; -#X connect 18 0 4 0; -#X connect 19 0 4 0; -#X connect 20 0 4 0; -#X connect 21 0 4 0; -#X connect 22 0 4 0; -#X connect 23 0 4 0; -#X connect 24 0 4 0; -#X connect 25 0 4 0; -#X connect 26 0 4 0; -#X connect 29 0 30 0; -#X connect 34 0 4 0; -#X connect 35 0 4 0; diff --git a/speex~/speexin~.c b/speex~/speexin~.c index 161c9de..9f6d477 100644 --- a/speex~/speexin~.c +++ b/speex~/speexin~.c @@ -603,5 +603,4 @@ void speexin_tilde_setup(void) class_addmethod(speexin_class, nullfn, gensym("signal"), 0); class_addmethod(speexin_class, (t_method) speexin_dsp, gensym("dsp"), 0); - class_sethelpsymbol(speexin_class, gensym("help-speex~.pd")); } diff --git a/speex~/speexout~.c b/speex~/speexout~.c index cab3746..5be7c50 100644 --- a/speex~/speexout~.c +++ b/speex~/speexout~.c @@ -443,7 +443,6 @@ void speexout_tilde_setup(void) speexout_class = class_new(gensym("speexout~"), (t_newmethod)speexout_new, (t_method)speexout_free, sizeof(t_speexout), 0, A_GIMME, 0); CLASS_MAINSIGNALIN(speexout_class, t_speexout, x_f ); - class_sethelpsymbol(speexout_class, gensym("help-speex~.pd")); class_addmethod(speexout_class, (t_method)speexout_dsp, gensym("dsp"), 0); class_addmethod(speexout_class, (t_method)speexout_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0); class_addmethod(speexout_class, (t_method)speexout_disconnect, gensym("disconnect"), 0); diff --git a/speex~/speex~-help.pd b/speex~/speex~-help.pd new file mode 100644 index 0000000..d1c40d4 --- /dev/null +++ b/speex~/speex~-help.pd @@ -0,0 +1,68 @@ +#N canvas 52 27 918 567 10; +#X msg 36 286 \; pd dsp 1; +#X msg 102 286 \; pd dsp 0; +#X msg 323 51 disconnect; +#X floatatom 221 227 5 0 0; +#X obj 221 199 speexout~; +#X obj 36 265 loadbang; +#X symbolatom 679 245 20 0 0; +#X text 662 261 Incomer's address; +#X text 26 8 speex~ : speexout~ / speexin~; +#X msg 343 161 quality 3; +#X msg 345 327 quality 10; +#X text 432 91 <-- settings for encoding quality; +#X obj 87 145 adc~; +#X obj 615 206 speexin~ 5000 1; +#X text 321 8 Step 1 : connect the emitter to the receiver; +#X text 30 124 Step 2 : speak in your microphone; +#X text 541 487 bugs and comments @ ydegoyon@free.fr [-_-]; +#X text 541 469 part of unauthorized PD ( http://ydegoyon.free.fr ) +; +#X msg 344 301 quality 9; +#X msg 344 276 quality 8; +#X msg 344 254 quality 7; +#X msg 344 231 quality 6; +#X msg 343 208 quality 5; +#X msg 343 185 quality 4; +#X msg 343 139 quality 2; +#X msg 343 116 quality 1; +#X msg 343 92 quality 0; +#X text 461 104 quality: lowest = 0 \, highest = 10 \, default = 5 +; +#X text 497 173 constructor : speexin~ ; +#X msg 444 356 bang; +#X obj 445 384 tabwrite~ speex-output; +#N canvas 0 0 450 300 graph2 0; +#X array speex-output 100 float 1; +#A 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0; +#X coords 0 1 99 -1 200 140 1; +#X restore 172 360 graph; +#X text 26 24 speech quality encoder/decoder/streamer; +#X obj 611 316 dac~; +#X msg 323 70 connect localhost 5000; +#X msg 323 29 connect 81.65.246.123 5000; +#X connect 2 0 4 0; +#X connect 4 0 3 0; +#X connect 5 0 0 0; +#X connect 9 0 4 0; +#X connect 10 0 4 0; +#X connect 12 0 4 0; +#X connect 13 0 30 0; +#X connect 13 0 33 0; +#X connect 13 0 33 1; +#X connect 13 1 6 0; +#X connect 18 0 4 0; +#X connect 19 0 4 0; +#X connect 20 0 4 0; +#X connect 21 0 4 0; +#X connect 22 0 4 0; +#X connect 23 0 4 0; +#X connect 24 0 4 0; +#X connect 25 0 4 0; +#X connect 26 0 4 0; +#X connect 29 0 30 0; +#X connect 34 0 4 0; +#X connect 35 0 4 0; -- cgit v1.2.1