<div dir="ltr">Dear list,<div><br></div><div>@Miller: thank you for your suggestion. However I used all my (very limited) bash knowledge and I wrote a simple script that searches the name in the gensym function after the class_new declaration. Using then find I look on all src folder.</div><div><br></div><div>@Fred: thank you for your words. If my bash knowledge is limited, my web knowledge is almost zero. However, if it will be possible to open a page on <a href="http://puredata.info">puredata.info</a> and upload the list sorted (by library?) I will do it. But I don't know how to create a page on <a href="http://puredata.info">puredata.info</a> or similar.</div><div><br></div><div>In attachment, the script (just chmod +x objlist.sh ) and the zexy object list obtained in this way:</div><div>find ./zexy/src -name '*.c' -exec ./objlist.sh {} \; > zexy.txt</div><div><br></div><div>A final note: I am on OS X, so no GNU sed. I downloaded the GNU sed from MacPorts (gsed). In the script we have to change gsed with sed.</div><div><br></div><div>Best regards,</div><div><br></div><div>Marco</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-23 17:53 GMT+02:00 Miller Puckette <span dir="ltr"><<a href="mailto:msp@ucsd.edu" target="_blank">msp@ucsd.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Suggestion:  in m_class.c, uncomment this line:<br>
<br>
#if 0<br>
    post("class: %s", c->c_name->s_name);<br>
#endif<br>
<br>
Then load the libraries one by one - you'll be rewarded with a printout of<br>
all created classes.  If you only want to see ones you can tye in a box<br>
(supressing invisible helper objects), instead make it:<br>
<br>
    if (typeflag == CLASS_PATCHABLE)<br>
        post("class: %s", c->c_name->s_name);<br>
<br>
cheers<br>
<span class="HOEnZb"><font color="#888888">Miller<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, Jun 23, 2016 at 05:41:13PM +0200, Fred Jan Kraan wrote:<br>
> Hi Marco,<br>
><br>
> >Dear all,<br>
> ><br>
> >in these days several guys complaint with me about the difficulty of<br>
> >finding one particular external in the sea called Deken. The main<br>
> >problem is that people have patches on Extended and the difficult task<br>
> >is to switch on Vanilla + Deken.<br>
> ><br>
> >So, the most trivial solution that comes to my mind is to create a Latex<br>
> >template where put for each library several infos like the name of the<br>
> >library, the maintainer, the version, and the list of objs maybe with<br>
> >same extra informations. My idea is to provide a general latex template<br>
> >and people can help this project downloading the template and then start<br>
> >to put all informations.<br>
> ><br>
> >However, the main point is: it si useful? I mean Floss[1] provides<br>
> >something similar, and before to start this project I was just wondering<br>
> >about its concrete helpfulness. Maybe something similar is present and<br>
> >simply I don't know about it. In these case, it could be an idea to<br>
> >upload it on Deken and when people just press "enter" or some typos<br>
> >Deken can suggest to download this pdf.<br>
> ><br>
> >Finally, an object list can be useful to understand who is maintaining<br>
> >what and what is actually not maintained.<br>
> ><br>
> >Probably it's only a boring idea. Let me know.<br>
><br>
> Yes, I think it would be useful. If it was web-based, it could even help<br>
> deken suggest libraries with same or similar named objects. Libraries do not<br>
> change very much these days, so even an one time effort will be useful for<br>
> some years.<br>
><br>
> ><br>
> >Best regards.<br>
> ><br>
> >[1]: <a href="http://en.flossmanuals.net/pure-data/ch072_introduction/" rel="noreferrer" target="_blank">http://en.flossmanuals.net/pure-data/ch072_introduction/</a><br>
><br>
> Greetings,<br>
><br>
> Fred Jan<br>
> ><br>
> ><br>
> >_______________________________________________<br>
> >Pd-dev mailing list<br>
> ><a href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a><br>
> ><a href="https://lists.puredata.info/listinfo/pd-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-dev</a><br>
> ><br>
><br>
> _______________________________________________<br>
> Pd-dev mailing list<br>
> <a href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a><br>
> <a href="https://lists.puredata.info/listinfo/pd-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-dev</a><br>
</div></div></blockquote></div><br></div>