Gil More wrote:
hi there,
i'd like to have log-files of complete pd sessions - ideally with a time stamp - so that i can kind of rerun the whole process of patch creation. i can get pd with the debugging option to output all actions, but i unfortunately do not know how to store (and timestamp) all that.
Pd doesn't support this directly, but maybe you could stick a proxy in between pd and pd-gui to capture/replay sessions.
Something like peerdata (formerly known as multipd) might work:
http://svn.umlaeute.mur.at/svnroot/zmoelnig/projects/peerdata/
(But I've just seen IOhannes' reply saying there will probably be problems even if you get logging working.)
Other than that, maybe use recordmydesktop to get a video file, not the same thing I know...
Claude
i'm on a win xp machine and tried some dos piping (>) but apparently it did not do the job. i also could not get cygwin to work for me. any smart solutions like sending to some other app or something?
thanks a bunch! Xstal