jitter-matrix

FRid's icon

Hello peoples,

I have a question regarding the jitter-matrix i've been toying around with. As you can see in the example i've got a movie running and have it run through the matrix to eventually end up in the jit.cellblock. Now my question is why isn't the cellblock showing what's going on? I mean the values just get stuck at 1.00 and the jit.pwindow proves that there is data flowing through. So how would i get the cellblock to visualize the data? and how would you open max files as compressed text? Anyway thanks for any help.

FRid

Max Patch
Copy patch and select New From Clipboard in Max.

(It's probably dead simple to solve, it's almost embarrassing to even ask :)

(edited by admin - changed patch paste to copy compressed)

Ben Bracken's icon
Max Patch
Copy patch and select New From Clipboard in Max.

The values aren't changing in jit.cellblock because you are looking at the alpha plane, which probably isn't changing at all. You can either use the 'plane' message to jit.cellblock, or use jit.unpack to see the contents of a specific plane of a matrix:

-Ben

Rob Ramirez's icon

ben beat me to it.

in the future, please post patches to the forum using the "Edit->Copy Compressed" method.
i've modified your post to do this.

FRid's icon

Aah thank you! for both answers.

FRid