This is one that I have actually solved before -- like a year ago -- and I was happy with my final elegant solution.
(I had tried finding various solutions for a few weeks before one came to me in-a-flash...)
BUT, damn, I forgot how I did it and I cant find my magic file! :[
Goal: I have a JpegFolder thingy.... aiming at a folder with 10 images. and it is set to use an Index based on an "increase" parameter (so, it is spitting out image1... then image2... etc)
I want to fade from one image to the next.... and cycle back around when I get to the end.
So, image 1 fades to 2, 2 fades to 3..... , 9 fades to 10, 10 fades to 1....
I have tried a multimix getting input from two (essentially duplicate) JpegFolders [with the second one having an "offset" of 1]....
And I have tried playing around with the various timings (in the JpegFolders and the MultiMix).
But, no luck....
Anyone have any elegant ways?
Thanks!