On 2010-04-29 14:32, Pedro Lopes wrote:
On PD you can use the -verbose and - debug <level> options, for instance:
$ pd -verbose -d 2
"-d 1" means core->gui traffic "-d 2" means gui->core traffic
"-d 3" means both
but this doesn't give you time stamps. i experimented a bit with using tcpdump, but when replying, timing is usually horrible (haven't found time to dig deeper into this)
the problem with all this is, that Pd uses pointer2string conversion for naming windows, objects and whatelse on the gui side. these names will eventually change with every re-run, so you cannot really use whatever you log.
mfgasdr IOhannes