Converting jitter content into Data
Hi There,
I am wondering if there is a way to convert the numbers coming into a jit.cellblock object into data that can then be converted into midi information? The patch I am using has jit.cellblock objects for x,y, and status information, related to the cv.jit.track objects live camera input. As these are jitter objects, there doesn't appear to be a way to directly output the numeric data that is flowing into them. Any help on this would be very welcomed. Thanks!
Best,
mx
jit.spill and jit.iter can help.
Thanks! I will give those a try!
mx