hello reaktor-community,
today i have a strange "reaction problem". i want to compare two values to determine whether a lamp should light or blink. for this i need the value 1. for reasons of space (and learning core) i would do this with "core". the two inputs are either a 0 or a 1. if both inputs are 1, the output should also be 1.
in the core-cell i add both values together and see if they add up to 2. if so, the router should deliver 1 at the output. but it only send at the output when i open the core cell. as long as i am "outside" the core-cell, there is no output.
do i have to somehow "trigger" this core-circuit, so that it reacts in real time? i've also tried to attaching SR.C-triggered latches to all relevant – but that didn't help. core is still relatively new to me. maybe i overlooked something.
many thanks in advance.