I'm running into some issue in a patch to trigger some drumsounds.
This simplified example is to illustrate the problem:
the sound now only gets triggered when the previous pulse was '0'.
I want it to be triggered at every positive pulse.
so, if the pattern is 1110 1110 it should trigger 6 times, not just 2.
(I tried with sample&hold fired at every clock pulse, but that also doesn t work)
How can this be done?
test_logic.axp (3.2 KB)