<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1427492167904_2844" dir="ltr"><span id="yui_3_16_0_1_1427492167904_2932">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.</span></div><div id="yui_3_16_0_1_1427492167904_2844" dir="ltr"><span><br></span></div><div id="yui_3_16_0_1_1427492167904_2844" dir="ltr"><span id="yui_3_16_0_1_1427492167904_3183">Many thanks pd-list!</span></div><div id="yui_3_16_0_1_1427492167904_2844" dir="ltr"><span><br></span></div><div></div><div id="yui_3_16_0_1_1427492167904_2845"> </div><div class="signature" id="yui_3_16_0_1_1427492167904_2975">BenoĆ®t Fortier<br>581 995-5622</div></div></body></html>