
This is a little rhythm looper machine and randomizer machine.
The idea is for it to be used to make music or art installations!
There are 8 cascading D-type flip flops that create a ring counter OR a LFSR (Linear Feedback Shift Register), which will generate a psuedo-random bitstream (and casade that down the 8 flip flops).
SW1 selects between the LOOPER and the RANDOMIZER:
SW2 = LOOPER INPUT
SW3 = CLEAR

| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | switch between OFF = looper (ring counter) and ON = randomizer (LFSR) | OUTPUT1 | |
| 1 | toggle ON and OFF to make a new loop on the ring counter | OUTPUT2 | |
| 2 | hold to clear pattern (ON), or leave (OFF) to input your own rhythm loop using SW1 | OUTPUT3 | |
| 3 | OUTPUT4 | ||
| 4 | OUTPUT5 | ||
| 5 | OUTPUT6 | ||
| 6 | OUTPUT7 | ||
| 7 | OUTPUT8 |