Jit.Submatrix not behaving as I would expect
Max Patch
Copy patch and select New From Clipboard in Max.
Can anyone explain this to me. Why does the jit.submatrix output look as I would expect in the pwindow, but not in a jit.cellblock object?
This is a bit beyond my understanding, but I believe it has to do with jit.submatrix not copying data to a new matrix, only referring to the original matrix, and how jit.cellblock acquires the information it displays.
Max Patch
Copy patch and select New From Clipboard in Max.
In any case, you can insert a jit.matrix between the jit.submatrix and the jit.cellblack to view the data.
Ah yes, makes sense. Thanks!