Hi,
While maintaining lots of patches, one thinks of automation. To understand the pd-patch better and exercise my Tcl-coding, I made a pd patch parser. Currently it only lists the objects with their number and a number for the (sub-)patch they are in.
The plan was to make a streaming pd-editor to remove objects, which fixes the connections too. For now, it just shows you an augumented view of the back side of your patch ;-).
It can also be found at: http://fjkraan.home.xs4all.nl/digaud/puredata/pdParse.tcl
Fred Jan