delayed output response from jit.qt.grab - is this normal or a bug?

Breakeren's icon

When my jit.qt.grab object receives a "bang", it outputs not a "fresh" frame, but the one recorded when it received the earlier "bang". This means that, the output of my jit.qt.grab i always one entire frame-time delayed. This is even the case, when i set the metro to "bang" every 1000ms. It still sends out the previous frame. Is this normal? Has anyine got the same problem?

Ad.'s icon

It's normal.
You want to visualise something wich is grabbed at the same time…it's not possible !
You have to delayed the visualisation, not the grabber.

Max Patch
Copy patch and select New From Clipboard in Max.

Ad.

Breakeren's icon

Thank you for the repply.
Is it possible to make the jit.qt.grab output only when it is done grabbing?, and not wait untill it receives next bang?