From 06eccf7d9c703f23c204313298619b9281db47b3 Mon Sep 17 00:00:00 2001 From: lexy Date: Fri, 25 Nov 2022 13:56:18 -0800 Subject: [PATCH] Lexy added the once through idea with commentary by gdorn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03ea55f..fadb9ca 100644 --- a/README.md +++ b/README.md @@ -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.