The puredata help text includes a mention of "connecting to a GUI over a port":
-guiport <n> -- connect to pre-existing GUI over port <n>
Does this mean it's possible to run a server-client setup (like supercollider)? I'm interested because I'm running some audio out on a Raspberry Pi and needing to troubleshoot the patch, but running the GUI over ssh -X
is too much for the poor little box and interrupts the audio processing (especially since, IIRC, the GUI is also running on the audio thread in pd). I'd like to be able to debug the patch running headless on the pi with the GUI running on my ssh client machine.
Is it possible? Have you done it? Do resources exist somewhere?