[PD-cvs] SF.net SVN: pure-data: [9967] branches/pd-extended/v0-40/externals

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jun 2 12:15:37 CEST 2008


Revision: 9967
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9967&view=rev
Author:   eighthave
Date:     2008-06-02 03:15:36 -0700 (Mon, 02 Jun 2008)

Log Message:
-----------
- Replaced my pddp_open hack with pddplink

- replaced [pddp] with a pddplink to the PDDP wiki page

Modified Paths:
--------------
    branches/pd-extended/v0-40/externals/arraysize/arraysize-help.pd
    branches/pd-extended/v0-40/externals/deprecated/help/linuxevent-help.pd
    branches/pd-extended/v0-40/externals/deprecated/help/linuxmouse-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/buttongate-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/deg2hid-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2deg-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2rad-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_average-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_centered-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cube-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cuberoot-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_exp-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_graph-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_invert-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_log-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_lowpass-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_menu-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2four-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2three-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2two-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_polar-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_rel2abs-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_smooth-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_spiral-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_square-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_squareroot-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/joystick-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/keyboard-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/keygate-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/mouse-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/notescale-help.pd
    branches/pd-extended/v0-40/externals/hcs/hid/doc/rad2hid-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/buttongate-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/curve_exp-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/curve_graph-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/degrees0x2d0x3emapping-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/keygate-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3edegrees-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3eradians-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/polar-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/radians0x2d0x3emapping-help.pd
    branches/pd-extended/v0-40/externals/mapping/help/spiral-help.pd
    branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/MouseState-help.pd
    branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/Scope~-help.pd
    branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/all_about_cyclone.pd
    branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/counter-help.pd
    branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/fromsymbol-help.pd
    branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/mousefilter-help.pd
    branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/tosymbol-help.pd

Modified: branches/pd-extended/v0-40/externals/arraysize/arraysize-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/arraysize/arraysize-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/arraysize/arraysize-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -11,7 +11,7 @@
 #X msg 22 112 bang;
 #X obj 22 139 arraysize;
 #X msg 65 112 set test;
-#X obj 228 264 pddp_open all_about_arrays;
+#X obj 228 264 pddp/pddplink ../all_about_arrays.pd -text all_about_arrays;
 #X text 124 263 For more info:;
 #X floatatom 22 245 5 0 0 0 - - -;
 #X msg 22 194 bang;

Modified: branches/pd-extended/v0-40/externals/deprecated/help/linuxevent-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/deprecated/help/linuxevent-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/deprecated/help/linuxevent-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -244,7 +244,7 @@
 #X floatatom 220 493 3 0 0 3 hat-Y - -;
 #X floatatom 124 493 5 0 0 3 twist - -;
 #X floatatom 263 492 5 0 0 3 throttle - -;
-#X obj 418 567 pddp_open all_about_hid;
+#X obj 418 567 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X text 309 566 for more info:;
 #X text 13 554 detailed info:;
 #X text 14 605 by Hans-Christoph Steiner <hans at at.or.at>;

Modified: branches/pd-extended/v0-40/externals/deprecated/help/linuxmouse-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/deprecated/help/linuxmouse-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/deprecated/help/linuxmouse-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -24,7 +24,7 @@
 #X msg 419 10 pddp;
 #X text 178 417 For more info on HIDs:;
 #X text 10 441 by Hans-Christoph Steiner <hans at at.or.at>;
-#X obj 340 417 pddp_open all_about_hid;
+#X obj 340 417 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X text 24 325 Rather than polling like the other HID objects \, [linuxmouse]
 uses a pollfn so it receives events as they happen. A pollfn listens
 to a network socket \, and takes action upon activity. Since all mouse

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/buttongate-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/buttongate-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/buttongate-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -10,7 +10,7 @@
 #X text 27 470 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 484 released under the GNU GPL;
-#X obj 223 417 pddp_open all_about_hid;
+#X obj 223 417 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X text 114 418 For more info:;
 #X text 17 38 [buttongate] is a simple gate controlled by a HID button.
 You must specify the device and the button which controls the gate.
