<?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[Pure Data with Python over Socket]]></title><description><![CDATA[<p>I knew that it is possible to connect Pure Data to Pure Data over Socket. And I think it should than be possible to connect Pure Data to Python and Python to Pure Data over Socket. But I realy not knew what is to do to make it for me possible. I dont knew the Structure of a Pure Data Massage, and I don't knew should Python be client or server.<br />
So all ideas Manuals und Tutorials welcome.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10253/pure-data-with-python-over-socket</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 21:59:37 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10253.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Aug 2016 17:37:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pure Data with Python over Socket on Mon, 01 Aug 2016 17:37:24 GMT]]></title><description><![CDATA[<p>I knew that it is possible to connect Pure Data to Pure Data over Socket. And I think it should than be possible to connect Pure Data to Python and Python to Pure Data over Socket. But I realy not knew what is to do to make it for me possible. I dont knew the Structure of a Pure Data Massage, and I don't knew should Python be client or server.<br />
So all ideas Manuals und Tutorials welcome.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10253/pure-data-with-python-over-socket</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10253/pure-data-with-python-over-socket</guid><dc:creator><![CDATA[Mungo1981]]></dc:creator><pubDate>Mon, 01 Aug 2016 17:37:24 GMT</pubDate></item><item><title><![CDATA[Reply to Pure Data with Python over Socket on Mon, 01 Aug 2016 19:55:09 GMT]]></title><description><![CDATA[<p>It depends on what you want to do. If you import the sys Python module, then you can send data to Pd via pdsend, and probably receive data from Python with pdreceive..</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10253/pure-data-with-python-over-socket/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10253/pure-data-with-python-over-socket/2</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Mon, 01 Aug 2016 19:55:09 GMT</pubDate></item><item><title><![CDATA[Reply to Pure Data with Python over Socket on Wed, 03 Aug 2016 09:23:25 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/mungo1981">@Mungo1981</a> Hello again Mungo....<br />
Pure data has a very simple message structure....... a list..... which can be a real list of data (named by its first item) with items separated by &quot;whitespace&quot;, or an &quot;un-named&quot; list of one atom, which can be a float or a symbol.<br />
Read chapter 2.3.1 (at least) here &gt;&gt; <a href="http://puredata.info/docs/manuals/pd/x2.htm" rel="nofollow">http://puredata.info/docs/manuals/pd/x2.htm</a></p>
<p>This link might get you started on the Python side of things <a href="http://stackoverflow.com/questions/35804764/sending-multiple-values-via-sockets-with-python-to-pure-data" rel="nofollow">http://stackoverflow.com/questions/35804764/sending-multiple-values-via-sockets-with-python-to-pure-data</a></p>
<p>That should help you send something to Pure Data over a socket........ and you should be able to receive the data using [netreceive] as discussed previously........<br />
It also explains how to put the correct &quot;white-space&quot; delimiters in the list that Python needs to send........<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10253/pure-data-with-python-over-socket/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10253/pure-data-with-python-over-socket/3</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Wed, 03 Aug 2016 09:23:25 GMT</pubDate></item></channel></rss>