aboutsummaryrefslogtreecommitdiff
path: root/pal/ptraverse.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-02-06 11:16:06 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-02-06 11:16:06 +0000
commit108c7c2f64b9254ea599073bd737f5e5a8b8d9c3 (patch)
tree4597de6a2c79540c5e8a16beadcc5dae68be30a9 /pal/ptraverse.pd
parenta9221abd8f8826e6a71435c631901cad1342401b (diff)
adding jonathan wilkes lovely 'pal' editor, continued work and upgrades to ds-designer, and the start of ds-choice-list, a context-menu-ish gui element (with icons thanks to ds-designer)
svn path=/trunk/abstractions/ds-gui/; revision=10748
Diffstat (limited to 'pal/ptraverse.pd')
-rwxr-xr-xpal/ptraverse.pd12
1 files changed, 12 insertions, 0 deletions
diff --git a/pal/ptraverse.pd b/pal/ptraverse.pd
new file mode 100755
index 0000000..c04dea8
--- /dev/null
+++ b/pal/ptraverse.pd
@@ -0,0 +1,12 @@
+#N canvas 0 0 450 300 12;
+#X obj 12 10 inlet;
+#X obj 12 142 outlet;
+#X obj 12 66 symbol;
+#X obj 57 38 r \$1-patchname;
+#X obj 12 91 list append \$2;
+#X msg 12 116 traverse \$1 \, \$2;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 3 0 2 1;
+#X connect 4 0 5 0;
+#X connect 5 0 1 0;