# Tiny Tapeout Template Project
This is a little rhythm looper machine and randomizer machine.
It does this by using a RING Counter and a Linear Feedback Shift Register
SW1 selects between the LOOPER and the RANDOMIZER:
SW1 OFF LOOPER (Ring Counter)
SW1 ON RANDOMZZER (Linear Feedback Shift Register (LFSR))
(need some bits in the sequence though!)
SW2 = LOOPER INPUT
SW2 tap on and off to create new ring counter pattern
SW3 = CLEAR
SW3 ON hold to clear the ring counter pattern
To learn more, follow the tutorial at https://tinytapeout.com/digital_design/
SW1 selects between the LOOPER and the RANDOMIZER:
SW1 OFF LOOPER (Ring Counter)
SW1 ON RANDOMZZER (Linear Feedback Shift Register (LFSR))
(need some bits in the sequence though!)
SW2 = LOOPER INPUT
SW2 tap on and off to create new ring counter pattern
SW3 = CLEAR
SW3 ON hold to clear the ring counter pattern