Learning Automata

Hi. I’m just getting my head around the automata node and have a couple of questions.

Is it possible to use input variables in place of the numerical values that can be used to define the time before automatically moving to the next state?

And it it possible to toggle an output between 0 and one rather than just sending out a bang?

I’d also love to see examples anyone has of clever ways of using automata to control logic in vvvv.

Thanks!

you cannot use variable time lengths in automata, but you can with the automata track of the here).-you-can-also-send-whatever-you-want-with-the-timeliner…-read-((timelinersa).

for automata use this to program your logic: GraphicalAutomata

thanks tonfilm. I’ll take a look