robbert van hulzen wrote:
in other words, i'm looking for a way to have incoming info stop at the [bang] (as it'll come out directly), but info generated at the [bang] move on.
Well, you can't stop info at a bang, but you can stop the output with [spigot], as in the ascii below:
in | [t b a b] | | | | gui | | | | "1" / "0" \ / | X | / \ | / \ | | \ | | \ | [spigot 1] | out
(the creation argument to spigot is the initial gate state, at least in recent Pd versions)
Thanks,