Hi! Here is my question: is it possible to export a video with an alpha channel? How can I generate this?
Thanks! Cecilia. --- [EMAIL PROTECTED] escribió: > Send Quartzcomposer-dev mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, > visit > > http://lists.apple.com/mailman/listinfo/quartzcomposer-dev > or, via email, send a message with subject or body > 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it > is more specific > than "Re: Contents of Quartzcomposer-dev digest..." > > > Today's Topics: > > 1. Re: Is it possible to build a queue in > composer? (Jack Hayward) > 2. RE: Is it possible to build a queue in > composer? > ([EMAIL PROTECTED]) > 3. Re: Depth Testing broken? (Adrian Ward) > 4. Re: Depth Testing broken? (Pierre-Olivier > Latour) > 5. Re: leaking memory? (Pierre-Olivier Latour) > 6. Re: Depth Testing broken? (chris plant) > 7. Re: Depth Testing broken? (Roger Bolton) > 8. Re: Is it possible to build a queue in > composer? (Jack Hayward) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 14 Nov 2007 01:13:28 -0800 > From: Jack Hayward <[EMAIL PROTECTED]> > Subject: Re: Is it possible to build a queue in > composer? > To: Alessandro Sabatelli <[EMAIL PROTECTED]> > Cc: "[email protected]" > <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; > delsp=yes; format=flowed > > I can't seem to locate the JS on composer > documentation - anyone > have a pointer? > > I found a few things on the web for JS in general, > but none of them > talk about push and pop. > > J > > > On Nov 13, 2007, at Nov 13, 2007 | 2:04 PM, > Alessandro Sabatelli > wrote: > > > You can do this in JS onTiger. Use push and pop > methods on your > > array to create the queue. > > .xX > > > > On Nov 12, 2007, at 12:46 PM, Jack Hayward > > <[EMAIL PROTECTED]> wrote: > > > >> I would like to build a queue containing the last > "n" MIDID notes > >> that have come in. > >> > >> Any ideas on how to do this? > >> > >> Thanks > >> Jack > >> > >> _______________________________________________ > >> Do not post admin requests to the list. They will > be ignored. > >> Quartzcomposer-dev mailing list > (Quartzcomposer- > >> [EMAIL PROTECTED]) > >> Help/Unsubscribe/Update your Subscription: > >> > http://lists.apple.com/mailman/options/quartzcomposer-dev/ > > >> asabatelli%40apple.com > >> > >> This email sent to [EMAIL PROTECTED] > > > > ------------------------------ > > Message: 2 > Date: Wed, 14 Nov 2007 10:22:21 +0100 > From: <[EMAIL PROTECTED]> > Subject: RE: Is it possible to build a queue in > composer? > To: <[email protected]>, "'Jack > Hayward'" > <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > You don't need any push/pop. > > Just keep an array the size of the queue and rotate > the write index by > incrementing it like this: > > i = (i + 1) % myArray.length; > > > Ambroise > > -----Message d'origine----- > De : > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > De > la part de Jack Hayward > Envoyé : mercredi 14 novembre 2007 10:13 > À : Alessandro Sabatelli > Cc : [email protected] > Objet : Re: Is it possible to build a queue in > composer? > > I can't seem to locate the JS on composer > documentation - anyone > have a pointer? > > I found a few things on the web for JS in general, > but none of them > talk about push and pop. > > J > > > On Nov 13, 2007, at Nov 13, 2007 | 2:04 PM, > Alessandro Sabatelli > wrote: > > > You can do this in JS onTiger. Use push and pop > methods on your > > array to create the queue. > > .xX > > > > On Nov 12, 2007, at 12:46 PM, Jack Hayward > > <[EMAIL PROTECTED]> wrote: > > > >> I would like to build a queue containing the last > "n" MIDID notes > >> that have come in. > >> > >> Any ideas on how to do this? > >> > >> Thanks > >> Jack > >> > >> _______________________________________________ > >> Do not post admin requests to the list. They will > be ignored. > >> Quartzcomposer-dev mailing list > (Quartzcomposer- > >> [EMAIL PROTECTED]) > >> Help/Unsubscribe/Update your Subscription: > >> > http://lists.apple.com/mailman/options/quartzcomposer-dev/ > > >> asabatelli%40apple.com > >> > >> This email sent to [EMAIL PROTECTED] > > _______________________________________________ > 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/ambroise%40cellulo > .info > > This email sent to [EMAIL PROTECTED] > > > > ------------------------------ > > Message: 3 > Date: Wed, 14 Nov 2007 11:28:02 +0000 > From: Adrian Ward <[EMAIL PROTECTED]> > Subject: Re: Depth Testing broken? > To: [email protected] > === message truncated === Los referentes más importantes en compra/ venta de autos se juntaron: Demotores y Yahoo! Ahora comprar o vender tu auto es más fácil. Vistá ar.autos.yahoo.com/ _______________________________________________ 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]

