Lexy added the once through idea with commentary by gdorn

This commit is contained in:
lexy 2022-11-25 13:56:18 -08:00
parent 496e3e3344
commit 06eccf7d9c

View file

@ -5,6 +5,7 @@ Notes:
This can be fixed by increasing the gain on the CLOCK op-amp from 1 to something more decisive, like 3x. Then a signal as low as 2v could works as an external clock.
- One idea: add a switch to disable the clock, and a momentary-on button to advance the step manually. This requires hardware de-bouncing to avoid multiple triggers on each
button push.
- Another idea: trigger (button push or CV) starts the sequence, which plays through exactly once, and then stops? Possibly put a switch between pin 15 and the three-way junction, and a NO switch across that switch… it might be fine, just go between +12v and pin 15 with the NO. with the bonus that you can push it to reset a continually-running pattern whenever you want
- Could replace step IDs with a 7-segment display with a diode matrix to select segments from each step.