Double click detection and jit.cellblock

Dan Nigrin's icon

I'd like to be able to detect double-clicks on cells within a jit.cellblock object. Any great ideas out there?

I've seen this thread , and could consider putting together something using that, but eager to see if others have additional suggestions... Thanks!

mizu's icon

maybe ? (oups end of the night, fast made...)

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

zzz

Source Audio's icon

Simply accept cell output only if it repeats within set (doubleclick) time.
needs list compare, and match triggers output

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

Dan Nigrin's icon

Thanks to you both for the suggestions. This is along the lines of what I was planning to do, but wanted to be sure there was no "easy" (meaning single object) that I was missing that I could use.