-
7e27
Thanks:)
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-gui
command. -
7e27
Yeah I know how you feel:) I was thinking something more in line of splitting
pd
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-guicmd
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🤔What you are suggesting however, will definitely improve on my workflow, so thanks a lot!!
-
7e27
Hi there:)
I am running
pd -nogui
on 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 thepd
instance on my Raspberry?