jit.matrix from jit.gl.slab
Hi
Max Patch
Copy patch and select New From Clipboard in Max.
I have just been experimenting with converting a gl matrix back to a normal matrix. How come the following doesn't use a matrix size of 10x10 in the pwindow? It seems to always resize to the dimensions of the incoming matrix.
Many thanks
DiGiTaLFX
thanks for the report. we'll take a look.
in the meantime, you can simply send your slab to another slab with @adapt 0 @dim 10 10, before sending to jit.matrix.
Ah great! Thanks for the help.