Video Grid
Hi Stanrad
something like this? (toy with the scale and offset @ttrui,s
oops just realized i gave you the wrong patch
if possible, open this patch in max7 , cause if you're in max 6
you'll have to reset the [vec 0 0] object in the jit.gen that is under jit.noise.
reset is done by retyping one of the vec arguments.
Thanks Phiol! Its a good start. I'm running max 6. One issue I encountered was setting the erase_color argument to the jit.gl.render object causes video feedback. (For example if I want to change the background color to black instead of grey. ) I tried to put a "t b erase" object but it still didn't work.
Best,
Hi Stanrad
To have a black background, do as such
[jit.gl.render @erase_color 0. 0. 0. 1.]
[jit.gl.render @erase_color 0. 0. 0. 0.04]
:-)
phiol