Latest:
Oct 28: good progress
- plugins are pretty much figured out
- got audio recording POC done. looking into midi and proper file saving next
- overall doing well. but i think i can go faster
August 27th: progress
The new stack is opengl and tracktion_engine. been making good progress on the audio and graphics.
I’m starting to really hate c++. I want to rewrite the whole thing in c or zig but I’m worried that it won’t work and I’ll get stuck.
Jun 18th (2024):
Restarting. Gonna use tracktion_engine for the core audio stuff and write an emulator with ncurses.
Also moving from an hdmi display to pure 128x128 SPI. A lot simpler and also more unique.
Lastly, the pi cm4 is back in stock so I think I’m gonna go with that this time.
I had a lot of trouble just getting i2c to work on the radxa, and it’s better in both cost and time to use the pis.
August 16th: PCB DONE!!!!!!!!!!!!!!!!!!!!
- It’s pretty crazy how quickly JLCPCB processes orders
August 9th: PCB almost done
- Close up
- Pretty close on the PCB, gonna order this week I think
Ever since I heard the tame impala live album, I wanted the Juno 106.
The only thing was, it was insanely expensive, and I knew my parents would never let me get it, so I decided to make my own.
Original Synth
To start off, I chose the teensy 4.1 for this project because of the high price-performance ratio, and because of the teensy audio library, which makes the programming a lot easier
First, I wrote the software using the Teensy Audio Library. I used PureData to create a virtual midi instrument, which made testing a lot easier
Architecture
First, there are 4 oscillators, the volume of which are controlled by a mixer.
They then go through the high and low pass filters, and are then modulated by the envelope.
The signal is then duplicated and sent into the flangers, and ultimately ends is output as a stereo signal that goes to the SGTL5000
There’s more complexity than this, as most of these blocks are modulated in turn by the LFO and envelope.
Hardware
Once I had the software done, I started working on the hardware.
In this case, it was pretty simple, I had midi in and out, and then a bunch of sliders buttons, and leds, which you use to change parameters.