Edward Wang

box

Latest:

Jan 25: Mac CI

Jan 15: Fuzzer

Jan 4: Dockerfile

Jan 2: clang-format

Dec 31: cache CI

Juno 106 Clone

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

juno_106

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 synth_interface

Architecture

synth_arch_poly 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.

Midi Input Circuit

midi_circuit