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
Hi Fred,
On 17/12/14 03:30, Fred Jan Kraan wrote:
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.
Great! This might also be relevant/helpful:
[PD] Parsing Pd patches in Javascript, Python, Java http://lists.puredata.info/pipermail/pd-list/2010-11/084711.html
Cheers,
Chris.