@@ -30,7 +30,7 @@
 #X text 23 348 Keyboard keys can also be used to control this object.
 You can get the [hid] keycode from here:;
 #X obj 324 368 ev_key-list;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X connect 2 0 3 0;
 #X connect 3 0 4 0;
 #X connect 4 0 10 0;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/deg2hid-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/deg2hid-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/deg2hid-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,10 +2,10 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [deg2hid] 2 11 1 18 -233017 -66577
 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 254 269 released under the GNU GPL;
 #X text 185 228 For more info:;
-#X obj 289 226 pddp_open all_about_hid_mapping;
+#X obj 289 226 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 300 168 related objects:;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2deg-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2deg-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2deg-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,10 +2,10 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid2deg] 2 11 1 18 -233017 -66577
 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 254 269 released under the GNU GPL;
 #X text 185 228 For more info:;
-#X obj 289 226 pddp_open all_about_hid_mapping;
+#X obj 289 226 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 300 168 related objects:;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2rad-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2rad-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid2rad-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,10 +2,10 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid2rad] 2 11 1 18 -233017 -66577
 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 254 269 released under the GNU GPL;
 #X text 185 228 For more info:;
-#X obj 289 226 pddp_open all_about_hid_mapping;
+#X obj 289 226 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 300 168 related objects:;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_average-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_average-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_average-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -6,7 +6,7 @@
 #X floatatom 101 195 5 0 0 0 - - -;
 #X floatatom 101 251 5 0 0 0 - - -;
 #X text 98 303 For more info:;
-#X obj 202 301 pddp_open all_about_hid_mapping;
+#X obj 202 301 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X obj 193 194 hsl 85 18 0.1 10 1 1 empty empty average_count 0 9 1
 12 -228992 -1 -1 3500 0;
 #X floatatom 189 223 5 0 0 0 - - -;
@@ -17,7 +17,7 @@
 -1 -1 0 1;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_average] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X obj 101 221 hid_average;
 #X text 18 36 Smooths a stream of numbers using weighted averaging.
 By default \, the average is the last 10 values. You can set this using

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_centered-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_centered-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_centered-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_centered] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 320 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 334 released under the GNU GPL;
 #X text 98 291 For more info:;
-#X obj 202 289 pddp_open all_about_hid_mapping;
+#X obj 202 289 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X obj 102 234 hid_centered;
 #X obj 137 105 tgl 25 0 empty empty empty 0 -6 0 8 -225271 -1 -1 1
 1;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cube-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cube-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cube-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_graph] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 300 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 314 released under the GNU GPL;
 #X text 98 271 For more info:;
-#X obj 202 269 pddp_open all_about_hid_mapping;
+#X obj 202 269 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 25 123 8 0 0 0 - - -;
 #X floatatom 25 184 8 0 0 0 - - -;
 #X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cuberoot-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cuberoot-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_cuberoot-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_cuberoot] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 280 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 294 released under the GNU GPL;
 #X text 98 251 For more info:;
-#X obj 202 249 pddp_open all_about_hid_mapping;
+#X obj 202 249 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 25 123 8 0 0 0 - - -;
 #X floatatom 25 184 8 0 0 0 - - -;
 #X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_exp-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_exp-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_exp-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_exp] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 300 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 314 released under the GNU GPL;
 #X text 98 271 For more info:;
-#X obj 202 269 pddp_open all_about_hid_mapping;
+#X obj 202 269 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 25 123 8 0 0 0 - - -;
 #X floatatom 25 184 8 0 0 0 - - -;
 #X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_graph-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_graph-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_graph-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_graph] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 424 released under the GNU GPL;
 #X text 98 381 For more info:;
-#X obj 202 379 pddp_open all_about_hid_mapping;
+#X obj 202 379 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X msg 19 150 reset;
 #X floatatom 95 163 5 0 0 0 - - -;
 #X floatatom 94 314 5 0 0 0 - - -;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_invert-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_invert-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_invert-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,7 +2,7 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_invert] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 284 released under the GNU GPL;
@@ -15,7 +15,7 @@
 -1 -1 0 1;
 #X text 27 43 Inverts the stream of numbers.;
 #X text 98 233 For more info:;
-#X obj 202 231 pddp_open all_about_hid_mapping;
+#X obj 202 231 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X connect 4 0 6 0;
 #X connect 5 0 8 0;
 #X connect 6 0 5 0;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_log-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_log-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_log-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_log] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 300 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 314 released under the GNU GPL;
 #X text 98 271 For more info:;
