Do anybody know a good solution to control the clock by a pulsating gpio source at very low frequency, like tapping at around 120 BPM?
Clock tapping patch
Blindsmyth
#4
For this use case I would send a midi clock from the sequencer and use the midi/in/clock object. (in combination with math/divremc or counters.
So you mean like a Tap Tempo Button? I think this one is trickier. There are several attempts to sync delay lines here to clock. The mechanism is to take a steady pulse from a clock, measure it with timers and turn it into something usefull for the delay read object. Probably you could use a similiar technique in order to adjust the frequency of the LFo that is your internal clock.