Hello all,
This if my first post here (I am also a beginner with pd), so I hope my question won't be utterly silly. I am having problems with the GEM object [pix_write]. I would like to have a single JPEG file being overwritten over and over again at every second, thus I created the following code:
[bng]
|
[metro 1000]
|
[bang(
|
| _______[loadbang]
| / |
| [auto 0( |
| / |
| / [file C:\test 60(
| / /
[pix_write]
It works well, and I do get my test.jpg file saved on C:, but the problem is I am unable to get this file to be overwritten: in other words, I get a flood of JPEG files on my root, named test0000.jpg, test0001.jpg and so on.
Is there any way I can overwrite the same file with [pix_write]??
Thanks a lot!
Gilberto