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 --- mp3cast~/help-mp3cast~.pd | 50 ----------------------------------------------- mp3cast~/mp3cast~-help.pd | 50 +++++++++++++++++++++++++++++++++++++++++++++++ mp3cast~/mp3cast~.c | 1 - 3 files changed, 50 insertions(+), 51 deletions(-) delete mode 100644 mp3cast~/help-mp3cast~.pd create mode 100644 mp3cast~/mp3cast~-help.pd (limited to 'mp3cast~') diff --git a/mp3cast~/help-mp3cast~.pd b/mp3cast~/help-mp3cast~.pd deleted file mode 100644 index c7d8e72..0000000 --- a/mp3cast~/help-mp3cast~.pd +++ /dev/null @@ -1,50 +0,0 @@ -#N canvas 52 75 741 425 10; -#X floatatom 53 24 0 40 16000; -#X msg 30 378 \; pd dsp 1; -#X obj 61 242 mp3cast~; -#X floatatom 61 280 0 0 0; -#X msg 181 88 disconnect; -#X msg 151 44 connect localhost 8000; -#X text 266 63 <-- your password for the server; -#X text 317 75 (default passwd is "pd"); -#X text 257 87 <-- close connection; -#X text 411 21 <-- host and port; -#X text 292 215 <-- settings for mp3 stream; -#X text 315 245 bitrate: bitrate of stream \, def. 224kbit/s; -#X text 352 269 1 = joint stereo (default); -#X text 312 307 quality: 1 = high \, 9 = low; -#X text 313 227 (samplerate \, bitrate \, mode \, quality); -#X text 316 257 mode: 0 = stereo; -#X text 352 281 2 = dual channel; -#X text 352 294 3 = mono; -#X msg 13 145 print; -#X msg 96 378 \; pd dsp 0; -#X msg 203 141 icecast; -#X text 259 116 <-- choose type of server; -#X obj 53 51 osc~ 440; -#X msg 163 66 passwd letmein; -#X msg 154 239 mpeg 8000 8 3 5; -#X msg 155 215 mpeg 44100 128 1 4; -#X msg 209 170 mountpoint pd; -#X obj 29 349 loadbang; -#X text 293 374 Author : Yves Degoyon ( ydegoyon@free.fr ); -#X msg 190 118 shoutcast; -#X msg 116 23 connect college-invisible.dyndns.org 8000; -#X msg 212 194 name mystream; -#X text 322 195 name of the stream; -#X connect 0 0 22 0; -#X connect 2 0 3 0; -#X connect 4 0 2 0; -#X connect 5 0 2 0; -#X connect 18 0 2 0; -#X connect 20 0 2 0; -#X connect 22 0 2 0; -#X connect 22 0 2 1; -#X connect 23 0 2 0; -#X connect 24 0 2 0; -#X connect 25 0 2 0; -#X connect 26 0 2 0; -#X connect 27 0 1 0; -#X connect 29 0 2 0; -#X connect 30 0 2 0; -#X connect 31 0 2 0; diff --git a/mp3cast~/mp3cast~-help.pd b/mp3cast~/mp3cast~-help.pd new file mode 100644 index 0000000..c7d8e72 --- /dev/null +++ b/mp3cast~/mp3cast~-help.pd @@ -0,0 +1,50 @@ +#N canvas 52 75 741 425 10; +#X floatatom 53 24 0 40 16000; +#X msg 30 378 \; pd dsp 1; +#X obj 61 242 mp3cast~; +#X floatatom 61 280 0 0 0; +#X msg 181 88 disconnect; +#X msg 151 44 connect localhost 8000; +#X text 266 63 <-- your password for the server; +#X text 317 75 (default passwd is "pd"); +#X text 257 87 <-- close connection; +#X text 411 21 <-- host and port; +#X text 292 215 <-- settings for mp3 stream; +#X text 315 245 bitrate: bitrate of stream \, def. 224kbit/s; +#X text 352 269 1 = joint stereo (default); +#X text 312 307 quality: 1 = high \, 9 = low; +#X text 313 227 (samplerate \, bitrate \, mode \, quality); +#X text 316 257 mode: 0 = stereo; +#X text 352 281 2 = dual channel; +#X text 352 294 3 = mono; +#X msg 13 145 print; +#X msg 96 378 \; pd dsp 0; +#X msg 203 141 icecast; +#X text 259 116 <-- choose type of server; +#X obj 53 51 osc~ 440; +#X msg 163 66 passwd letmein; +#X msg 154 239 mpeg 8000 8 3 5; +#X msg 155 215 mpeg 44100 128 1 4; +#X msg 209 170 mountpoint pd; +#X obj 29 349 loadbang; +#X text 293 374 Author : Yves Degoyon ( ydegoyon@free.fr ); +#X msg 190 118 shoutcast; +#X msg 116 23 connect college-invisible.dyndns.org 8000; +#X msg 212 194 name mystream; +#X text 322 195 name of the stream; +#X connect 0 0 22 0; +#X connect 2 0 3 0; +#X connect 4 0 2 0; +#X connect 5 0 2 0; +#X connect 18 0 2 0; +#X connect 20 0 2 0; +#X connect 22 0 2 0; +#X connect 22 0 2 1; +#X connect 23 0 2 0; +#X connect 24 0 2 0; +#X connect 25 0 2 0; +#X connect 26 0 2 0; +#X connect 27 0 1 0; +#X connect 29 0 2 0; +#X connect 30 0 2 0; +#X connect 31 0 2 0; diff --git a/mp3cast~/mp3cast~.c b/mp3cast~/mp3cast~.c index 2f01fc3..c5a4b81 100644 --- a/mp3cast~/mp3cast~.c +++ b/mp3cast~/mp3cast~.c @@ -903,7 +903,6 @@ void mp3cast_tilde_setup(void) mp3cast_class = class_new(gensym("mp3cast~"), (t_newmethod)mp3cast_new, (t_method)mp3cast_free, sizeof(t_mp3cast), 0, 0); CLASS_MAINSIGNALIN(mp3cast_class, t_mp3cast, x_f ); - class_sethelpsymbol(mp3cast_class, gensym("help-mp3cast~.pd")); class_addmethod(mp3cast_class, (t_method)mp3cast_dsp, gensym("dsp"), 0); class_addmethod(mp3cast_class, (t_method)mp3cast_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0); class_addmethod(mp3cast_class, (t_method)mp3cast_disconnect, gensym("disconnect"), 0); -- cgit v1.2.1