<div>(hallo, tried to send this to pd-announce but was rejected, anyone know why?)</div><div><br class="webkit-block-placeholder"></div>Hi all,<div>Here are two objects very similar to regular send and receive in pd, with the added capability to accept a 3rd argument to specify the number of inlets and outlets, each of which will become a dedicated send/receive line.
</div><div><br>&nbsp;</div><div>[nsend $0my6sends 6] will create a send object with 6 inlets, that will map to the corresponding</div><div>[nreceive $0my6sends 6] (with no number argument it will default to acting like a normal send or receive object).
</div><div><br>&nbsp;</div><div>I&#39;ve also included duplicate objects [ns] and [nr] for abbreviation purposes.</div><div><br>&nbsp;</div><div>This object is made possible by [initbang], so thanks IOhannes!</div><div><br>&nbsp;</div><div>
It is also made possible by dynamic patching, which is something I really hope gets some attention someday since it enables wondrous things, but is terribly tedious mostly because of the need to manually count the objects in a patch (a simple overlay option showing each object&#39;s number and the numbers of its ins/outs would go a long way, actually).
</div><div><br>&nbsp;</div><div>Hope these are useful to someone</div><div>Cheers</div><div>Luke</div><div><a href="http://proyekto.net/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)" style="color: rgb(0, 0, 204); ">
proyekto.net</a></div>