<br><br><div class="gmail_quote">2010/11/30 Xavier Miller <span dir="ltr">&lt;<a href="mailto:xavier.miller@cauwe.org">xavier.miller@cauwe.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello, greetings from Belgium,<br>
<br>
I am starting with Pd and have some questions:<br>
- does Pd support multi-threading? If not, is it possible to launch many Pd instances and sync them?<br></blockquote><div><br></div><div>take a look at the [pd~] object </div><div>or you can simply run multiple pd instances and send messages between them...</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
- can Pd dynamically change its patches without stopping the engine? Can Pd unload some objects, open other patches, connect them?<br></blockquote><div><br></div><div>Yes, though you have to take care a bit. If you load huge files or create or delete many tilde objects, the dsp engine may be interrupted.</div>

<div>look at &quot;dynamic patching&quot;, or &#39;pd-msg&#39; stuff</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">- can Pd run without GUI, even without X support?<br>

</blockquote><div><br></div><div>yes, do &quot;pd -nogui&quot;, don&#39;t know if you have to have X running though, I suppose not?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


- can Pd be embedded in an application, and controlled programmatically? (if not, I can use OSC)<br>
<br></blockquote><div><br></div><div>We are using pd as a soundengine for a game development project. ( <a href="http://cityinabottle.org">cityinabottle.org</a> ) </div><div>The main program is python and pd is running in the background (-nogui) with OSC communication.</div>

<div><br></div><div>gr,</div><div>Tim</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Kind regards,<br>
Xavier Miller.<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">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>