<div dir="ltr">originally frameaccum~ can perform a "phase wrap" just like phasewrap~ does with an argument that is non zero, this is missing in the Pd version, so you need to use both frameaccum~ and phasewrap~, which is also less efficient than a single object.<br><br>From Max's documentation<div><br></div><div><h2 class="" style="font-family:Lato,sans-serif;font-weight:300;line-height:1.1;color:rgb(51,51,51);font-size:20px;padding:6px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(247,247,247)">Arguments</h2><div class="" style="margin-bottom:20px;padding:0px 15px;color:rgb(51,51,51);font-family:Lato,sans-serif;font-size:13px;line-height:18.5714302062988px"><h3 class="" name="phasewrap-flag (0 or nonzero)" style="font-weight:400;line-height:1.1;font-size:14px;padding:6px;background-color:rgb(247,247,247)">phasewrap-flag (0 or nonzero)<span class="" style="margin:10px 0px"> [int]</span></h3><div class="" style="margin-top:10px;text-transform:uppercase;font-style:italic">OPTIONAL</div><p class="" style="margin:10px 0px">A non-zero integer argument will cause the accumulated values to be wrapped between -π and π. This optional feature is to reduce roundoff error when using <a class="" style="color:rgb(113,144,165);background-color:transparent">frameaccum~</a> to accumulate phase values. When the argument is set to one. <a class="" style="color:rgb(113,144,165);background-color:transparent">frameaccum~</a> object performs a phase warping (like the <a href="../../docs/refpages/msp-ref/../msp-ref/phasewrap~.maxref.xml" style="color:rgb(113,144,165);text-decoration:none;background-color:transparent">phasewrap~</a>object). It is more efficient to use the non-zero argument than to use a combination of <a class="" style="color:rgb(113,144,165);background-color:transparent">frameaccum~</a> and<a href="../../docs/refpages/msp-ref/../msp-ref/phasewrap~.maxref.xml" style="color:rgb(113,144,165);text-decoration:none;background-color:transparent">phasewrap~</a> objects.</p></div></div></div>