Recording from jit.world
Hi there,
I'm building a patch and have been using the jit.qt.record object in recording my initial matrix and jit.pwindow. However, i want to record the visuals occuring on my jit.world object.
Can i still implement jit.qt.record for this? I can't figure it out. I have downloaded jit.gl.syphon in order to try it that way as read i can patch it into the jit.texture but i still amen't getting anywhere.
Any advice anyone could give me would be much appreciated. I've attached my patch.
Thanks :)
jit.world @output_matrix 1, then connect the leftmost output from jit.world to jit.record. that's one approach.