<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PD in Python?]]></title><description><![CDATA[<p>Any tutorials on how to use PD in Python?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 08:48:18 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14584.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jan 2024 16:16:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PD in Python? on Mon, 29 Jan 2024 16:16:04 GMT]]></title><description><![CDATA[<p>Any tutorials on how to use PD in Python?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python</guid><dc:creator><![CDATA[MDobleZ]]></dc:creator><pubDate>Mon, 29 Jan 2024 16:16:04 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Mon, 29 Jan 2024 18:18:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/mdoblez">@MDobleZ</a> There have been externals made a long long time ago, that will still work with Pd extended but not with a recent vanilla.<br />
If you mean getting them talking to each other, then [netsend] and [netreceive] in Pd will talk to pdsend and pdreceive binaries called in python.<br />
You will find the binaries in your Pd/bin folder, and you need to copy them somewhere that Python will find them.<br />
You will find some help on this forum, but the site search doesn't work well..<br />
Try searching in Google or another search engine for &quot;pdpatchrepo python&quot;.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Mon, 29 Jan 2024 18:18:24 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Mon, 29 Jan 2024 18:33:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> said:</p>
<blockquote>
<p>&quot;pdpatchrepo python</p>
</blockquote>
<p>Thank you very much for your reply. I'll do that.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/3</guid><dc:creator><![CDATA[MDobleZ]]></dc:creator><pubDate>Mon, 29 Jan 2024 18:33:15 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Mon, 29 Jan 2024 19:20:56 GMT]]></title><description><![CDATA[<p>Maybe these links help? I have not tested, just have been reading about it:</p>
<p><a href="https://pdpy-org.github.io/doc/install_libpd.html" rel="nofollow">https://pdpy-org.github.io/doc/install_libpd.html</a></p>
<p><a href="https://github.com/libpd/libpd" rel="nofollow">https://github.com/libpd/libpd</a></p>
<p><a href="https://forum.pdpatchrepo.info/topic/14087/pd-and-python-py-pyext-external" rel="nofollow">https://forum.pdpatchrepo.info/topic/14087/pd-and-python-py-pyext-external</a></p>
<p><a href="https://forum.pdpatchrepo.info/topic/11732/commands-for-forum-search-engine" rel="nofollow">https://forum.pdpatchrepo.info/topic/11732/commands-for-forum-search-engine</a><br />
Many times (but not alwys) newer search results are more useful today than &gt;10 years ones. Because many things have changed in the meantime. PDextended still runs but is really outdated and not recommended.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/4</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Mon, 29 Jan 2024 19:20:56 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Mon, 29 Jan 2024 19:32:30 GMT]]></title><description><![CDATA[<p>Check py4pd too, it's available through deken. It's still beta, but it's new, so not outdated. <a href="https://github.com/charlesneimog/py4pd" rel="nofollow">https://github.com/charlesneimog/py4pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/5</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Mon, 29 Jan 2024 19:32:30 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Mon, 29 Jan 2024 21:43:05 GMT]]></title><description><![CDATA[<p>Do you look for pd patches generation throw python code or python code usage in a pd patch ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/6</guid><dc:creator><![CDATA[FFW]]></dc:creator><pubDate>Mon, 29 Jan 2024 21:43:05 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Mon, 29 Jan 2024 23:40:22 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ffw">@FFW</a> I want to incorporate the patch in a python code; like we do with Android.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/7</guid><dc:creator><![CDATA[MDobleZ]]></dc:creator><pubDate>Mon, 29 Jan 2024 23:40:22 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Tue, 30 Jan 2024 07:57:07 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/mdoblez">@MDobleZ</a> the above mentioned libpd has a python binding.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/8</guid><dc:creator><![CDATA[FFW]]></dc:creator><pubDate>Tue, 30 Jan 2024 07:57:07 GMT</pubDate></item><item><title><![CDATA[Reply to PD in Python? on Tue, 30 Jan 2024 15:06:45 GMT]]></title><description><![CDATA[<p>Thanks for all the replies. I'm gonna look into them.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14584/pd-in-python/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14584/pd-in-python/9</guid><dc:creator><![CDATA[MDobleZ]]></dc:creator><pubDate>Tue, 30 Jan 2024 15:06:45 GMT</pubDate></item></channel></rss>