Sample/track and hold x Logic problem

I’m not sure this is exactly what you want, but earlier, I made a soft-takeover patch. It’s only for 8 CV’s but the method may be of some use.

Here’s a slightly modified version:

I lost track of the Rack modules a while ago - I wouldn’t be surprised if this can be done much simpler/ with fewer modules now.

CV MIDI CC>CV value output 1 is the selected CV number. (1-8)
CV MIDI CC>CV value output 2 is the value.

when the value changes (slope detector), it is compare to one of 8 stored values (CMP + 1:8 + SH-8 +8:1)if equal within a “window” (CMP window, random low value here is 0.07874V), the latch (DUAL SR F/F) is activated and the values are AND’ed with an LFO to be used for the SH-8 input.

Not very user friendly - the “display” that shows the selected CV is the LED’s on the Bogaudio 1:8 (and (8:1). This could be added on with a module to show large digits scaled from 0-10V in to the number of SH channels. Looking for a CV monitor - #6 by Jens.Peter.Nielsen

CV_soft_takeover.vcvs (19.7 KB)

I can’t figure out how to expand it to 32 CV’s at the moment :confused: