O_C icon indicating copy to clipboard operation
O_C copied to clipboard

Possible to add a second channel shift register to Copier machine?

Open karnekull opened this issue 3 years ago • 1 comments

It would be nice to be able to record a gate/cv signal to pair with the Cv-recorder in copier machine. That would require a second parallell shift register synced with the prime shirt register. Maybe with a separate clock input or changeable between synced or separate. The main idea is to be able to record cv and gate simultaneously. Is this possible within the architecture of O_C? A possible expansion of the copier machine?

karnekull avatar Oct 12 '22 15:10 karnekull

There should be enough free RAM for additional buffers so I don't see why it wouldn't be possible (assuming the code fits in flash). Might be easier as a separate app though, if only to avoid fiddling with the existing input assignments.

And there may be some timing details to worry about given the CV channels aren’t sampled simultaneously (and separate to TRx) but OTOH lots of things seem to play fast and loose there :)

Or maybe there’s already an ASR applet in (a) hemisphere (variant)? Then just use two.

patrickdowling avatar Oct 12 '22 17:10 patrickdowling