[PD] route large number of voices

Thomas Grill gr at grrrr.org
Sun Mar 29 13:11:34 CEST 2015


Hi Benoit,
you might be interested in the UPP infrastructure.
http://grrrr.org/research/software/upp/
I put up a couple of examples, the whole thing will also be on github shortly.

gr~~~

--
Thomas Grill
http://grrrr.org



Am 27.03.2015 um 22:56 schrieb Benoît Fortier <benoitfortier at yahoo.ca>:

> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150329/b901f37d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150329/b901f37d/attachment.sig>


More information about the Pd-list mailing list