-#X obj 202 269 pddp_open all_about_hid_mapping;
+#X obj 202 269 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 25 123 8 0 0 0 - - -;
 #X floatatom 25 184 8 0 0 0 - - -;
 #X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_lowpass-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_lowpass-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_lowpass-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,14 +2,14 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_lowpass] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 354 released under the GNU GPL;
 #X floatatom 101 199 5 0 0 0 - - -;
 #X floatatom 101 255 5 0 0 0 - - -;
 #X text 98 312 For more info:;
-#X obj 202 310 pddp_open all_about_hid_mapping;
+#X obj 202 310 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X obj 101 225 hid_lowpass;
 #X obj 193 198 hsl 75 18 1 100 1 1 empty empty refresh(Hz) 4 9 1 12
 -228992 -1 -1 3700 0;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_menu-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_menu-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_menu-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,9 +2,9 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_menu] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 284 released under the GNU GPL;
 #X text 161 235 For more info:;
-#X obj 266 234 pddp_open all_about_hid;
+#X obj 266 234 pddp/pddplink ../all_about_hid.pd -text all_about_hid;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2four-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2four-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2four-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,7 +2,7 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_one2four] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 284 released under the GNU GPL;
@@ -13,7 +13,7 @@
 #X obj 26 203 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
 -1 -1 0 1;
 #X text 98 243 For more info:;
-#X obj 202 241 pddp_open all_about_hid_mapping;
+#X obj 202 241 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X text 18 28 Simple one-to-three mapping object. The first inlet is
 passed thru \, the range of the output data on the other inlet starts
 at the points in the input range specified as arugments.;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2three-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2three-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2three-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,7 +2,7 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_one2three] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 284 released under the GNU GPL;
@@ -13,7 +13,7 @@
 #X obj 26 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
 -1 -1 0 1;
 #X text 98 243 For more info:;
-#X obj 202 241 pddp_open all_about_hid_mapping;
+#X obj 202 241 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 173 186 5 0 0 0 - - -;
 #X obj 176 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
 -1 -1 0 1;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2two-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2two-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_one2two-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,7 +2,7 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_one2two] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 284 released under the GNU GPL;
@@ -13,7 +13,7 @@
 #X obj 86 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
 -1 -1 11200 1;
 #X text 98 243 For more info:;
-#X obj 202 241 pddp_open all_about_hid_mapping;
+#X obj 202 241 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 263 186 5 0 0 0 - - -;
 #X obj 266 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
 -1 -1 10557 1;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_polar-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_polar-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_polar-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_polar] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 244 411 released under the GNU GPL;
 #X floatatom 100 248 5 0 0 0 - - -;
 #X floatatom 100 335 7 0 0 0 radius-> - -;
 #X text 124 370 For more info:;
-#X obj 228 368 pddp_open all_about_hid_mapping;
+#X obj 228 368 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X obj 100 295 hid_polar;
 #X text 27 397 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_rel2abs-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_rel2abs-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_rel2abs-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,7 +2,7 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_invert] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 284 released under the GNU GPL;
@@ -20,7 +20,7 @@
 #X obj 252 174 hid_rel2abs 0 100;
 #X obj 73 175 hid_rel2abs -10 10;
 #X text 98 240 For more info:;
-#X obj 202 238 pddp_open all_about_hid_mapping;
+#X obj 202 238 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X msg 73 129 reset;
 #X msg 284 129 reset;
 #X connect 5 0 10 0;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_smooth-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_smooth-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_smooth-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -6,7 +6,7 @@
 #X floatatom 102 195 5 0 0 0 - - -;
 #X floatatom 102 251 5 0 0 0 - - -;
 #X text 98 303 For more info:;
-#X obj 202 301 pddp_open all_about_hid_mapping;
+#X obj 202 301 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X obj 103 131 noise4hidhelp;
 #X obj 105 268 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
 -1 -1 16106 1;
@@ -14,7 +14,7 @@
 -1 -1 16509 1;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_smooth] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X obj 102 221 hid_smooth;
 #X text 18 36 Smooths a stream of numbers using weighted averaging
 of the last 10 values. This object is an shortcut for [hid_average]

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_spiral-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_spiral-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_spiral-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,7 +2,7 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_spiral] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 245 451 released under the GNU GPL;
 #X floatatom 70 288 5 0 0 0 - - -;
 #X floatatom 70 375 5 0 0 0 radius-> - -;
