<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br class="Apple-interchange-newline">
&gt; so standard objects have right to left ordering of outlet processing, but<br>&gt; what about send and receive for messages? if multiple objects receive for<br>&gt; the same name, which one gets it first? is there a triggerlike object for<br>
&gt; messages, or should I send multiple messages each with a differentiated tag<br>&gt; like s bla1, s bla2, s s bla3 even when I send the same message?</span><div><span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br>
</span></div><div><span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">There is a way to sync data from multiple receives and it is to use the [buddy] object.  [buddy] waits until it has received data at each inlet and then outputs everything it received through the corresponding outlet in the standard right-to-left order.  It might not be a good solution in all cases since the receive objects need to be in the same patch window as the [buddy], but I have used it successfully for synchronizing receives within subpatches.  [buddy] is in pd-extended, but I do not believe it is in pd vanilla.</span></div>
<div><span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></div><div><span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Hope this helps,</span></div>
<div><span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></div><div><span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Michael</span></div>
</span>