Hi all,
i have 128 quads in a spread and want to check their time under certain states. for example, 0 for don’t count and 1 for count up 1 per second. i want to count each slice individually. it’s very easy to write in code but i have a hard time patching it in vvvv.
i’ve tried counter, stopwatch and Expr + Patch alias but still couldn’t do it. below is what i have so far. i made two tables: one “state” and another “time”. i used state table as a filter on set slice. however, i don’t know how to start counting for individual slice in different time.
any ideas? thx!