Skip to content
Snippets Groups Projects
Commit 51642333 authored by Jessica Stanley's avatar Jessica Stanley
Browse files

New analog v digital explanatipm

parent c4ab55f7
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -22,9 +22,13 @@ If you don't want to really get into the details, here's a surface-level explana
The technical meanings of these terms are a bit different. And when we talk about analog vs digital synthesizers, what we mean is: in an analog synth, electronic components - capacitors, resistors, potentiometers, transistors, and integrated circuit (IC) chips - are arranged in configurations that create signals that we can turn into sound. Digital synths, on the other hand, replace a lot of these components with a computer (or a microcontroller like an Arduino).
To put it another way, imagine you need to carry out a specific task, like transporting a ball across a room. An analog synth is like creating a Rube-Goldberg machine to do this, setting up an array of different objects that, when placed in exactly the right way, will carry the ball where it needs to go. A digital synth would be more like a robot that you would program to understand the instruction 'carry a ball across the room'.
To put it another way, imagine you need to make breafast. But you don't want to do it yourself - you want a machine to automate the breakfast process. You could, say, design a robot and write code to instruct that robot on how to make breakfast (this is kind of like what a digital synth does), like one of Simone Giertz's robots:
<iframe src="https://giphy.com/embed/Qo3qovmbqaKT6" width="480" height="270" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/rube-goldberg-machine-rude-Qo3qovmbqaKT6">via GIPHY</a></p>
<iframe src="https://giphy.com/embed/Qi7BZSdUwcZpu" width="480" height="270" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/future-Qi7BZSdUwcZpu">via GIPHY</a></p>
Or you could create an elaborate Rube Goldberg machine out of various different objects, which all work together to make your breakfast (this being kind of like how the analog synth works). Like Yuri Suzuki's Breakfast Machine:
<iframe width="560" height="315" src="https://www.youtube.com/embed/_2c1Nbj4BkU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Building digital synths requires coding and less hands-on electronics, and analog synths require zero coding but lots and lots of different components. There's much debate about which is the superior form of sound synthesis, but for me personally I found it satisfying to create circuits the analog way. I've written more about my decision to go the analog route in my [project diary](https://class.textile-academy.org/2019/jessica.stanley/projects/project_diary/week01/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment