aboutsummaryrefslogtreecommitdiff
path: root/strcat.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-12 21:06:59 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-12 21:06:59 +0000
commit93dcd1630d85331334f1f58a8939142cb4342449 (patch)
treeabef36cb7a5a52006a5d50e51b358ccf5b4d79b1 /strcat.pd
parented5f9b5db036f8bf420b38d674c9b3b1822b3b7b (diff)
change has long been in core pd;
added abstraction for the some of the functions svn path=/trunk/externals/markex/; revision=4695
Diffstat (limited to 'strcat.pd')
-rw-r--r--strcat.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/strcat.pd b/strcat.pd
new file mode 100644
index 0000000..de54669
--- /dev/null
+++ b/strcat.pd
@@ -0,0 +1,17 @@
+#N canvas 0 0 450 300 10;
+#X obj 112 58 inlet;
+#X obj 112 243 outlet;
+#X obj 164 196 makefilename \$1%s;
+#X obj 216 119 route float;
+#X obj 288 143 symbol;
+#X obj 112 94 route float symbol list;
+#X obj 112 167 makefilename \$1%d;
+#X connect 0 0 5 0;
+#X connect 2 0 1 0;
+#X connect 3 0 6 0;
+#X connect 3 1 4 0;
+#X connect 4 0 2 0;
+#X connect 5 0 6 0;
+#X connect 5 1 2 0;
+#X connect 5 2 3 0;
+#X connect 6 0 1 0;