aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/swap-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pddp/swap-help.pd')
-rw-r--r--doc/pddp/swap-help.pd44
1 files changed, 20 insertions, 24 deletions
diff --git a/doc/pddp/swap-help.pd b/doc/pddp/swap-help.pd
index b6b106f4..e95b6193 100644
--- a/doc/pddp/swap-help.pd
+++ b/doc/pddp/swap-help.pd
@@ -3,28 +3,24 @@
14 -228856 -66577 0;
#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header swap 3 12 0 18 -204280
-1 0;
-#X obj 0 230 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
+#X obj 0 220 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
-228856 -1 0;
#N canvas 52 246 494 357 META 0;
-#X text 12 105 PLATFORM windows macosx gnulinux;
-#X text 12 205 LIBRARY internal;
-#X text 12 245 WEBSITE http://crca.ucsd.edu/~msp/;
-#X text 12 65 LICENSE SIBSD;
-#X text 12 225 AUTHOR Miller Puckette;
-#X text 12 305 HELP_PATCH_AUTHORS Dave Sabine \, November 12 \, 2002
+#X text 12 145 LIBRARY internal;
+#X text 12 185 WEBSITE http://crca.ucsd.edu/~msp/;
+#X text 12 25 LICENSE SIBSD;
+#X text 12 165 AUTHOR Miller Puckette;
+#X text 12 225 HELP_PATCH_AUTHORS Dave Sabine \, November 12 \, 2002
. Jonathan Wilkes revised the patch to conform to the PDDP template
for Pd version 0.42.;
-#X text 12 5 GENRE help;
-#X text 12 45 KEYWORDS control float list bang;
-#X text 12 85 DESCRIPTION swap two numbers \, respecting right-to-left
+#X text 12 5 KEYWORDS control float list bang;
+#X text 12 45 DESCRIPTION swap two numbers \, respecting right-to-left
order;
-#X text 12 25 NAME swap;
-#X text 12 125 INLET_0 float list bang;
-#X text 12 145 INLET_1 float;
-#X text 12 165 OUTLET_0 float;
-#X text 12 185 OUTLET_1 float;
-#X text 12 265 RELEASE_DATE 1997;
-#X text 12 285 RELEASE_VERSION;
+#X text 12 65 INLET_0 float list bang;
+#X text 12 85 INLET_1 float;
+#X text 12 105 OUTLET_0 float;
+#X text 12 125 OUTLET_1 float;
+#X text 12 205 RELEASE_DATE 1997;
#X restore 500 597 pd META;
#X obj 0 425 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
13 -228856 -1 0;
@@ -41,7 +37,7 @@ order;
#X obj 65 34 unpack;
#X obj 20 89 pddp/helplink cyclone/split;
#X restore 102 597 pd Related_objects;
-#X obj 78 239 cnv 17 3 135 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+#X obj 78 229 cnv 17 3 145 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
#X text 98 433 float;
#X obj 78 434 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
@@ -52,17 +48,17 @@ order;
#X obj 493 3 swap;
#X obj 465 20 pddp/pddplink http://wiki.puredata.info/en/swap -text
pdpedia: swap;
-#X text 98 288 float;
-#X text 168 288 - a float at the left inlet will send the number to
+#X text 98 278 float;
+#X text 168 283 - a float at the left inlet will send the number to
the right outlet and then send the number at the right inlet to the
left outlet.;
-#X text 98 239 bang;
-#X text 168 239 - a bang at the left inlet will force [swap] to send
+#X text 98 229 bang;
+#X text 168 229 - a bang at the left inlet will force [swap] to send
its values to the outlets \, in reverse order. The value from the left
inlet will be sent to the right outlet then the value at the right
inlet will be sent out the left outlet.;
-#X text 98 329 list;
-#X text 168 329 - a list at the left inlet will update the values of
+#X text 98 324 list;
+#X text 168 324 - a list at the left inlet will update the values of
both of [swap]'s inlets and send the numbers to the outlets in reverse
order. Note that lists of 3 or more elements will be truncated.;
#X text 167 379 - a float at the right inlet is stored for later use.