<br><br><div class="gmail_quote">On Thu, Aug 2, 2012 at 10:46 AM, David Robillard <span dir="ltr"><<a href="mailto:d@drobilla.net" target="_blank">d@drobilla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Is there a reason Jack can't do this for everything?  I am not really<br>
keen on putting a bunch of mysterious assembler crap in a host meant to<br>
be a relatively clean example, and it's even worse to make plugins have<br>
to do this...<br></blockquote><div><br>JACK doesn't get a chance to handle the output of a plugin until the host hands it over to JACK and the process cycle ends. Just have a reverb plugin outputting denormals and then have the host apply a gain value and boom .. JACK can't play a role in that signal flow. <br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
What is the scope of the state of the flush-to-zero flag?  Process?<br>
Thread?<br></blockquote><div><br>process, i believe. <br></div></div>