[PD] 3 new gui-plugins

Claude Heiland-Allen claude at goto10.org
Mon Apr 4 00:00:06 CEST 2011


On 03/04/11 22:38, Hans-Christoph Steiner wrote:
>traverse the whole search path to see the
> objects that could be loaded. Its doable.

I don't think so, consider for example:

EXTERN void orly_setup(void) {
   if (rand() % 666 == 42) {
     yarly_setup();
   } else {
     exit(7);
   }
}



More information about the Pd-list mailing list