[PD] Lost in CVS

Frank Barknecht fbar at footils.org
Mon Jul 12 23:39:03 CEST 2004


Hallo,
chun lee hat gesagt: // chun lee wrote:

> I have just been browsing the PD CVS and got a little confused and lost. I
> was looking for source .c files of objects that I often use such as random,
> metro and tabread~ but I can't seem to locate them. I have got as far as
> 
> [cvs] / pure-data / externals / build / src

That's right, but most of the builtin objects aren't in their own
files, but collected together in several file. If you have grep, you
can easily find them by doing a: 
(cd src) 

(src)-$ grep random_setup *.c
x_misc.c:static void random_setup(void)
x_misc.c:    random_setup();

(src)-$ grep tabread_setup *.c
d_array.c:static void tabread_setup(void)
d_array.c:    tabread_setup();

and so on.

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__




More information about the Pd-list mailing list