[PD-dev] Making a Video/Graphics friendly Pd.app for MacOS X

Frank Barknecht fbar at footils.org
Sun Jun 20 14:13:56 CEST 2004


Hallo,
0001 hat gesagt: // 0001 wrote:

> I find libraries are also very convenient because otherwise the number 
> of objects becomes unmageable.
> if you don't want to deal with .pdrc, you can make a startup script 
> like:
> 
> for i in `find $LIBS_DIR -name *.pd_darwin`
> do
>  export LIBS=$(basename $i .pd_darwin):$LIBS	
> done
> 
> and later
> 
> pd -lib $LIBS
> 
> this allows also to organize libraries in subfolders (also usefull for 
> objects and abstractions)

Nice idea, although a similar approach would be possible for external
directories. Still you didn't solve the nasty name clash problem. Some
libraries like Gem and IEM contain name clashes for a long time now...

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__




More information about the Pd-dev mailing list