@@ -22,7 +22,7 @@
 #X text 15 126 center:;
 #X obj 323 324 spiral-joystick;
 #X obj 70 335 hid_spiral;
-#X obj 279 406 pddp_open all_about_hid_mapping;
+#X obj 279 406 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X obj 362 271 hid_polar;
 #X text 24 32 Converts cartesian coordinates(x \, y) to spiral in polar
 coordinates (radius \, angle). The angle is from 0 to 1 The angle 0

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_square-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_square-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_square-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_square] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 300 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 314 released under the GNU GPL;
 #X text 98 271 For more info:;
-#X obj 202 269 pddp_open all_about_hid_mapping;
+#X obj 202 269 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 25 123 8 0 0 0 - - -;
 #X floatatom 25 184 8 0 0 0 - - -;
 #X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_squareroot-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_squareroot-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/hid_squareroot-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,12 +2,12 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [hid_squareroot] 2 11 1 18 -233017
 -66577 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 27 300 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 314 released under the GNU GPL;
 #X text 98 271 For more info:;
-#X obj 202 269 pddp_open all_about_hid_mapping;
+#X obj 202 269 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X floatatom 25 123 8 0 0 0 - - -;
 #X floatatom 25 184 8 0 0 0 - - -;
 #X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/joystick-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/joystick-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/joystick-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -37,7 +37,7 @@
 #X text 218 426 released under the GNU GPL;
 #X text 414 426 $Author: eighthave $;
 #X text 414 413 $Revision: 1.11 $;
-#X obj 239 375 pddp_open all_about_hid;
+#X obj 239 375 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X text 130 376 For more info:;
 #X floatatom 245 234 5 0 0 3 hat0X - -;
 #X floatatom 288 234 5 0 0 3 hat0Y - -;
@@ -100,7 +100,7 @@
 #X obj 440 92 tgl 25 0 empty empty empty 0 -6 0 8 -225271 -1 -1 0 1
 ;
 #X text 333 73 Select your device and turn on to make noise:;
-#X msg 619 3 pddp;
+#X obj 619 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X msg 503 125 open \$1;
 #X obj 503 105 hradio 15 1 1 8 \$0-device-number empty choose_a_device
 0 -6 1 9 -262144 -1 -1 2;
@@ -110,7 +110,7 @@
 the output of axis data. Move each element of the device thru its full
 range to calibrate it.;
 #X obj 335 215 unpack s f;
-#X obj 407 375 pddp_open all_about_hid_mapping;
+#X obj 407 375 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X text 422 177 (remember to calibrate all parts;
 #X text 430 190 of the joystick first);
 #X msg 394 120 print;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/keyboard-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/keyboard-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/keyboard-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -16,7 +16,7 @@
 #X text 218 446 released under the GNU GPL;
 #X text 414 446 $Author: eighthave $;
 #X text 414 433 $Revision: 1.4 $;
-#X obj 348 402 pddp_open all_about_hid;
+#X obj 348 402 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X text 239 403 For more info:;
 #X msg 220 112 open 3;
 #X msg 225 131 open 5;
@@ -77,7 +77,7 @@
 #X obj 75 315 route key_4 key_5 key_6 key_7 key_8 key_9 key_10 key_11
 key_12 key_13 key_14 key_15 key_16 key_17 key_18 key_19 key_20 key_21
 key_22 key_23 key_24 key_25 key_26 key_27;
-#X msg 519 3 pddp;
+#X obj 519 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X connect 0 0 16 0;
 #X connect 4 0 2 0;
 #X connect 4 1 3 0;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/keygate-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/keygate-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/keygate-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -10,7 +10,7 @@
 #X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 250 430 released under the GNU GPL;
-#X obj 237 369 pddp_open all_about_hid;
+#X obj 237 369 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X text 128 370 For more info:;
 #X text 15 207 data to be gated -->;
 #X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
