From d27d9e33f19264c405979b49441f1d63b5b0e0ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner <eighthave@users.sourceforge.net> 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 --- playlist/help-playlist.pd | 37 ------------------------------------- playlist/playlist-help.pd | 37 +++++++++++++++++++++++++++++++++++++ playlist/playlist.c | 1 - 3 files changed, 37 insertions(+), 38 deletions(-) delete mode 100644 playlist/help-playlist.pd create mode 100644 playlist/playlist-help.pd (limited to 'playlist') diff --git a/playlist/help-playlist.pd b/playlist/help-playlist.pd deleted file mode 100644 index f399ac3..0000000 --- a/playlist/help-playlist.pd +++ /dev/null @@ -1,37 +0,0 @@ -#N canvas 94 79 817 563 10; -#X text 28 57 Constructor : playlist <extension> <width> <height>; -#X text 88 95 playlist all 200 200; -#X text 88 107 playlist mp3 200 200; -#X text 30 78 Examples :; -#X text 80 454 Comments and bugs @ ydegoyon@free.fr; -#X symbolatom 292 399 50 0 0; -#X text 543 284 Note : you can scroll the list by dragging; -#X text 541 295 the mouse in the yellow area; -#X text 543 306 You can select and scroll in the blue area; -#X obj 292 181 playlist all 200 200; -#X msg 298 108 seek \$1; -#X text 403 90 You can seek a file in the list; -#X text 402 101 It will skip the first two items ( '.' and '..'); -#X text 402 113 and behave like a round list; -#X text 28 14 Playlist lets you switch files in one click; -#X text 27 25 It's handling most non-alpha characters gracefully; -#X floatatom 352 109 5 0 0; -#X symbolatom 333 426 50 0 0; -#X symbolatom 379 453 50 0 0; -#X msg 151 163 location ..; -#X msg 150 140 location /tmp; -#X text 60 211 You can change change location; -#X text 60 221 with a message.; -#X text 60 233 Thus \, you can initialize the object; -#X text 59 242 in a particular folder.; -#X msg 151 185 location patches; -#X obj 87 140 loadbang; -#X connect 9 0 5 0; -#X connect 9 1 17 0; -#X connect 9 2 18 0; -#X connect 10 0 9 0; -#X connect 16 0 10 0; -#X connect 19 0 9 0; -#X connect 20 0 9 0; -#X connect 25 0 9 0; -#X connect 26 0 20 0; diff --git a/playlist/playlist-help.pd b/playlist/playlist-help.pd new file mode 100644 index 0000000..f399ac3 --- /dev/null +++ b/playlist/playlist-help.pd @@ -0,0 +1,37 @@ +#N canvas 94 79 817 563 10; +#X text 28 57 Constructor : playlist <extension> <width> <height>; +#X text 88 95 playlist all 200 200; +#X text 88 107 playlist mp3 200 200; +#X text 30 78 Examples :; +#X text 80 454 Comments and bugs @ ydegoyon@free.fr; +#X symbolatom 292 399 50 0 0; +#X text 543 284 Note : you can scroll the list by dragging; +#X text 541 295 the mouse in the yellow area; +#X text 543 306 You can select and scroll in the blue area; +#X obj 292 181 playlist all 200 200; +#X msg 298 108 seek \$1; +#X text 403 90 You can seek a file in the list; +#X text 402 101 It will skip the first two items ( '.' and '..'); +#X text 402 113 and behave like a round list; +#X text 28 14 Playlist lets you switch files in one click; +#X text 27 25 It's handling most non-alpha characters gracefully; +#X floatatom 352 109 5 0 0; +#X symbolatom 333 426 50 0 0; +#X symbolatom 379 453 50 0 0; +#X msg 151 163 location ..; +#X msg 150 140 location /tmp; +#X text 60 211 You can change change location; +#X text 60 221 with a message.; +#X text 60 233 Thus \, you can initialize the object; +#X text 59 242 in a particular folder.; +#X msg 151 185 location patches; +#X obj 87 140 loadbang; +#X connect 9 0 5 0; +#X connect 9 1 17 0; +#X connect 9 2 18 0; +#X connect 10 0 9 0; +#X connect 16 0 10 0; +#X connect 19 0 9 0; +#X connect 20 0 9 0; +#X connect 25 0 9 0; +#X connect 26 0 20 0; diff --git a/playlist/playlist.c b/playlist/playlist.c index a4d7522..aae284d 100644 --- a/playlist/playlist.c +++ b/playlist/playlist.c @@ -757,5 +757,4 @@ void playlist_setup(void) #endif class_setwidget(playlist_class, &playlist_widgetbehavior); - class_sethelpsymbol(playlist_class, gensym("help-playlist.pd")); } -- cgit v1.2.1