&gt; <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)"> pd and pd-gui are two </span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">separate processes and they run</span><div>
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">&gt; on separate cores, if there is more than </span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">one.</span><br>
<br>That makes me wonder now hoe the [pd~] separates the processes between 2 cores then. I really thought PD was a single core processor that you could only split with [pd~].</div><div><br></div><div>cheers<br><br><div class="gmail_quote">
2013/2/1 Roman Haefeli <span dir="ltr">&lt;<a href="mailto:reduzent@gmail.com" target="_blank">reduzent@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fre, 2013-02-01 at 04:14 -0200, Alexandre Torres Porres wrote:<br>
&gt; by the way, since I&#39;ve been abusing so much of the GUI to build me<br>
&gt; fancy interfaces, I can see how easily it can choke on its update and<br>
&gt; flood the CPU.<br>
&gt;<br>
&gt;<br>
&gt; Now, could an external video card help on that? What is the issue?<br>
<br>
</div>Since the GUI process (called pd-gui) is computed on the CPU, a<br>
dedicated video card wouldn&#39;t help.<br>
<div class="im"><br>
&gt; I&#39;m using a macbook air and I see that the video processor is built-in<br>
&gt; the CPU or something like that, hence no proper videocard. I figure<br>
&gt; the RPI has gotta be something like that.<br>
&gt;<br>
&gt;<br>
&gt; So, does it mean a macbook pro or other laptop / computer with some<br>
&gt; badass video processor or card can run the patches better even with<br>
&gt; same clock?<br>
<br>
</div>No, as nothing of current Pd can be hardware accelerated. A fast GPU<br>
would only provide a benefit for Gem. However, pd and pd-gui are two<br>
separate processes and they run on separate cores, if there is more than<br>
one. Most laptops (netbooks not included) have at least two cores<br>
already. This means on many laptops, pd-gui does not eat away CPU power<br>
from the pd process.<br>
<br>
Beware that there is also another bottleneck: the communication between<br>
pd and pd-gui. A possible cause for audio-dropouts is the saturation of<br>
the TCP link between the two as it might be triggered by frequent array<br>
updates or similar. If you experience troubles, try to make pd and<br>
pd-gui talk less to each other (for instance, by reducing the update<br>
rates for your GUIs).<br>
<br>
Roman<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br></div>