jit.cellblock - select a cell without getting output

zolikov's icon

Hi, is there any way to send a message to jit.cellblock to select a cell without outputting the cell information?

I'm using jit.cellblock to select an item, which then performs a certain task. When it's done, it automatically selects the next item. When this happens, it would be great to have no output to avoid an infinite loop. (This problem is somewhat similar to MIDI echo, which is prevented by the local control switch on most MIDI instruments.)

I wonder if there is a simple workaround I'm missing.

Source Audio's icon

sure it is, it only depends on logic you want to use

to grab values out of the cell, and recall next one when

task gets completed or at any other desired time point.

without knowing the details about what gets selected manually or using other means

it makes no sense to make suggestions about how to separate manual input from auto next

or why should "task done" not continue selecting next and again next cells.

it could even be onebang 1 or anything else ...