concat object in jit.gl.pix
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
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.
Exactly what I wanted! Thanks!