-
7e27
posted in technical issues • read moreThanks:)
I am able to get it to somewhat work with a command like:
pd -guicmd "ssh -R 5400:localhost:5400 laptop pd-gui 5400"It's kinda clunky, and I'm still not sure if there is a Purr Data equivalent to the
pd-guicommand. -
7e27
posted in technical issues • read moreYeah I know how you feel:) I was thinking something more in line of splitting
pdin 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-guicmdoption, 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🤔What you are suggesting however, will definitely improve on my workflow, so thanks a lot!!
-
7e27
posted in technical issues • read moreHi there:)
I am running
pd -noguion a Rapberry Pi. I copy new patches and start new processes viassh, but it's getting somewhat tedious. I'm wondering if there is some way to connect the Purr Data GUI from my laptop to thepdinstance on my Raspberry?