@@ -25,7 +25,7 @@
 #X text 18 89 The "f" key on the any keyboard controls this gate:;
 #X text 310 263 <-- key released;
 #X text 41 264 key pressed -->;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X connect 2 0 3 0;
 #X connect 3 0 4 0;
 #X connect 4 0 14 0;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/mouse-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/mouse-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/mouse-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -121,7 +121,7 @@
 #X text 228 436 released under the GNU GPL;
 #X text 424 436 $Author: eighthave $;
 #X text 424 423 $Revision: 1.13 $;
-#X obj 466 382 pddp_open all_about_hid;
+#X obj 466 382 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X text 357 383 For more info:;
 #X obj 601 334 tgl 25 0 empty empty empty 0 -6 0 8 -195568 -1 -1 0
 1;
@@ -133,7 +133,7 @@
 #X text 13 111 turn on polling:;
 #X msg 180 146 refresh;
 #X obj 130 171 mouse 0;
-#X msg 619 3 pddp;
+#X obj 619 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X msg 500 148 open \$1;
 #X obj 500 128 hradio 15 1 1 8 \$0-device-number empty choose_a_device
 0 -6 1 9 -262144 -1 -1 4;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/notescale-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/notescale-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/notescale-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -4,7 +4,7 @@
 #X floatatom 26 160 0 0 0 0 - - -;
 #X obj 2 2 cnv 15 450 20 empty empty [notescale] 2 11 1 18 -233017
 -66577 0;
-#X msg 418 3 pddp;
+#X obj 418 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X floatatom 137 266 5 0 0 0 - - -;
 #X obj 140 330 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
 -1 -1 0 1;

Modified: branches/pd-extended/v0-40/externals/hcs/hid/doc/rad2hid-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/hid/doc/rad2hid-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/hcs/hid/doc/rad2hid-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -2,10 +2,10 @@
 #X declare -lib hid;
 #X obj 5 2 cnv 15 450 20 empty empty [rad2hid] 2 11 1 18 -233017 -66577
 0;
-#X msg 422 3 pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 254 269 released under the GNU GPL;
 #X text 185 228 For more info:;
-#X obj 289 226 pddp_open all_about_hid_mapping;
+#X obj 289 226 pddp/pddplink ../all_about_hid_mapping.pd -text all_about_hid_mapping;
 #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 300 168 related objects:;

Modified: branches/pd-extended/v0-40/externals/mapping/help/buttongate-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/buttongate-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/buttongate-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -10,7 +10,7 @@
 #X text 27 470 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 244 484 released under the GNU GPL;
-#X obj 223 417 pddp_open mapping-about;
+#X obj 223 417 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X text 114 418 For more info:;
 #X text 17 38 [buttongate] is a simple gate controlled by a HID button.
 You must specify the device and the button which controls the gate.

Modified: branches/pd-extended/v0-40/externals/mapping/help/curve_exp-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/curve_exp-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/curve_exp-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -7,7 +7,7 @@
 ;
 #X text 244 314 released under the GNU GPL;
 #X text 98 271 For more info:;
-#X obj 202 269 pddp_open all_about_curve_mapping;
+#X obj 202 269 pddp/pddplink ../all_about_curve_mapping.pd -text all_about_curve_mapping;
 #X floatatom 25 123 8 0 0 0 - - -;
 #X floatatom 25 184 8 0 0 0 - - -;
 #X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144

Modified: branches/pd-extended/v0-40/externals/mapping/help/curve_graph-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/curve_graph-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/curve_graph-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -7,7 +7,7 @@
 ;
 #X text 244 424 released under the GNU GPL;
 #X text 98 381 For more info:;
-#X obj 202 379 pddp_open all_about_curve_mapping;
+#X obj 202 379 pddp/pddplink ../all_about_curve_mapping.pd -text all_about_curve_mapping;
 #X msg 19 150 reset;
 #X floatatom 95 163 5 0 0 0 - - -;
 #X floatatom 94 314 5 0 0 0 - - -;

Modified: branches/pd-extended/v0-40/externals/mapping/help/degrees0x2d0x3emapping-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/degrees0x2d0x3emapping-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/degrees0x2d0x3emapping-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -5,7 +5,7 @@
 #X msg 422 3 pddp;
 #X text 254 269 released under the GNU GPL;
 #X text 185 228 For more info:;
-#X obj 289 226 pddp_open mapping-about;
+#X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 300 168 related objects:;

