jit.fx objects, only in Max 9 ?
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 !
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
Awesome, thanks.
Also:
nice, forgot about that one!
Oh, that's super handy !!