jit.mo.time not running without render context?

Florian Schuster's icon

Hello there,

for some reason my jit.mo.time and jit.time objects stopped putting out numbers.
I use jit.mo.time for a little animation of a gl.gridshape object.

I found out that they suddenly only work when in a patch with enabled render context. In the patch of my concern the jit.mo.time even needs the @drawto [render-context] attribute to put out numbers.

In a blank patcher though, without anything else, none of them is putting out numbers anymore. But they did before and as far as I know these objects, once created and enabled they just did their thing and ran.

I attached two little patchers: in my case, the one without the jit.world object does not work, the other does.

Does someone have a solution?

Thank You!

time_with-render.maxpat
Max Patch

time_without-render.maxpat
Max Patch

TFL's icon

In case someone else gets stuck with this, in order to use jit.mo objects without a jit.world, set them with @automatic 0 and drive them with regular bangs coming from [qmetro], [metro] or elsewhere.