I am looking for equivalents for [spigot] for GEM. Or maybe there is a better way to do what I want to do. I want to capture images from [pix_video] and store them in sequence, then trigger the playback of these frames with a proximity sensor through the serial port.
.hc
zen
\
\
\[D[D[D[D
Hans-Christoph Steiner wrote:
I am looking for equivalents for [spigot] for GEM. Or maybe there is a
no equivalents, just use [spigot]. what's wrong with it ?
better way to do what I want to do. I want to capture images from [pix_video] and store them in sequence, then trigger the playback of these frames with a proximity sensor through the serial port.
[pix_depot], [pix_get], [pix_put] i think there is an example-patch somewhere in 04.pix/
mfg.asd.r IOhannes
On Mon, 28 Apr 2003, IOhannes zmoelnig wrote:
Hans-Christoph Steiner wrote:
I am looking for equivalents for [spigot] for GEM. Or maybe there is a
no equivalents, just use [spigot]. what's wrong with it ?
I thought that since the data going between the GEM objects was neither audio nor pd control data, but rather gemlist data, that a [spigot] wouldn't work. I am new to GEM, so I don't have a firm grasp on the gemlist data yet.
better way to do what I want to do. I want to capture images from [pix_video] and store them in sequence, then trigger the playback of these frames with a proximity sensor through the serial port.
[pix_depot], [pix_get], [pix_put] i think there is an example-patch somewhere in 04.pix/
Thanks, I'll try that.
.hc
zen
\
\
\[D[D[D[D
Zitiere Hans-Christoph Steiner hans@eds.org:
I thought that since the data going between the GEM objects was neither audio nor pd control data, but rather gemlist data, that a [spigot] wouldn't work. I am new to GEM, so I don't have a firm grasp on the gemlist data yet.
well: in former times this was true. nowadays, the gemlist is based on pd.messages (although you will not be able to use it without anything but gem-objects)
mfg.asd.r IOhannes