[PD] dynamically settable many-to-many cordless audio routing

IOhannes m zmölnig zmoelnig at iem.at
Fri Oct 9 17:03:46 CEST 2009


Jamie Bullock wrote:
> 
> Hi all,
> 
> Has anyone implemented this with externals, or a Pd dynamic patching hack?
> 
> s~/r~ are one-to-many settable on the receive side.
> throw~/catch~ are many-to-one settable on the send side.
> 
> What about a sendbus~/receivebus~ many-to-many settable on both sides?
> 


for buses i usually use a [catchsend~] abstraction, that looks like:

[catch~ $1]
|
[send $1]

this has to be created once for every bus you use. you could use a
singleton approach to automatically create it in your
[sendbus~]/[receivebus~] abstractions.


mfgasdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20091009/31cf6e31/attachment.pgp>


More information about the Pd-list mailing list