[PD] route large number of voices

William Brent william.brent at gmail.com
Sat Mar 28 00:28:34 CET 2015


Here's an example from my class (14-poly-routing.pd) for how to deal with
this. Hope it helps

On Fri, Mar 27, 2015 at 5:56 PM, Benoît Fortier <benoitfortier at yahoo.ca>
wrote:

> Hi, it seems common practice to use route to dispatch individual "notes"
> to different voices when building a polyphonic synth. But these days I'm
> working on a "synth" which is going to have a large number of voices
> (probably around 100) and I was wondering if there's a better way to route
> those voices other than use route with a hundred creation arguments. I
> though about sending every "note" information (including the voice number)
> to every voices and to put a test at the inlet of every voice abstraction
> to filter the incoming data so that only one voice actually plays the
> "note" but I was wondering if there was a better option, like dynamically
> set the destination of a send object... I did a few test but couldn't find
> an elegant solution by myself.
>
> Many thanks pd-list!
>
>
> Benoît Fortier
> 581 995-5622
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
William Brent
www.williambrent.com

“Great minds flock together”
Conflations: conversational idiom for the 21st century

www.conflations.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150327/a24cd8f2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 14-poly-routing.pd
Type: application/octet-stream
Size: 2045 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150327/a24cd8f2/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: adsr.pd
Type: application/octet-stream
Size: 2799 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150327/a24cd8f2/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: synth-abs.pd
Type: application/octet-stream
Size: 2191 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150327/a24cd8f2/attachment-0002.obj>


More information about the Pd-list mailing list