Stepping through CV sequencer with two independent clocks

I'm trying to make a CV sequencer move forward with two clock generators patched into ints clock input through an adder. This works fine as long as the clocks don't trigger at the same time, because that's seen by the sequencer as a single, higher, rising signal:

My solution is to add a slight delay to one of the clocks, so the sequencer actually sees two pulses even when they trigger at the same time:

Is there a better way to do this? This is not necessarily a question specific to Drambo (I imagine hardware CV sequencers behave similarly), but I'm curious if I'm on the right track when dealing with challenges like this in a modular environment.

Comments

Sign In or Register to comment.