Modified: branches/pd-extended/v0-40/externals/mapping/help/keygate-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/keygate-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/keygate-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -10,7 +10,7 @@
 #X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 250 430 released under the GNU GPL;
-#X obj 237 369 pddp_open mapping-about;
+#X obj 237 369 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X text 128 370 For more info:;
 #X text 15 207 data to be gated -->;
 #X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1

Modified: branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3edegrees-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3edegrees-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3edegrees-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -5,7 +5,7 @@
 #X msg 422 3 pddp;
 #X text 254 269 released under the GNU GPL;
 #X text 185 228 For more info:;
-#X obj 289 226 pddp_open mapping-about;
+#X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 300 168 related objects:;

Modified: branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3eradians-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3eradians-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/mapping0x2d0x3eradians-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -5,7 +5,7 @@
 #X msg 422 3 pddp;
 #X text 254 269 released under the GNU GPL;
 #X text 185 228 For more info:;
-#X obj 289 226 pddp_open mapping-about;
+#X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;
 #X text 294 161 related objects:;

Modified: branches/pd-extended/v0-40/externals/mapping/help/polar-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/polar-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/polar-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -7,7 +7,7 @@
 #X floatatom 100 248 5 0 0 0 - - -;
 #X floatatom 100 335 7 0 0 0 radius-> - -;
 #X text 124 370 For more info:;
-#X obj 228 368 pddp_open mapping-about;
+#X obj 228 368 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X obj 100 295 polar;
 #X text 27 397 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
 ;

Modified: branches/pd-extended/v0-40/externals/mapping/help/radians0x2d0x3emapping-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/radians0x2d0x3emapping-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/radians0x2d0x3emapping-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -19,7 +19,7 @@
 #X obj 252 202 radians->mapping;
 #X obj 140 202 degrees->mapping;
 #X obj 365 202 mapping->degrees;
-#X obj 248 226 pddp_open mapping-about;
+#X obj 248 226 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X connect 7 0 8 0;
 #X connect 7 0 9 0;
 #X connect 9 0 6 0;

Modified: branches/pd-extended/v0-40/externals/mapping/help/spiral-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/mapping/help/spiral-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/mapping/help/spiral-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -17,7 +17,7 @@
 #X text 266 378 example:;
 #X obj 325 378 spiral-joystick;
 #X obj 86 346 spiral;
-#X obj 279 406 pddp_open mapping-about;
+#X obj 279 406 pddp/pddplink ../mapping-about.pd -text mapping-about;
 #X obj 390 341 polar;
 #X text 24 32 Converts cartesian coordinates(x \, y) to spiral in polar
 coordinates (radius \, angle). The angle is from 0 to 1 The angle 0

Modified: branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/MouseState-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/MouseState-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/MouseState-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -30,10 +30,10 @@
 #X msg 105 196 reset;
 #X text 155 196 reset 0 \, 0 to upper left corner;
 #X text 182 392 For more info:;
-#X obj 286 392 pddp_open all_about_hid;
+#X obj 286 392 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X obj 5 3 cnv 15 550 30 empty empty [MouseState] 20 12 1 14 -233017
 -66577 0;
-#X obj 386 392 pddp_open all_about_cyclone;
+#X obj 386 392 pddp/pddplink all_about_cyclone.pd -text all_about_cyclone;
 #X connect 5 0 6 0;
 #X connect 5 1 7 0;
 #X connect 5 2 8 0;

Modified: branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/Scope~-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/Scope~-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/Scope~-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -24,7 +24,7 @@
 #X obj 111 185 *~;
 #X obj 133 48 vsl 15 128 0.01 1 1 0 empty empty empty 0 -8 0 8 -225271
 -1 -1 0 0;
-#X msg 422 11 pddp;
+#X obj 422 11 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X connect 2 0 1 0;
 #X connect 3 0 1 0;
 #X connect 4 0 1 0;

Modified: branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/all_about_cyclone.pd
===================================================================
--- branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/all_about_cyclone.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/all_about_cyclone.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -1,7 +1,7 @@
 #N canvas 588 66 510 630 10;
 #X obj 4 4 cnv 15 500 20 empty empty all_about_cyclone 20 10 1 18 -233017
 -66577 0;
-#X obj 471 5 pddp;
+#X obj 471 5 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
 #X text 293 604 updated for Pd version 0.37.1;
 #X text 49 199 - hammer contains Pd versions of Max objects;
 #X text 49 220 - sickle contains Pd versions of MSP objects;
