Converting jitter content into Data

neptune123 Bernstein's icon

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

1offby's icon

jit.spill and jit.iter can help.

neptune123 Bernstein's icon

Thanks! I will give those a try!
mx