Hi all,
I would want the following: Whenever I press Ctrl-S to save a patch in Puredata, I'd want the timestamp of that action to be written in a message box; then, I could do a:
[loadbang]
|
[Fri Nov 9 11:39:07 CET 2018(
|
[print]
... and have the timestamp of the last save, be output whenever I start a patch.
So, is there a way to detect a save within Puredata?