From eb0cbc70eed7c2484ebd34d219a5b8023f53cc45 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 11 Nov 2010 22:39:13 +0000 Subject: 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 --- itest.pd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 itest.pd (limited to 'itest.pd') 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; -- cgit v1.2.1