Hi,
I am trying to learn Reaktor 6 Core with the goal of building my own Reaktor Blocks.
My first attempt is to take a clock signal and count its rising edges. I want to create a detector that outputs a single sample equal to 1 when the clock goes from 0 to 1, and then send that sample to the 'up' input of a counter.
However, I'm struggling to build this detector that generates a single sample of 1 at every rising edge of the clock.
I already tried using a Z-1 delay to compare the current sample with the previous one (using Current > Previous), but it's not working as expected.
The counter remains at zero. My hypothesis is that perhaps a single sample equal to 1 is too brief to be detected by the 'up' input of the counter.
Any suggestions on how to fix this?