<div dir="ltr"><div><div><div><div>What do you expect the patch to do, hang Pd?<br>For me it prints this in the Pd 0.46.7 console:<br>  packOSC: This packet is not a bundle, so you can't write another address<br>  packOSC: Problem writing address.<br>  packOSC: According to the type tag I didn't expect any more arguments.<br>  packOSC: usage error, write-msg failed.<br>  print: /trigger/osc/message now<br></div>It's possible to open a bundle (with a '[' message) and add multiple messages, but the OSC message is output only when the bundle is closed with the ']' message.<br></div><div>In your patch, if you put a [delay] after the bang outlet it will start an infinite loop at the delay interval. I'm not sure why the delay is necessary though, as [packOSC] should have finished processing the previous message by the time the next one arrives, even if it's a zero logical time delay.<br></div></div><br></div>Martin<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 5, 2015 at 7:54 AM, Roman Haefeli <span dir="ltr"><<a href="mailto:reduzent@gmail.com" target="_blank">reduzent@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all<br>
<br>
I noticed that [packOSC] does not support reentrancy (check attached<br>
patch).<br>
<br>
Many object classes _do_ support reentrancy. At the same time it seems<br>
common in other environments not to support reentrancy. I wonder if this<br>
is considered bug. If so, I'll file a bug report.<br>
<span class="HOEnZb"><font color="#888888"><br>
Roman<br>
</font></span><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" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>