aboutsummaryrefslogtreecommitdiff
path: root/itest.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-11 22:39:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-11 22:39:13 +0000
commiteb0cbc70eed7c2484ebd34d219a5b8023f53cc45 (patch)
treeed9e8a005fcd5200ffe21a59dfaf2ffc44a917a1 /itest.pd
parent23956b65f7cd4e6881423602c49636139e93edc9 (diff)
sketched idea for poly object that reads the inlets/outlets from the .pd file and dynamically creates them
svn path=/trunk/externals/manypoly/; revision=14419
Diffstat (limited to 'itest.pd')
-rw-r--r--itest.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/itest.pd b/itest.pd
new file mode 100644
index 0000000..cba4be6
--- /dev/null
+++ b/itest.pd
@@ -0,0 +1,19 @@
+#N canvas 823 274 637 579 10;
+#X obj 35 508 outlet~;
+#X obj 145 508 outlet~;
+#X obj 330 505 outlet;
+#X text 371 503 bang when done;
+#X obj 29 331 tabplay~ \$3;
+#X obj 35 445 pan/equal_power_pan~;
+#X obj 29 30 inlet;
+#X obj 335 19 inlet;
+#X obj 29 247 delay;
+#X obj 29 85 unpack float float;
+#X connect 4 0 5 0;
+#X connect 4 1 2 0;
+#X connect 5 0 0 0;
+#X connect 5 1 1 0;
+#X connect 6 0 9 0;
+#X connect 8 0 4 0;
+#X connect 9 0 8 0;
+#X connect 9 1 5 1;