aboutsummaryrefslogtreecommitdiff
path: root/dynroute-help.pd
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-08-31 13:42:50 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-08-31 13:42:50 +0000
commit5cfef34ec9fc67df3149436a83873ce527d4af9d (patch)
tree880033ba25f8e1f8de5ca5e7b48dab56f980b666 /dynroute-help.pd
parentaa048d93e8fdae5b8152b3c963da02b3cd244274 (diff)
add usage examples and help
svn path=/trunk/externals/tclpd/; revision=12154
Diffstat (limited to 'dynroute-help.pd')
-rw-r--r--dynroute-help.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/dynroute-help.pd b/dynroute-help.pd
new file mode 100644
index 0000000..c337c2a
--- /dev/null
+++ b/dynroute-help.pd
@@ -0,0 +1,19 @@
+#N canvas 614 114 786 430 10;
+#X obj 102 189 dynroute 4;
+#X msg 73 63 apple red \, banana yellow \, pear green \, apple yellow
+\, strawberry red;
+#X obj 80 131 list prepend;
+#X obj 100 230 print 0;
+#X obj 160 230 print 1;
+#X obj 220 230 print 2;
+#X obj 280 230 print 3;
+#X msg 236 104 clear \, add apple 0 \, add banana 1 \, add pear 2;
+#X msg 242 138 remove pear 2 \, add pear 0 \, add strawberry 2;
+#X connect 0 0 3 0;
+#X connect 0 1 4 0;
+#X connect 0 2 5 0;
+#X connect 0 3 6 0;
+#X connect 1 0 2 0;
+#X connect 2 0 0 0;
+#X connect 7 0 0 1;
+#X connect 8 0 0 1;