jit.matrix from jit.gl.slab

DiGiTaLFX's icon

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

Rob Ramirez's icon

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.

DiGiTaLFX's icon

Ah great! Thanks for the help.