concat object in jit.gl.pix

shaun's icon

can anyone explain how the concat object works in jit,gl.pix? Could you use it to achieve the same result as jit.concat?

Thanks

Rob Ramirez's icon

concat in gen (pix, gl.pix) is more akin to jit.pack. for jit.concat functionality, you have to roll your own with the sample operator and some logic, depending on what kind of concatenation.

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

shaun's icon

Exactly what I wanted! Thanks!