pico_test_synth
Simple board to help make synths with Raspberry Pi Pico/Pico2 and PCM5102 I2S DAC
Python★ 54
A CPU implemented in a modular synthesizer
git clone https://github.com/katef/eurorack-cpu.gitkatef/eurorack-cpuThis runs in the VCV Rack eurorack simulator.
I wrote a thread explaining the CPU on twitter
and a thread explaining just the ripple adder.
TODO list: #1
Here's the unannotated screenshot
and here's a video of the whole thing running
Instruction formats:
00000: no-op (clears bus)
10ooo: output ALU op to bus
010rr: load reg from bus (keeps bus)
110rr: output register to bus
0110n: load ALU operand (clears bus)
0111i: output immediate to bus
ooo = alu op
rr = register number
n = alu operand
i = immediate
more like this
Simple board to help make synths with Raspberry Pi Pico/Pico2 and PCM5102 I2S DAC
search projects, people, and tags