jit.fx objects, only in Max 9 ?

chapelier fou's icon

I'm trying to run a patch that I made in Max 9 on an older computer that can only run Max 8.

I've got jit.fx.blur and jit.fx.rgb2luma that can't be loaded, are they Max 9 only ? If so, is there an easy replacement for these two ?

Also, no jit.gl.movie ?

Thanks !

Rob Ramirez's icon

The jit.fx objects are all "open source". Double click the object to open its source file, which will be either a JXS shader, a Gen pix, or a v8 javascript. If jxs, load in a jit.gl.slab, if gen load in a jit.gl.pix, and if v8 you'll have to translate back to es5 js.

jit.gl.movie is simply jit.movie @output_texture 1

chapelier fou's icon

Awesome, thanks.

TFL's icon

Also:

Enregistrement de l’écran 2025-11-24 à 17.14.10.mov


Rob Ramirez's icon

nice, forgot about that one!

chapelier fou's icon

Oh, that's super handy !!