Circuitbenders Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: building my own synth  (Read 12911 times)

sporsmaal2

  • Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 11
  • Blakboard synth
    • sporsmaal2's website
building my own synth
« on: September 10, 2008, 03:17:57 PM »

hello there

i am currently embarking on building my own synth.

i have moderate experience of basic electronic circuit design, ive also done a bit of circuit bending here and there.
i have tons of experience in building software synths, using reaktor, synth edit and stuff like that.
ive even made my own fm synths purely in code using visual basic.
check out http://sporsmaal2.free.fr for free downloads of them.

i intend to build some kind of FM or even AM synth
ive got 2 'velleman' signal generators to start off with.
these are besicaly 555 timers in astable mode.

Has anyone done this kind of thing before? any tips or links?

im really looking for simple circuits, in particular Envelopes and Filters

i managed to make a decay envelope using a couple of capacitors, but i have no idea how you would make an attack envelope.

any help would be much appreciated
thanks
« Last Edit: September 10, 2008, 05:42:17 PM by sporsmaal2 »
Logged

Bogus Noise

  • Kicks like the DADDY!
  • ****
  • Karma: 21
  • Offline Offline
  • Posts: 192
    • Bogus Noise Website
Re: building my own synth
« Reply #1 on: September 11, 2008, 05:37:13 PM »

hello there

i am currently embarking on building my own synth.

i have moderate experience of basic electronic circuit design, ive also done a bit of circuit bending here and there.
i have tons of experience in building software synths, using reaktor, synth edit and stuff like that.
ive even made my own fm synths purely in code using visual basic.
check out http://sporsmaal2.free.fr for free downloads of them.

i intend to build some kind of FM or even AM synth
ive got 2 'velleman' signal generators to start off with.
these are besicaly 555 timers in astable mode.

Has anyone done this kind of thing before? any tips or links?

im really looking for simple circuits, in particular Envelopes and Filters

i managed to make a decay envelope using a couple of capacitors, but i have no idea how you would make an attack envelope.

any help would be much appreciated
thanks
I've not personally built these, but there's a good range of schematics, including envelopoes, on this site:

http://www.musicfromouterspace.com/analogsynth.php?page=ANALOG

Hope that helps!

Gordonjcp

  • This person is dangerously insane.
  • *******
  • Karma: 78
  • Offline Offline
  • Posts: 1005
    • http://www.nekosynth.co.uk
Re: building my own synth
« Reply #2 on: September 12, 2008, 08:45:35 AM »

I was going to post a link to MFOS, but the site appeared down and then I got distracted by a shiny object ;-)

Anyway, the key to it is this - you have two resistors, and two diodes.  The diodes and resistors are wired in series, with one diode the opposite way round from the other, and then the diode/resistor pairs are wired in parallel.  One end of this then goes to the gate signal, and the other goes to a capacitor and is buffered by an opamp.  The other end of the cap is connected to ground.  Have a look for this arrangement in any ADSR circuit, including the AD envelopes on the MFOS page.

How it works is this:  When the gate is low, the capacitor discharges through the diode with the cathode nearest the gate pin, through the resistor.  If that's a variable resistor, you can vary the discharge time.  No resistance = instant discharge, big resistance = slow discharge.  Simple, eh?

When you then pull the gate input to the supply rail, the cap charges through the other diode and resistor.  Again, if there's only a little resistance it will charge instantly, but if there's a big resistance it will charge slowly.

When the envelope level reaches maximum, one comparator goes "Aha! We've hit the top of the envelope" and its output switches on, pulling the gate pin to ground and starting the decay phase.  Some synths just have an AD envelope, which usually has a switch to control this - you can have it do the attack phase then the decay phase, or you can have it do the attack phase and wait until the gate goes low again to do the decay phase (which acts like a release phase).

So how do sustain knobs work?  Well, the sustain knob forms a voltage divider.  This feeds a comparator, which is connected to the envelope output.   The output voltage begins to fall in the decay phase, but at some point the comparator connected to the sustain level control will switch - "Oh now the level has fallen below my setting" - and disconnect the gate input entirely.  With the A and D resistors no longer connected to anything, the capacitor has no way to discharge (well, it will gradually leak away but we can mostly ignore that).  As long as we hold the gate on, the comparator and its associated flipflop will keep the A and D resistors disconnected, and the output from the envelope is whatever the capacitor charged to.

When we let go of the key, the gate input goes low, and the circuit switches the release resistor in across the cap, allowing it to discharge.  This works pretty much like the A and D resistors.

Although an ADSR envelope circuit looks complicated when you see it drawn out ("What are those AND gates doing?  Why so many analogue switches?") it's really pretty straightforward.  If you start by looking at an AD envelope circuit, it should become clear.
Logged
If at first you don't succeed, stick it through a fuzzbox.

computer at sea

  • Closer to the meat
  • *****
  • Karma: 20
  • Offline Offline
  • Posts: 301
Re: building my own synth
« Reply #3 on: September 12, 2008, 02:34:16 PM »

And that's why I check this site several times a day! 
Logged

Signal:Noise

  • Closer to the meat
  • *****
  • Karma: 16
  • Offline Offline
  • Posts: 291
Re: building my own synth
« Reply #4 on: September 12, 2008, 06:42:05 PM »

Definitely deserves some karma for that.
Logged

sporsmaal2

  • Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 11
  • Blakboard synth
    • sporsmaal2's website
Re: building my own synth
« Reply #5 on: September 14, 2008, 09:04:34 PM »

hey thanks guys
i love this site!
Logged

sporsmaal2

  • Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 11
  • Blakboard synth
    • sporsmaal2's website
Re: building my own synth
« Reply #6 on: September 18, 2008, 01:04:32 PM »

so what about a filter?
a band pass one would be ace
i found a lowpass, it looks well complicated
« Last Edit: September 18, 2008, 01:09:42 PM by sporsmaal2 »
Logged

Gordonjcp

  • This person is dangerously insane.
  • *******
  • Karma: 78
  • Offline Offline
  • Posts: 1005
    • http://www.nekosynth.co.uk
Re: building my own synth
« Reply #7 on: September 18, 2008, 02:59:20 PM »

There are lots of filter designs out there.  Some are good, some are bad, and all are difficult to some degree. 

Personally I quite like the look of the Synthacon filter design.  I built a Korg early MS-series filter, but found that it wasn't terribly reliable or repeatable - very sensitive to minute changes in the components.  One of the big advantages of the Moog ladder filter design was that it was highly repeatable and just needed some well-matched transistors for good results.

Basically all these work by varying the current through a semiconductor junction to vary the R part of an RC circuit.  You can cascade stages and apply feedback to get the classic synthesizer filter sound, otherwise it's just a groovy tone control ;-)
Logged
If at first you don't succeed, stick it through a fuzzbox.

sporsmaal2

  • Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 11
  • Blakboard synth
    • sporsmaal2's website
Re: building my own synth
« Reply #9 on: September 26, 2008, 10:18:41 PM »

a lot of the more interesting circuits (for synth building anywayz)  come from here:

http://www.paia.com/manuals/docs/2720-buildamodular-article.pdf

it also contains lots of useful info about the different parts
its some instructions to build a modular synth from 1979

there is also a couple of other good ones from here:

http://www.paia.com/manuals/

the 3 at the bottom of the page
Logged