
With five(!) grad school application deadlines behind me and the Rocaterrania film project on hold, the past few weeks have afforded me a little time for some projects that I have been putting off. So I thought I would try to document what I’ve been up to.
Hopefully the cute dog pic from March 4 softened you up for this, because unless you are interested in DIY electronic music, just intonation or audio programming software, this probably won’t be your thing. You have been warned…
So the projects I’ve been bumbling through are mostly open source in nature and fall roughly into three categories: 1- DIY hardware for electronic music (i.e. - standalone hardware instruments) 2 - experiments in the the media programming environment Max/MSP, and 3 - new hardware interfaces for controlling audio software (sort of combining categories 1 and 2, if you will.)
So, first up (from Category 1) we have a device that actually only took a few hours to put together after several days of experimentation and tweaking. I like to call it “Comparsa,” both in recognition of Carnival season as well as it’s endearing ability to make polyrhythmic thumps and chirps. This is what it looks like now:

And here are the incarnations it has gone through to get there:

…earliest breadboard version

… and the “temperamental” perfboard period.
Once I found the right configuration of parts in terms of component values and whether it sounded better to have certain components in series or parallel, it was just a matter of retrofitting some old stereo knobs, drilling holes in the box (recycled drill bit case) and slapping it all together.
Comparsa is a variation on a very simple circuit found in Nicolas Collins’ book Handmade Electronic Music. Two chips, four variable resistor pots, three capacitors, three switches, and a couple of diodes. Basically it’s a CMOS Quad NAND Gate Schmmitt Trigger (CD4093) chip oscillating and modulating itself followed a CMOS Binary Counter/Divider (CD4040) adding some more fun. When the main oscillator is tuned low enough to create a beat the following switchable stages chop it up and add new layers to create hypnotic little patterns.
Here is a sample that starts with an audio-range drone with some frequency modulation from a second stage in the inverter chip and amplitude modulation (tremolo) caused by the binary divider chip (like a VERY low octave effect - in this case so low it that acts as an LFO modulator on the drone). Then the main oscillator is turned way down and we go through a series of rhythmic patterns. Cute, isn’t it?
I highly recommend Collins’ book. I’ve been reading it for months and have played around with some of the projects, but this is the first one I liked enough to actually put in a case. His circuit designs are easy and can be pretty quick if you have some basic soldering skills and don’t try to re-invent the wheel. It’s also a good introduction to circuit bending and hardware hacking if that’s more your style.
These guys have some similar circuit designs (note that they are “copyleft”) although they seem to favor 555 chips. They are also big proponents of the open source Arduino platform for using sensor interfaces to control noises from a computer (and other physical computing uses). I’ve been experimenting with an Arduino lately as well, and I’ll show you the results soon….