On Sun, Nov 14, 2010 at 12:00 PM, Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br></div>
Why does it do that in the application instead of inside some daemon ? I mean, what if you run 3 sound apps at once, does it does the same transformation on three signals (or pairs of signals) before mixing them ?<br></blockquote>
<div><br>Since I don&#39;t work at Apple I don&#39;t have the definitive answer to that.<br><br>In a standard Shark trace time spent in drivers is charged to the userland app that initiates the calls.  The DSP could very well be doing those transforms only once, but if Pd is the only app accessing the driver, the functions would only be in the Pd trace.  The GPU driver work from the GL calls in GEM show up under Pd&#39;s process too.<br>
<br>Fire up ITunes and see what happens to audio in the driver.<br></div></div>