hi,
I would like to visualize some datas with curves thanks to buffer.
Is this possible to write the curve as soon as the index is written ?
I can’t make anything else than replace former buffer data.
here’s what I have:
https://vvvv.org/sites/default/files/imagecache/large/images/have.jpg
And here’s what I want:
https://vvvv.org/sites/default/files/imagecache/large/images/except.jpg
see the patch attached.
thanks
buffer forums.v4p (15.0 kB)
you could just move a black quad over the part you don’t want to see…?
buffer forums2.v4p (16.4 kB)
thanks ton film.
it could be yes :-)
but there’s a little glitch at the moving quad border…
is it possible to improve this ?
tonfilm
January 17, 2014, 11:41pm
4
please take some time to understand what i added to the patch and how it works. its really not complicated and you only have to adjust the value of one pin a tiny bit.
sunep
January 17, 2014, 11:44pm
5
Or you can use Current frame of the Ringbuffer to get just the values before the current frame.
buffer forums 3.v4p (16.4 kB)
pauline
January 17, 2014, 11:51pm
6
really really nice ! thanks @tonfilm and sunep !!!