frontends was Re: building a mouse trap

Alessandro Fogar sfogar at libero.it
Wed Oct 4 23:31:02 CEST 2000


Hi Karl,

I tried to use the gtk_gui but, on my system when I try to start pd, the
following message appears after the sounddevice opening:

Function not in object 0x80870e0 hash table >pdtk_watchdog<
recv: Connection reset by peer (104)

If I don't start pd with -rt I obtain:

pd: exiting

After the sounddevice opening.

Can you help me please ?

Cheers

Alessandro Fogar


Karl MacMillan wrote:

> Great!
>
> This means that getting my gtk+ gui going is as simple as:
>
> 1) download the source from http://www.peabody.jhu.edu/~karlmac/download/
> 2) tar zxvf pd-gui.tar.gz somewhere convenient.
> 3) cd to pd-gui and run ./autogen.sh (this will make and run the configure
>     script).
> 4) make (don't make install - just make).
>
> After this if all went well you will have a binary in pd-gui/src called
> pd_gui.  You can either make a symlink in the pd/bin directory to this
> binary called pd-gui or use the new -guicmd option.  The symlink version
> is done with:
>
> cd /path/to/pd/bin
> mv pd-gui pd-gui-tk
> ln -s /path/to/pd-gui/src/pd_gui pd-gui
>
> Have fun,
>
> Karl
>
> On Mon, 2 Oct 2000, Miller Puckette wrote:
>
> > ... yes; I've made it easier still (I hope) with the "-guicmd" option.
> >
> > I'll have to get on a Macintosh to see how variable sends and receives are
> > done there (I agree it's time to put them in!)...
> >
> > cheers
> > Miller
> >
> > >
> > > Using the gui and pd on separate machines should be fairly easy - all of
> > > the communication between the two is via standard tcp sockets.
> > >
> > > Karl
> > >
> > > --
> > >
> >
>
> --
> _____________________________________________________
> | Karl W. MacMillan                                 |
> | Computer Music Department                         |
> | Peabody Institute of the Johns Hopkins University |
> | karlmac at peabody.jhu.edu                           |
> | www.peabody.jhu.edu/~karlmac                      |
> -----------------------------------------------------





More information about the Pd-list mailing list