I am having a very basic problem with GEM in pd (probably because I have started yesterday...).
I have a patch which manipulates input from my webcam and displays it as several (sixteen, to be exact) squares. I have separated the sqaure display into an abstraction, as it will be later substituted with DMX communication.
To the abstraction I send the square number (from which the position of the square is calculated in the abstraction) and the RGB numbers. I call the abstration from a for++ loop...
Everything works fine, the squares appear in correct places and with correct colors. However, the problem is, that each of them disappears when the next one is drawn!
How to correct that?