Hello everybody
I have written a program for linux, that anybody who is interested in the PD code base might find
useful .. basically a 'C' function tracer. PD vanilla has more than 800 functions alone! It's often
difficult to comprehend as functions are often called indirectly for several reasons. It has a gui that's
written in tcl/tk as is PD, and the tracing does not need any special kernel mods (uses ptrace system call)
Start up (as in the README), and one can put objects, turn on DSP, click 'bangs' etc. and then stop the tracing and see what's been going on