Hi,I created an Quartz Composition that is fed from the outside with an array of images. For testing purposes I would like to have such an array even when running in Quartz Composer. I tried creating an Array in a Javascript patch, in different ways, but always end up with an structure of "null" elements.
I tried
outputs[0] = inputs;
and
images = new Array(5);
for (i=0;i<5;i++) {
images[i] = inputs[i];
}
outputs[0] = images;
Why is this not working? How can I create a structure of images?
All the best
Christoph
P.S.: I'm using Quartz Composer under Tiger since I get compatibilty
problems under Leopard.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]

