freeframe clones BUGS and new ones

pixelorchestra's picture

Hi, I'm trying to port to QC some freeframe effects that i'm using on PC with resolume. The first one is "wave" and with freeframe host works except a bad bug. It's blue! I tested the other freeframe with no problem. Only the filters that are using a kind of videobuffer have this problem.

(preview on http://freeframe.sourceforge.net/gallery.html "peteWave")

The second one i'm trying to do from a scratch because it wasn't ported to macosx.Some one more expert than me can check it if i'm going in the right way? I mean in terms of performance i don't know if I'm using the video queue inside the iterator in the right way. This plugin is in alpha version so any help is very wellcome!!!

(preview on http://freeframe.sourceforge.net/gallery.html "delaystrips")

Thanks, Bruno.

PreviewAttachmentSize
FF delay strip.qtz10.89 KB
FF wave.qtz4.4 KB

franz's picture
Re: freeframe clones BUGS and new ones

ideally you should place the queue patch OUTSIDE the iterator, or-else it will be .... iterated (copied multiple times)

pixelorchestra's picture
Re: freeframe clones BUGS and new ones

thank you for the suggestion.... but how have multiple delays for each stripe outside the iterator?

franz's picture
Re: freeframe clones BUGS and new ones

Multiple delays means (to me) specific positions within the queue. meanwhile, here's a modded version without the render in image, and the queue patch outside the iterator. Slight performance increase, however, probably due to the iterator. It should be faster with KnM GL tools / Quad structure, provided you fiddle the quads'UVs with a javascript.

PreviewAttachmentSize
FF_delay_strip SIMPLE.qtz7.48 KB

pixelorchestra's picture
Re: freeframe clones BUGS and new ones

Quote:
It should be faster with KnM GL tools / Quad structure, provided you fiddle the quads'UVs with a javascript.

I belive you... but i'm quite far from the point to use GL tools...8)

Meanwile thanks for your help!!! Very, very clever solution....

now the goal for me is to fix the stripe alignment and have the possibility to switch between horizontal and vertical direction....