Possible to assign various values to each window in jit.scissors?
Hey guys,
Is it possible to map various things to each individual "window"? For example, could I make each "window" represent a different MIDI value or note, each triggered by an individual bang?
Any help would be greatly appreciated!
Thanks
JitScissors-patch.maxpat
Max Patch
See jit.submatrix. See also the usesrcdim, srcdimstart, and srcdimend attributes of jit.matrix. The latter is demonstrated in Jitter Tutorial 14 Matrix Positioning, in the section headed Isolate a Part of the Matrix.