[PD] route large number of voices

IOhannes m zmölnig zmoelnig at iem.at
Sat Mar 28 08:40:55 CET 2015


On 03/28/2015 12:28 AM, William Brent wrote:
> Here's an example from my class (14-poly-routing.pd) for how to deal with
> this. Hope it helps


altenatively use a global receiver and prepend the synth ID in the
actual message.

e.g.

[3 note 64 127(
|
[s synthctl]



and your synth is instantiated as [synthabs 3]:
[r synthctl]
|
[route $1]
|
[route note]
|
[stripnote]
|
...

i often use [route $1 0] (and merge both), so i can address each node
individually (via it's id) and ALL (using the special ID "0")

fgmsrd
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150328/66452505/attachment-0001.sig>


More information about the Pd-list mailing list