[PD-dev] deken object list

Miller Puckette msp at ucsd.edu
Thu Jun 23 17:53:37 CEST 2016


Suggestion:  in m_class.c, uncomment this line:

#if 0
    post("class: %s", c->c_name->s_name);
#endif

Then load the libraries one by one - you'll be rewarded with a printout of
all created classes.  If you only want to see ones you can tye in a box
(supressing invisible helper objects), instead make it:

    if (typeflag == CLASS_PATCHABLE)
	post("class: %s", c->c_name->s_name);

cheers
Miller


On Thu, Jun 23, 2016 at 05:41:13PM +0200, Fred Jan Kraan wrote:
> Hi Marco,
> 
> >Dear all,
> >
> >in these days several guys complaint with me about the difficulty of
> >finding one particular external in the sea called Deken. The main
> >problem is that people have patches on Extended and the difficult task
> >is to switch on Vanilla + Deken.
> >
> >So, the most trivial solution that comes to my mind is to create a Latex
> >template where put for each library several infos like the name of the
> >library, the maintainer, the version, and the list of objs maybe with
> >same extra informations. My idea is to provide a general latex template
> >and people can help this project downloading the template and then start
> >to put all informations.
> >
> >However, the main point is: it si useful? I mean Floss[1] provides
> >something similar, and before to start this project I was just wondering
> >about its concrete helpfulness. Maybe something similar is present and
> >simply I don't know about it. In these case, it could be an idea to
> >upload it on Deken and when people just press "enter" or some typos
> >Deken can suggest to download this pdf.
> >
> >Finally, an object list can be useful to understand who is maintaining
> >what and what is actually not maintained.
> >
> >Probably it's only a boring idea. Let me know.
> 
> Yes, I think it would be useful. If it was web-based, it could even help
> deken suggest libraries with same or similar named objects. Libraries do not
> change very much these days, so even an one time effort will be useful for
> some years.
> 
> >
> >Best regards.
> >
> >[1]: http://en.flossmanuals.net/pure-data/ch072_introduction/
> 
> Greetings,
> 
> Fred Jan
> >
> >
> >_______________________________________________
> >Pd-dev mailing list
> >Pd-dev at lists.iem.at
> >https://lists.puredata.info/listinfo/pd-dev
> >
> 
> _______________________________________________
> Pd-dev mailing list
> Pd-dev at lists.iem.at
> https://lists.puredata.info/listinfo/pd-dev



More information about the Pd-dev mailing list