Thanks, I got it now.
CHUN
--__--__--
Message: 14 Date: Mon, 12 Jul 2004 23:39:03 +0200 From: Frank Barknecht fbar@footils.org To: Pd_list pd-list@iem.at Subject: Re: [PD] Lost in CVS
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__