diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 18:39:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 18:39:09 +0000 |
commit | e13c080ea00836751efce187d516b3faa8a7040c (patch) | |
tree | 22bd22b4fbf3521038b88bb1cd9b5219530ec61e /instances-template~-help.pd | |
parent | dfc14193a98f79f54f7716800299d48b86d35d7e (diff) |
got a working version of instances~ with AM demo
svn path=/trunk/externals/manypoly/; revision=14483
Diffstat (limited to 'instances-template~-help.pd')
-rw-r--r-- | instances-template~-help.pd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/instances-template~-help.pd b/instances-template~-help.pd new file mode 100644 index 0000000..0e899c5 --- /dev/null +++ b/instances-template~-help.pd @@ -0,0 +1,15 @@ +#N canvas 204 154 602 360 10; +#X obj 110 254 instances-template~ 1 8 four more arguments possible +; +#X text 72 274 dsp-out left; +#X text 381 274 dsp-out right; +#X text 35 233 inlet for messages routed to instances; +#X text 380 234 inlet for audio to all instances; +#X text 80 35 instances-template~ is a basic patch here only to illustrate +what a patch designed for [instances~] looks like. Feel free to use +it as a template for your own patches for [instances~].; +#X text 76 100 Your [instances~] abstraction needs one [inlet] and +one [inlet~] and two [outlet~]s. 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 [instances~] +and will be passed on to the custom abstraction.; |