home changes contents help options

Currently the graphic/video extension GEM can only be used with one output window.

There is already a branch with an initial implementation of multiple output windows in Gem CVS, but there are many problems (see http://puredata.info/dev/gemwiki/MultipleWindows).

Because GEM runs currently in the same thread as Pd, it can lead to audio dropouts. Therefore, together with the implementation of multiple output windows, all GEM processing should be done in a seperate thread.

This project should include the following tasks: