aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/doc/flow_classes/args-help.pd
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-11-06 18:33:57 +0000
committerN.N. <matju@users.sourceforge.net>2009-11-06 18:33:57 +0000
commit5e6bb4f4786dd39158ffe02913590cc3dea21ebd (patch)
tree17f4c83372dc450503e3106db11c473c513ab7c0 /externals/gridflow/doc/flow_classes/args-help.pd
parentb4432042844d0a29f7b654245f9c17da950cd33e (diff)
remove gridflow 0.9.5
svn path=/trunk/; revision=12727
Diffstat (limited to 'externals/gridflow/doc/flow_classes/args-help.pd')
-rw-r--r--externals/gridflow/doc/flow_classes/args-help.pd51
1 files changed, 0 insertions, 51 deletions
diff --git a/externals/gridflow/doc/flow_classes/args-help.pd b/externals/gridflow/doc/flow_classes/args-help.pd
deleted file mode 100644
index 1c2db31f..00000000
--- a/externals/gridflow/doc/flow_classes/args-help.pd
+++ /dev/null
@@ -1,51 +0,0 @@
-#N canvas 662 31 514 627 10;
-#X obj 2 0 cnv 15 500 18 empty empty empty 20 12 0 14 -228992 -66577
-0;
-#X obj 2 359 cnv 15 500 17 empty empty empty 20 12 0 14 -228992 -66577
-0;
-#X obj 2 173 cnv 15 500 18 empty empty empty 20 12 0 14 -228992 -66577
-0;
-#X obj 2 196 cnv 15 60 18 empty empty empty 20 12 0 14 -228992 -66577
-0;
-#X obj 2 486 cnv 15 500 18 empty empty empty 20 12 0 14 -228992 -66577
-0;
-#X obj 2 430 cnv 15 80 18 empty empty empty 20 12 0 14 -228992 -66577
-0;
-#X text 3 197 Inlet 0;
-#X text 399 1 GridFlow 0.9.5;
-#X obj 16 0 args;
-#X text 354 70 demo default args;
-#X text 354 90 demo rest of args;
-#X text 354 130 demo missing args;
-#X obj 12 89 args-demo pommes poires ananas biscuits-soda;
-#X text 222 204 Inlets (1);
-#X text 18 221 BANG;
-#X text 216 361 Outlets (at least 1);
-#X text 4 431 Outlet last;
-#X text 16 458 MESSAGE;
-#X text 75 458 Any comma-arguments from the parent objectbox;
-#X text 18 386 there is one outlet per argument plus one outlet for
-the comma-messages.;
-#X obj 12 129 args-demo;
-#X obj 12 69 args-demo blah;
-#X obj 12 109 args-demo dorval \, temperature -18 \, pression 99.5
-;
-#X text 354 110 demo comma args;
-#X text 65 221 sends one message per outlet right-to-left except the
-last outlet. if there is a wildcard (*) as the last argument \, any
-extra arguments go there as a list message. Then for any missing arguments
-that have default values \, the default values are sent \, right to
-left. Then for each present argument that is not extra \, that argument
-will be sent on its own outlet. Finally \, each comma-message is parsed
-from the arguments and sent to the last outlet \, which should be connected
-with a [t a] just like the first [inlet].;
-#X text 211 485 Arguments (any number);
-#X text 40 531 SYMBOL;
-#X text 20 512 any number of:;
-#X text 156 530 represent mandatory arguments;
-#X text 40 552 (SYMBOL a ATOM);
-#X text 156 550 represent optional arguments;
-#X text 41 572 *;
-#X text 158 572 represent the rest of arguments;
-#X text 20 590 where the star can only occur once and at the end \,
-and all optionals must follow all mandatories.;