<?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[Purr Data as frontend only]]></title><description><![CDATA[<p>Hi there:)</p>
<p>I am running <code>pd -nogui</code> on a Rapberry Pi. I copy new patches and start new processes via <code>ssh</code>, but it's getting somewhat tedious. I'm wondering if there is some way to connect the Purr Data GUI from my laptop to the <code>pd</code> instance on my Raspberry?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 06:44:32 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13288.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Feb 2021 13:48:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Purr Data as frontend only on Fri, 12 Feb 2021 13:48:47 GMT]]></title><description><![CDATA[<p>Hi there:)</p>
<p>I am running <code>pd -nogui</code> on a Rapberry Pi. I copy new patches and start new processes via <code>ssh</code>, but it's getting somewhat tedious. I'm wondering if there is some way to connect the Purr Data GUI from my laptop to the <code>pd</code> instance on my Raspberry?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only</guid><dc:creator><![CDATA[7e27]]></dc:creator><pubDate>Fri, 12 Feb 2021 13:48:47 GMT</pubDate></item><item><title><![CDATA[Reply to Purr Data as frontend only on Sat, 13 Feb 2021 15:20:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/7e27">@7e27</a> It is amazing what I can manage to forget....... that took a while..!</p>
<p>The easiest way to copy/paste the patches is to set up a network share for the Pi for your home network. In fact you can open the patch on your computer through the share, and save it back to the RPI without copying it..........<br />
I am using mostly Windows computers at home so I use Samba.  I am no Linux expert.... but these are my notes from when I set it up on a RPI....... (not a complete tutorial)</p>
<pre><code>sudo nano /etc/samba/smb.conf  (windows file sharing)
  for passwords add users:
sudo smbpasswd -a root (if you wish)
sudo smbpasswd -a pi
    and then check with:  pdbedit -L (needs sudo?)
sudo /etc/init.d/samba restart (re-start samba)
</code></pre>
<p>If you are running Mac's on the network the Linux Samba share can be made to work for them as well....... <a href="https://www.howtoforge.com/community/threads/mac-osx-client-and-linux-samba-share.77380/" rel="nofollow">https://www.howtoforge.com/community/threads/mac-osx-client-and-linux-samba-share.77380/</a></p>
<p>After you have saved your patch on the RPI you need control of Pd on the RPI to be able to open it.<br />
I have attached the files below....... and I hope [netsend] is the same for Purr Data.<br />
You will have to have the rpi_receiver.pd patch open already.<br />
Maybe start Pd on the Pi with a script at boot that always opens [rpi_receiver]</p>
<p>Here are more messages you can send to Pd on the RPI........ <a href="http://puredata.info/community/pdwiki/PdInternalMessages" rel="nofollow">http://puredata.info/community/pdwiki/PdInternalMessages</a><br />
Don't send [menuclose( directly to Pd as that will quit Pd.</p>
<p>The same could be done to send messages to tk/tcl (the Wish app) via [hcs/sys_gui]...... and to the Shell via [ggee/shell]</p>
<p>You can use another [netreceive] within your patch to control it from Purr Data once it is open.</p>
<p>NOW******** it gets more complicated because you are going to want to close the patch before opening the new copy..... and as menuclose will quit Pd you will lose control.<br />
But rpi_receiver.pd can do it ....... and menuclose can be made safe like this......<br />
<a href="/uploads/files/1613161132485-remote_command_safe.zip">remote_command_safe.zip</a><br />
David.</p>
<p><img src="/uploads/files/1613161278341-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 13 Feb 2021 15:20:28 GMT</pubDate></item><item><title><![CDATA[Reply to Purr Data as frontend only on Mon, 15 Feb 2021 14:56:38 GMT]]></title><description><![CDATA[<p>Yeah I know how you feel:) I was thinking something more in line of splitting <code>pd</code> in a gui only part (preferably using Purr Data) and an audio engine only part, and then connecting the two over an ssh tunnel. I think this should be possible using the <code>-guicmd</code> option, but I haven't found much documentation on how to do this, and it's not clear to me if it could work with Purr Data at all🤔</p>
<p>What you are suggesting however, will definitely improve on my workflow, so thanks a lot!!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/3</guid><dc:creator><![CDATA[7e27]]></dc:creator><pubDate>Mon, 15 Feb 2021 14:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Purr Data as frontend only on Mon, 15 Feb 2021 16:38:46 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/7e27">@7e27</a> Maybe <a href="https://lists.puredata.info/pipermail/pd-list/2007-08/052611.html" rel="nofollow">https://lists.puredata.info/pipermail/pd-list/2007-08/052611.html</a><br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Mon, 15 Feb 2021 16:38:46 GMT</pubDate></item><item><title><![CDATA[Reply to Purr Data as frontend only on Wed, 17 Feb 2021 22:18:06 GMT]]></title><description><![CDATA[<p>Thanks:)</p>
<p>I am able to get it to somewhat work with a command like:</p>
<pre><code class="lang-bash">pd -guicmd &quot;ssh -R 5400:localhost:5400 laptop pd-gui 5400&quot;
</code></pre>
<p>It's kinda clunky, and I'm still not sure if there is a Purr Data equivalent to the <code>pd-gui</code> command.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13288/purr-data-as-frontend-only/5</guid><dc:creator><![CDATA[7e27]]></dc:creator><pubDate>Wed, 17 Feb 2021 22:18:06 GMT</pubDate></item></channel></rss>