Hello I wrote a simple Python script to analyze a csound orc or csd for include files and create a map of the include structure. I've used a tag to mark text inside the csound file as a docstring to be extracted. The script outputs a collapsible list of the include files, with sublists for nested includes. This script has proven helpful for me when organizing large csound projects with a lot of includes. I hope someone else might find it useful too. Suggestions on improvements on the docstring format, other useful tags, and on the html layout (well, comments on anything actually) are most welcome. I've put it at: http://oeyvind.teks.no/results/applications/csdoc.htm best Oeyvind