thanks,this works for me.
Giulio

 
      From: Miller Puckette <m...@ucsd.edu>
 To: Giulio Moro <giuliom...@yahoo.it> 
Cc: Pd list <pd-list@lists.iem.at>
 Sent: Sunday, 4 September 2016, 16:21
 Subject: Re: [PD] Once again, -guiport -nogui
   
I think this was once possible to do but apparently it isn't possible
any longer.  On the other hand, if you'e trying to connect a pd process
on one computer with a GUI process on another one, that should be doable
using something like 
pd -guicmd "ssh machine-name wish /home/msp/pd/tcl//pd-gui.tcl 5400"

To get this to work you'll need a connection to an ssh agent with permission
to login to the other machine (which should work as long as you can type
"ssh machine-name" on a shell and not have to type the password).  And the
machine you're connecting to mustn't firewall off port 5400, tcp protocol.

One remaining stupid problem: if you hit "open" or "save as" the dialog will
be run from the GUI machine so you'll see all the wrong files on offer unless
you've carefully mirrored the filesystem someho.

cheers
Miller


On Sun, Sep 04, 2016 at 01:01:38PM +0000, Giulio Moro via Pd-list wrote:
> I am re-upping this as I did not get any response.
>  
>      From: Giulio Moro <giuliom...@yahoo.it>
>  To: Pd list <pd-list@lists.iem.at> 
>  Sent: Monday, 22 August 2016, 12:33
>  Subject: Once again, -guiport -nogui
>    
> Hi,I dug as much as I could into past posts on this topic, like these 
> https://lists.puredata.info/pipermail/pd-list/2007-08/052611.html
> and this https://lists.puredata.info/pipermail/pd-list/2008-05/061978.html
> but I yet have to find the answer to:
> How do Ia) start the GUI with no DSP ?b) start the DSP with no GUI ?c) have 
> the two communicate together nicely?
> So far I have only managed (on Mac OS X) to - start the regular Pd- start a 
> process with -guiport 5400 which connects to the existing GUI- kill the DSP 
> process that came with the GUI, the GUI still runs- at this point, patching 
> in the GUI is very slow and blocks are very small and the text is outside the 
> box- if I try to create [dac~] or [adc~] I get a "couldn't create"
> There must be a better (and working) way of doing this.Once I get it to work 
> on one computer, I believe it should just work when using two computers, 
> right?
> Thanks,Giulio
> 
>    
>  

> _______________________________________________
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list



   
 
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to