Hi GEMers,
I was wondering if it is possible to have a GEM object that is a Pd signal (tilde) object at the same time. I had a look at some sources and found that GEM objects are non-signal objects when created the normal way. Is there a way around that?
I would like to add GEM support to my realcast~ audio/video streaming external. Or maybe there is another way to get access to the video data that gets displayed by GEM?
Olaf
Hi Olaf,
On 12/5/03 8:37 PM, "Olaf Matthes" olaf.matthes@gmx.de wrote:
I was wondering if it is possible to have a GEM object that is a Pd signal (tilde) object at the same time. I had a look at some sources and found that GEM objects are non-signal objects when created the normal way. Is there a way around that?
Have a look at the source for the: pix_pix2sig amd pix_sig2pix objects http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pd-gem/Gem/src/Pixes/pix_sig2 pix.cpp
They are almost barebones GEM tilde objects.
I'll look forward to playing with the streaming features. Daniel