SDIY Initial Mega-post (from synth.pen.io)
This is the initial "mega-post" that includes all of the information that was contained in synth.pen.io .
Word to the wise: always document your progress on any unfinished projects! I added a couple things on the 4069 OSC, but de-soldered certain connections for experimental purposes. Months later, I've forgotten what connections go where and why I did certain things. It's vexing, but now I have to re-trace my steps. It can be difficult, even with the aid of the schematic. Again: documentation, like the type found on this site, can be extremely helpful!
René Schmitz's "Korg MS-20" Filter
http://www.schmitzbits.de/ms20.html Schematic:
A very simple filter, based off of the "late" MS-20 -style sound. Right now, it's on the breadboard, about 95% complete, but I haven't looked at it for a while, so it might take me a bit to figure out how to finish it! Then again, I might not have the motivation to commit it to circuit board due to the recent acquisition of yet another analog synthesizer.
EDIT: I'll tackle this one at a later date. As simple as it is, I don't have a couple of the necessary parts; namely, the CA3080.
http://yusynth.net/Modular/EN/ARPVCF/index.html UPDATE: In 2011, I had a strong desire to build this filter, using components I hoped to purchase from Bridechamber, a well-known synthesizer DIY retail operation. Long story short, I never received the items I paid for and the guy gave me my money back. Since then, my knowledge of SDIY has grown immensely and don't feel I need to rely on prefab PCBs as much. Don't get me wrong; I prefer PCBs--they're obviously quicker and manufactured better--but if I have the time and patience, usually opt for truly doing it all myself. I have put this one on the back, back, back burner.
There are many flavors of the circuit based around this delay chip. I like this approach because it includes a soft-clipper before the input to create a warmer sound:
http://www.schmitzbits.de/pt2399.html
UPDATE: Looks like BugBrand has used a similar circuit:
http://matrixsynth.blogspot.com/2011/04/bugbrand-pt-delay-overview-demo.html
UPDATE: Debating whether to build this one or not. I mean, it's "just" a delay and I already have some really capable models in the Virus TI Snow ("tape" style) and Monomachine (dirty digital).
Everything Below: Complete!
Well, almost complete. Everything works as it should but I don't have a panel for this one, yet. Still anxious to hear some sound? Fine, listen to this mind-blowing demo!!
Here are the naked electronics:
CGS52 -- Simple Wave Folder
http://www.cgs.synth.net/modules/cgs52_folder.html
What a simple project! Great bang for the buck. Nothing but a couple op-amps, resistors, and transistors. Took me all but 30 minutes to go straight from the schematic (below) to circuit board.
Tom Whitwell's "Turing Machine" (Random Looping Sequencer)
http://musicthing.co.uk/modular/?page_id=21
This is probably my favorite DIY project of all-time. Not only does it duplicate (and sometimes surpass) most of the functions of the lauded Wiard Noise Ring, but it's about ten times cheaper, when all is said and done. If you're able to get your hands on a PCB or kit, definitely build one! The original panel, by Whitwell, is artsy and very creative, but a little "off the wall" for me and my current modular design style. I perfer a simple, straight foward look to my panels. Besides that, I just wanted to have an excuse to create another design and try out some different materials at Ponoko.
By the way, if you want to make one of your own, I have put the .svg (for Illustrator or Inkscape) up, for free, on Ponoko. Go here.
The design turned out great (some say it looks like HAL or KITT from "Knight Rider"), but the "matte black acrylic" does it no favors. The problem is that the porous nature of the material; if you make a mistake painting, the panel is almost irrevocably smeared. You can see that there are a couple spots that could use some cleaning up, in the picture above.
There's also a white version, seen here, which has no "data display." I wanted to see if the LEDs would shine through enough; they do, but they're way too diffused to tell which data "bit" is on or off. In the next Ponoko run, I'm definitely going to do a white version with the data port, as well as a standard black (glossy) acrylic one.
Random Looping Sequencer Expansion
On the Muff Wiggler Music DIY forum, somebody posited the idea of using the individual "bit" outs as pulse triggers. In other words, the data "pattern" that is converted to control voltages by the DAC can be used as triggers (or gates). Forget about the technical details; all this means is that I can use a CMOS logic chip to create several different pulse sequences, based on the "random" sequence that is spit out by this module. Sounds cool to me!
Designing this expander was actually very easy. Essentially, all I had to do was tap the outputs of the clock and various "bits" and apply some logic via a CMOS chip to get some different pulse patterns, out. By "tap" all I mean is connecting the output of one bit to input "A" of the CMOS chip and output of the clock or another bit to input "B" of the CMOS chip. The resulting output will be different, yet related to the original "random" pattern.
Final unit with expander:
Music From Outer Space PSU (#2)
http://www.musicfromouterspace.com/analogsynth_new/WALLWARTSUPPLY/WALLWARTSUPPLY.php
The MFOS wall-wart PSU is a cost-effective way to feed your modular's ever-expanding power needs. I bought the first PSU directly from Ray Wilson, the second, I made myself, on a strip-board because it was so straight-forward.
Even someone who is not well-versed in reading schematics can see that it's really just a couple of circuit "lanes". To tell you the truth, though, I did cheat, a little.
There is a great strip-board layout, on electro-music.com, by a guy named "thundarr." It looks like this:
(From http://electro-music.com/forum/topic-35373.html&postorder=asc )
Nothing too interesting. I simply housed the units in a small, Radioshack project box and maybe even a Radioshack-sourced DC jack, too (but that might have been from Newark.com or Mouser). Super easy. Oh, and I use 12v, 1.5 amp wall-warts, found at Jameco.
http://www.sdiy.org/philgallo/mgbvca.html (Something similar to that.)
This is the schematic from which I worked:
If you're a beginner, it may seem a little confusing, with all those lines going everywhere. That wasn't my problem; I was more perplexed by the "why" of it all. What's the purpose of those .1uF and 10uF caps? The 560pF caps and 500 ohm resistors?
Well, the .1uF and 10uF caps on the power rails are for...power supply de-coupling. Basically, smoothing out the ripples in the current coming from the PSU. Once I learned this, I realized that 50% of the components on the schematic are devoted to de-coupling. Cool. No big deal.
But what of the small cap and resistor attached to the signal inputs? Simple: a lowpass RC filter network. Essentially, this little filter dampens the frequencies above ~20khz--freqs that humans can't hear, but could cause unwanted effects on the VCA. (Calculate your own values for a RC lowpass filter: http://sim.okawa-denshi.jp/en/CRlowkeisan.htm )
All I have to do is connect the inputs and outputs. I'll report back with results!
UPDATE 11012011: After a couple false-starts, it works! Two linear VCAs from one SSM2164 chip! It's really smooth and quiet. Although I like my modules to imbue some sort of "color" to the signal, it's good to have a more surgical-sounding element in the mix.
I used tiny wires in a more point-to-point style, this time. I liked the way it worked, but I'm going to be smarter about the front-panel hardware, next time. It's just too messy...but it works!
UPDATE 11252011: The front panel has arrived from frontpanelexpress.com and it's awesome! See the pictures, below. You may be asking, "what's the WASP filter doing on there?" Well, I decided to combine the panels, to save a bit of dough. Functionally, I perhaps gave up a little, but I figure that I'll be using both the modules in most patches, so it doesn't bother me that they're permanently joined together.
I think the separate panels would have been about $30 and $25, so I saved $15. I wouldn't advise this for someone who has a modular setup that's constantly in flux.
The above shows what FPE sent me, prior to the in-filling.
You can really see the fine detail on the engraving. Very deep, no burrs. FYI, the Front Panel Designer font used for the VCA was "Bold, 7-stroke." I wanted the WASP to be distinct from the VCA, so I used "Helvetica Medium, Outline" for the text.
The final product. I decided to leave the 2164 alone because the bare aluminum offers so much contrast to the anodized face. Of course, the WASP filter had to be yellow; an homage to its forebear. The yellow Davies-clone knobs are questionable; they're a bit too bright for my taste, especially the filter mode switch. It's just a little off. Still, I'm extremely happy with the end product!
The rear. It may seem a little cramped, but that's because...it is. Nothing is touching anything it shouldn't, though!
It's completely functional, I just need to calibrate it to 1V/oct. The PWM sounds really cool, but the saw is pedestrian. I could easily build another copy on the same board, which is what I'll probably do next.
UPDATE 04062011: Complete! Well, all I have to do is glue the two transistors together and put some heat sink compound on them (er, reverse that), but I'm considering this done.
Look at the difference between the two VCO layouts! I really went freeform with the second one (left) because I misjudged how much space I had left on the board.
EDIT 03/2017: Sorry, some pics were lost due to an image-host change :(
Now, that's a disorganized rat's nest! I really have to figure out how to solder in an orderly manner. Still, you can't argue with the results: it works!
UPDATE 04122011: The tracking on this oscillator is pretty bad. I can't get any more than a couple octaves out of it. Disappointing, but this is still a very usable and cool sounding modulation osc. Eric Archer (ericarcher.net) states that this is probably due to not using matched transistor pairs. Yep, that's probably it. Plus, I didn't really do a great job of sticking the trannies together. They're sort of off-axis.
I did read something on Thomas Henry's site about the quality of certain manufacturers' 4046 chips. I wonder if this goes for the 4069 CMOS chips as well. To test this theory, I bought a few 4069s from various manufacturers. I'll report back.
Update 04262011: Well, the chips from the different manufacturers didn't make a lick of difference. The only thing that really matters is the matched complementary transistors (NPN + PNP). I probably won't want to put forth the effort to make a matching device, so this may be the end of the road for the VCO (but I'm still very happy with it!)
Here are a couple sound samples, from my soundcloud: http://snd.sc/fcil4E EDIT: Ok, just one sound clip. I didn't like the others. More, soon.