Great!
This means that getting my gtk+ gui going is as simple as:
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
--