[PD] Compiling pd svn on OSX 10.6

2009-11-19 Thread Robert Gründler
Hi all, i'm having problems compiling pd 0.42 on OSX 10.6 (Snow Leopard). At the first attempt, i got some errors with finding basic header files like stdlib.h. Turned out that the configure script contained a wrong -isysroot flag in this line: MORECFLAGS=-isysroot

[PD] Loading order of pd objects

2009-02-25 Thread Robert Gründler
Hi, could anyone with some internal knowledge of pd give me a hint in which order pd objects are created when loading a patch ? For example when i create a patch with 2 objects that are not connected in any way, in which order will they be created by pd when the patch is loaded ? Thanks!

Re: [PD] Loading order of pd objects

2009-02-25 Thread Robert Gründler
the problem i'm facing is the following: i'm trying to write an extension to pd which allows people to create custom gui objects that can communicate with the underlying pd patch. So far i've a prototype where i use Gtk+ for the gui, and the communication works fine so far. But that's where the