aboutsummaryrefslogtreecommitdiff
path: root/instances-template-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 18:40:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 18:40:34 +0000
commitc723d0c382d0f901ae302cb5c60cecaa2fbf2195 (patch)
tree78e5fff6ac1b245aa1acba3577d8ef6bbc56077a /instances-template-help.pd
parente13c080ea00836751efce187d516b3faa8a7040c (diff)
barebones working version of [instances]
svn path=/trunk/externals/manypoly/; revision=14484
Diffstat (limited to 'instances-template-help.pd')
-rw-r--r--instances-template-help.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/instances-template-help.pd b/instances-template-help.pd
new file mode 100644
index 0000000..9111db7
--- /dev/null
+++ b/instances-template-help.pd
@@ -0,0 +1,14 @@
+#N canvas 204 154 602 360 10;
+#X text 79 120 Your [instances] abstraction needs two inlets and two
+outlets. First argument will be the voice index number starting from
+0 \, second argument will be the total number of voices. Four more
+arguments can be passed as arguments to [polypoly] and will be passed
+on to the custom abstraction.;
+#X text 80 35 instances-template is a basic patch here only to illustrate what a
+patch designed for [instance] looks like. Feel free to use it as a
+template for your own patches for [instances].;
+#X obj 111 233 instances-template 1 8 four more arguments possible;
+#X text 48 255 message-out;
+#X text 52 212 message-in;
+#X text 328 255 message-out;
+#X text 332 212 message-in;