Hello,<div><br></div><div>As said in the title, i submit you a small patch to mrpeach&#39;s osc code, to replace calls to getbytes by alloca calls in part of the code that might get called in the soundcard callback.</div><div>
<br></div><div>The considered memory sizes are quites small and then won&#39;t smash the stack. This removes the need for memory deallocation and reduces the page fault risk as well as the memory allocation time.</div><div>
<br></div><div>This is kind of a naive patch, since i don&#39;t fully know yet the pd codebase.</div><div><br></div><div>Any comment would be appreciated.</div><div><br></div><div>Regards,</div><div>Lta.</div>