<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Thanks everybody, that’s what I was looking for! After I’ve done a little bit of clean up, I’ll share an abstraction which works pretty much like poly but which detects note off by receiving, in it’s right inlet, voice numbers that are no longer busy.  <div><br></div><div>One question out of curiosity IOhannes : I thought of your solution but it felt to me like there was something wrong with it because it uselessly sends data to many many voices. Is my feeling justified in any way, or should I just chill out?</div><div><br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><br>Benoit Fortier<br></div>

</div>
<br><div><div>Le 2015-03-28 à 03:40, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">On 03/28/2015 12:28 AM, William Brent wrote:<br><blockquote type="cite">Here's an example from my class (14-poly-routing.pd) for how to deal with<br>this. Hope it helps<br></blockquote><br><br>altenatively use a global receiver and prepend the synth ID in the<br>actual message.<br><br>e.g.<br><br>[3 note 64 127(<br>|<br>[s synthctl]<br><br><br><br>and your synth is instantiated as [synthabs 3]:<br>[r synthctl]<br>|<br>[route $1]<br>|<br>[route note]<br>|<br>[stripnote]<br>|<br>...<br><br>i often use [route $1 0] (and merge both), so i can address each node<br>individually (via it's id) and ALL (using the special ID "0")<br><br>fgmsrd<br>IOhannes<br><br>_______________________________________________<br><a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br></div></body></html>