Build A Granular Synthesiser Using The Arduino
About the project
This project will teach you how to build the hardware for your own DIY synthesiser! The Auduino code (first written by Peter Knight) creates two triangle waves with adjustable frequency and decay, which combine to create noises via a granular synthesis. I added CV controls to the circuit, making it modular.
Project info
Difficulty: Moderate
Platforms: Arduino
Estimated time: 2 hours
License: GNU General Public License, version 3 or later (GPL3+)
Items used in this project
Hardware components
View all
Hand tools and fabrication machines
Story
Hi, I'm Charis Cat - A musician, video producer, and general tinkerer from Devon in the UK. I started this project after spending a lot of time online staring at other peoples modular synthesisers. I ended up diving deep into electronics research, and decided that it would be fun (and cost-efficient) to try to build my own! This is the first module I have created, and it makes some gorgeous ambient sounds (which you can hear in my video).
The Auduino works by creating two triangle waves with pitch and decay knobs, which you turn and tune to form interesting harmonics. The singular knob to the left of my Auduino affects the frequency of the repetition of a grain of this noise - this means that you can tune it to a wide variety of pitches from deep bass growls to high pitched ambient squeals. The code which runs it is relatively simple, and very well noted, and therefore this makes a great project for someone perhaps looking into changing the code up too!
1. Breadboarding the Basic Circuit
Before I started trying to come up with a permanent version of the circuit, I made sure to test everything out on a breadboard. This allowed me to think about my CV controls, which first started as an experimental light theremin control.
- All the potentiometers are connected to 5v on one side, and ground on the other side.
- The centre pin on each potentiometer is connected to (respectively) Arduinos analog inputs 0, 1, 2, 3, and 4.
- The audio out jack is connected to ground from its ground pin, and to the Arduinos digital out 3 from its signal pin(s).
- The LED is connected to ground from its ground pin, and to the Arduinos digital out 13 from it's positive pin.
2. Creating the Enclosure
To create the enclosure for my Auduino, all I did was drill some appropriately sized holes into a wooden box. I also used sticky back velcro to stick the stripboard to the bottom of the box, to stop it from rolling around during use. I also painted the top of the wood using acrylic paint, and 3D printed some 'Moog style potentiometer knobs' from Thingiverse.
You could use anything as your enclosure! I would be interested in seeing any cool experimental enclosures people come up with for this thing!
3. Making a homemade CV Vactrol
In my circuit, I have included some very basic DIY Vactrols to give this thing CV inputs. These isolate the circuit from the input, and stop any issues if you were to plug something into it with the wrong voltage somehow. They also add a bit of 'ambient niceness' to the CV control!
For this bit, you'll need 3 of your LEDs, and your 3 Light Dependent Resistors (LDRs).
- If your LED has a curved top, you can file it flat using sandpaper or a nail file. This allows it to get more solid contact between it and the LDR when you stick them together.
- Place the two pieces facing each other, and wrap them up in electrical tape (or use heat shrink, if you're more prepared). One tip is to cut the negative leg on the LED even shorter, so that you can tell which side of the vactrol is which.
- Try to make them as isolated as possible, so that no external light gets in.
The way which you add these to the circuit is to bridge them over the potentiometers.
- The positive leg of the LDR receives power from the Arduino.
- The negative leg of the LDR goes to the same signal pin as the potentiometer you want it to affect (I chose the main grain frequency (Analog pin 0), and the two individual wave pitches (Analog pins 3 and 1)).
- The positive leg of the LED is connected to the signal pin on the audio jack, and will be powered by the CV that you put into it.
- The ground led of the LED is connected to the ground on its corresponding audio jack. (not the ground for the rest of the circuit, this is providing the isolation)
4. Wiring and Soldering
Once you have mounted everything into your enclosure, made your vactrols, and wired everything together - it is time to solder. I did this in sections so that I could remember what I was doing.
5. Playing your Synth!
Now, take some time to play with the awesome sounds that the Auduino can make!
--
Thanks so much for reading, there is further visual information in my youtube video - and also links to others work I found useful along this journey! If you need any further help, I am happy to answer any comments!
Leave your feedback...