Fellow Chuckists,<br><br>&quot;Delay&quot; definately has a floatingpoint denormalisation issue (well, either Delay or Envelope).<br><br>My feedbackloop went something like this;<br><br>soundsource =&gt; Delay del =&gt; dac;
<br>del =&gt; Envelope feedback =&gt; del:<br>.9 =&gt; feedback.gain;<br><br>In this form it has to loop for quite a while before the issue shows up in cpu usage and it will probably be most evident in situations where other Ugens are also using floatingpoint opperations. A smaller value then .9 for the gain should speed up the phenomenon.
<br><br>In my case my &quot;soundsource&quot; had filled the Delay with sound, then went quiet, after some time the CPU meter rose fairly sharply, because of the controll using HID that I had over the feedback envelope I could make the CPU usage go down again with one switch, meaning I&#39;m absolutely positive it was this loop that was to blame.
<br><br>This is on Windows, using the unnoficial ASIO build that <span class="postbody">Philippe</span><span class="name"> posted, delay time was around one second or so, neither of which should matter that much.<br><br>Kas.
<br></span>