aboutsummaryrefslogtreecommitdiff
path: root/help/argument-abs.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-06-19 17:00:34 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-06-19 17:00:34 +0000
commite0267013c4de07cf495b4488a66181e4027d88a4 (patch)
tree750de46dd8d97625f4ff902ca6edbe1fd701ecc9 /help/argument-abs.pd
parentd285825bc8d34f791f3adc07caa836457b66b7bd (diff)
Added a few externals to tof
svn path=/trunk/externals/tof/; revision=11801
Diffstat (limited to 'help/argument-abs.pd')
-rw-r--r--help/argument-abs.pd29
1 files changed, 29 insertions, 0 deletions
diff --git a/help/argument-abs.pd b/help/argument-abs.pd
new file mode 100644
index 0000000..0e209a4
--- /dev/null
+++ b/help/argument-abs.pd
@@ -0,0 +1,29 @@
+#N canvas 336 203 614 414 10;
+#X obj 158 36 inlet;
+#X obj 158 92 t b b b;
+#X text 220 105 first;
+#X text 159 192 second;
+#X text 73 282 third;
+#X obj 11 303 argument 3 500;
+#X obj 210 130 argument 1;
+#X text 279 131 <-Outputs the first parent argument "symbol a";
+#X obj 158 67 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X obj 134 213 argument 2 100;
+#X text 231 208 <-Outputs "100" because the types of the second argument
+("symbol b") and the default argument ("float 100") do not match.;
+#X text 200 29 Please note that the current parent arguments are: a
+b;
+#X text 101 305 <- Outputs "500" because there is not third parent
+argument;
+#X obj 210 166 print arg1;
+#X obj 129 258 print arg2;
+#X obj 11 342 print arg3;
+#X connect 0 0 8 0;
+#X connect 1 0 5 0;
+#X connect 1 1 9 0;
+#X connect 1 2 6 0;
+#X connect 5 0 15 0;
+#X connect 6 0 13 0;
+#X connect 8 0 1 0;
+#X connect 9 0 14 0;