aboutsummaryrefslogtreecommitdiff
path: root/rawpoly-test.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 19:28:25 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 19:28:25 +0000
commitbff8374f6fcca7202435957c12bf5fcfe442263b (patch)
tree7dfa0c8cbd1d43882c38109b79a5163e9ba8ee3d /rawpoly-test.pd
parentc723d0c382d0f901ae302cb5c60cecaa2fbf2195 (diff)
sketch for poly object with dynamic instance allocation, somewhat like [polypoly]
svn path=/trunk/externals/manypoly/; revision=14485
Diffstat (limited to 'rawpoly-test.pd')
-rw-r--r--rawpoly-test.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/rawpoly-test.pd b/rawpoly-test.pd
new file mode 100644
index 0000000..b507ce0
--- /dev/null
+++ b/rawpoly-test.pd
@@ -0,0 +1,17 @@
+#N canvas 372 366 450 300 10;
+#X text 53 202 beeware of loadbangs when dynamically adding instances
+using the 3rd inlet! Everytime a new instance is created \, all instances
+will receive a loadbang!;
+#X msg 218 113 7;
+#X msg 185 113 3;
+#X msg 249 112 9;
+#X text 279 112 control instances;
+#X obj 113 138 rawpoly 5 itest;
+#X text 27 21 inlet0: routed to each instance based on instance number
+;
+#X text 27 41 inlet1: connected directly to each instance;
+#X text 27 61 outlet~0: connected directly to each instance;
+#X text 27 81 outlet1: connected directly to each instance;
+#X connect 1 0 5 2;
+#X connect 2 0 5 2;
+#X connect 3 0 5 2;