@@ -21,4 +21,6 @@
 for people using both Max and Pd \, and thus wanting to develop cross-platform
 patches \, but it also provide many very useful objects for the Pd-only
 user.;
-#X text 7 462 For more info: http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html;
+#X text 7 462 For more info:;
+#X obj 97 462 pddp/pddplink http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
+;

Modified: branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/counter-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/counter-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/counter-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -121,11 +121,11 @@
 #X connect 17 0 13 0;
 #X restore 428 89 pd outputs;
 #X text 444 275 additional ways to accomplish the same:;
-#X obj 460 554 pddp_open all_about_looping;
+#X obj 460 554 pddp/pddplink ../all_about_looping.pd -text all_about_looping;
 #X text 458 508 click on these for more info:;
 #X text 415 201 * (there seems to be a bug when used with an;
 #X text 431 221 would be to reset to 0 as well ...);
-#X obj 460 531 pddp_open all_about_cyclone;
+#X obj 460 531 pddp/pddplink all_about_cyclone.pd -text all_about_cyclone;
 #X text 254 361 set min **;
 #X text -6 538 ** (there seems to be a bug in the original documentation
 or implementation: the 3rd inlet is indeed a "set" message instead

Modified: branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/fromsymbol-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/fromsymbol-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/fromsymbol-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -36,9 +36,9 @@
 #X symbolatom 94 216 25 0 0 0 - - -;
 #X obj 53 278 print THIS_IS_A_LIST;
 #X text 1 486 For more info:;
-#X obj 148 504 pddp_open all_about_lists_vs_anythings;
-#X obj 348 504 pddp_open all_about_symbol_construction;
-#X obj 4 504 pddp_open all_about_data_types;
+#X obj 148 504 pddp/pddplink ../all_about_lists_vs_anythings.pd -text all_about_lists_vs_anythings;
+#X obj 348 504 pddp/pddplink ../all_about_symbol_construction.pd -text all_about_symbol_construction;
+#X obj 4 504 pddp/pddplink ../all_about_data_types.pd -text all_about_data_types;
 #X connect 1 0 29 0;
 #X connect 7 0 1 0;
 #X connect 7 0 28 0;

Modified: branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/mousefilter-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/mousefilter-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/mousefilter-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -11,10 +11,10 @@
 #X obj 75 165 mousefilter;
 #X floatatom 75 205 5 0 0 0 - - -;
 #X text 112 247 For more info:;
-#X obj 216 247 pddp_open all_about_hid;
+#X obj 216 247 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
 #X obj 7 4 cnv 15 450 30 empty empty [mousefilter] 20 12 1 14 -233017
 -66577 0;
-#X obj 319 247 pddp_open all_about_cyclone;
+#X obj 319 247 pddp/pddplink all_about_cyclone.pd -text all_about_cyclone;
 #X connect 5 0 7 0;
 #X connect 6 0 7 0;
 #X connect 7 0 8 0;

Modified: branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/tosymbol-help.pd
===================================================================
--- branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/tosymbol-help.pd	2008-06-02 09:51:46 UTC (rev 9966)
+++ branches/pd-extended/v0-40/externals/miXed/doc/help/cyclone/tosymbol-help.pd	2008-06-02 10:15:36 UTC (rev 9967)
@@ -36,9 +36,9 @@
 #X symbolatom 94 216 25 0 0 0 - - -;
 #X obj 53 278 print THIS_IS_A_LIST;
 #X text 1 486 For more info:;
-#X obj 148 504 pddp_open all_about_lists_vs_anythings;
-#X obj 348 504 pddp_open all_about_symbol_construction;
-#X obj 4 504 pddp_open all_about_data_types;
+#X obj 148 504 pddp/pddplink ../all_about_lists_vs_anythings.pd -text all_about_lists_vs_anythings;
+#X obj 348 504 pddp/pddplink ../all_about_symbol_construction.pd -text all_about_symbol_construction;
+#X obj 4 504 pddp/pddplink ../all_about_data_types.pd -text all_about_data_types;
 #X connect 1 0 29 0;
 #X connect 7 0 1 0;
 #X connect 7 0 28 0;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list