im trying to program an abstraction that takes 2 streams of bangs and
- first converts them to triggers that are a few microseconds long with 1/0
- tests for all possible logic gates AND | OR | XOR | NOT | NAND | NOR | XNOR
- outputs a bang for TRUE and nothing for FALSE for each state
this is for a control voltage sequencer for my modular. it should be fairly simple but somehow im getting all kinds of double bangs and there is something wrong with my approach. see file included ... any help is greatly appreciated.