User:Pinoaffe/Modular

From RevSpace
Jump to navigation Jump to search
Project Modular Synth
Pino synth 2017-09-20.jpg
A do-it-myself modular synthesizer
Status In progress
Contact pinoaffe
Last Update 2018-03-11

I am currently redoing my case, will probably scrap most if not all modules i made so far, will (try to) do shit properly this time over.

I found some threaded strips at reichelt, and am making a new, lasercut case outta 5mm plywood.

1. System

1.1. Dimensions

  • close to 4U: 180 mm in height
  • module width will be x*5.08mm, this is a semi-standardized unit "hp"
  • Instead of the 2.7mm front panels i planned on using before, i'll move to 5mm wood.
  • The cases will be in slightly less than 19 inch format
  • standard pot knobs are ....... mm in height

1.2. Design

  • CV and audio both on banana jacks
  • front panels and pot knobs will be made from 2.7mm or 5mm plywood using a lasercutter
  • front panel design will incorporate icons, arrows and curves to signify what knob/plug does what

1.3. Voltages and Power Supply

  • use desktop power supply, optionally decased?
  • 5
  • 12
  • -12
  • Previously, I made a power bus out of bare copper wire with 3 connections (intended for gnd, +5 and +15 v)
  • This was a pain to work with, so i'll probably use the same threaded strips I use for mounting the modules as power bars
  • these strips are available at reichelt

2. Working Modules

  • Attenuator
  • CV-Source
  • Signal Copier
  • Signal Selector
  • Buttons
  • Arduino stepped oscillator
  • Speaker
  • Amplifier

3. Not-working modules

  • Sequencer (currently troubleshooting it)

4. Presumably Working Modules

  • Auduino 2

5. Work in progress Modules

  • Clock/Frequency Divider
  • LFO
  • Auduino 1
  • Auduino 3
  • Atari Punk Console

6. Modules i'll make soon

  • VCO
  • Arduino VCO

7. Plans for a diy modular synth

Here is the current version of the plans I've been working with. I wrote em for myself, so they might not be very useful for others.

7.1. Modules:

7.1.1. Oscillators

7.1.1.1. VCO:

7.1.1.2. LFO:

  • 555-based

7.1.1.3. Stepped Tone Generator

7.1.1.4. Atari Punk Console

7.1.2. Amplification and Deamplification

7.1.2.1. VCA:

  • opamps?

7.1.2.2. Mixer

  • VC?

7.1.3. Sequencer:

  • 4017 and opamps
  • Dual or triple channel
  • Add a lfo for clock, allow one of the channels to be used as an input for the lfo clock allowing for configureable step length
  • blue pill, step length, direction, ping-pong, multi/single gate, normal length,

7.1.4. Function Generator

7.1.5. Clock Subdivider:

  • 4017

7.1.6. Frequency Subdivider:

  • 4017
  • max clock frequency = 2mhz @5volt, 6mhz @15volt

7.1.7. Clock Multiplier

  • 4046

What you need is a Phase Locked Loop. There is a 4046 CMOS IC that implements one, but you also need a digital divider so you could build a phase comparator and use a synthesizer VCO. The principle is to divide the VCO output down by the ratio you want and then compare the phase with your input signal. The phase comparator produces a CV that makes the VCO track the input frequency at a multiple set by the divider. The simplest is an XOR gate followed by an RC filter, but there are better more sophisticated circuits. The 4046 has two alternatives.

CD4046 application report

Or just Google "Phase Locked Loop"...

7.1.8. Frequency Multiplier

See "Clock Multiplier", but with a higher frequency

7.1.9. Envelopes:

7.1.9.2. AR

7.1.9.3. ADSR:

7.1.9.4. Envelope Follower:

  • a basic ac-dc converter, outputs the dc voltage of the peak (the amplitude) when given an ac waveform

7.1.10. Filters:

cap and inductor

7.1.10.1. Notch Filter

7.1.10.2. Low-Pass Filter

  • most popular in modular synths
  • passes low frequency content
  • moog's version: ladder filter

7.1.10.3. High-Pass Filter

  • passes high frequency content

7.1.10.4. Band-Pass Filter

7.1.10.5. All-Pass Filter

  • can be seen as a phase shifter
  • changes phase based on frequency
  • popular sound on guitars
  • when summed with input signal, the frequency-parts that are 180 degrees changed will negate eachother

7.1.10.6. Moog Ladder Filter

7.1.11. Maths

7.1.11.1. Summer

7.1.11.2. Substractor

7.1.11.3. Multiplicator

7.1.11.4. Integrator

7.1.11.5. Quantizer

7.1.12. Equalizer

7.1.13. Comparator

7.1.14. Noise

7.1.14.1. Pink

7.1.14.2. White

7.1.14.3. Blue

7.1.14.4. Red/Brown

7.1.15. Arduino

7.1.16. Chord Maker:

either:

  • cv-adder (with maybe an internal VCO)
  • or frequency multiplier and divider, optionally combined with external or internal waveform changer

Could turn into a modulator when CV-ed and supplied with either the output of an LFO (probably quantized)

or the output of a sequencer (also probably quantized)

7.1.17. Modulator

  • Basically a Chord Maker with a changing interval
  • Could also have an option to switch different inputs to an output rapidly
  • External clock?
  • Decade counter?
  • either:
    • cv-adder (with maybe an internal VCO)
    • or frequency multiplier and divider, optionally combined with external or internal waveform changer

7.1.18. Arpegiattor

7.1.19. Waveform Changer

TODO: Look into what changes/shapes waveforms Triangle is useful for frequency multiplication

7.1.20. Slew Effect

7.1.21. Trigger Extractor

7.1.22. DC-Offset Remover

TODO: See whether this is useful, what an implementation would be, whether just a cap in series inbetween the in- and output would suffice so it'd be useful

7.1.23. Portamento Adder

7.1.24. Simple Passives:

7.1.24.1. Attenuator

7.1.24.2. CV-Source

7.1.24.3. Splitters

7.1.24.4. Signal Selector

7.1.24.5. Signal Switcher

7.1.24.6. Signal Copier

7.1.24.7. Suite of Connections

7.1.25. Visualizing / Analyzing Gear

7.1.25.1. Oscilloscope

Buy Chinese oscilloscope kit on aliexpress, make new front panel Maybe change firmware? Sell as kit? Could maybe be used as tuner, with changed firmware

7.1.25.2. Tuner

arduino?

7.1.25.3. Level Translators

  • What CV/sound levels will I even use?

7.1.26. Input Controllers

7.1.26.1. Keyboard

  • polyphonic
  • speed/force-sensitive
  • gate output
  • digital scanning

7.1.26.2. Ribbon Controller

  • pressure-sensitive
  • gate output
  • polyphonic????
  • also known as:
    • linear controller
    • stringer

7.1.26.3. Theremin

  • YEEEESS

7.1.26.4. Early Experimental Instruments

  • trautonium
  • hellertion
  • crea-tone
  • oscillion
  • emiriton

7.1.26.5. Drumset-like thing

7.1.27. MIDI-CV Converter

7.1.28. CV-MIDI Converter

7.1.29. Ring Modulator

  • No clue what this is, apparently useful for synthesis

7.1.30. Complete Synth Voices

7.1.30.1. YM3812 (OPL2 aka "SoundBlaster")

  • YM2413: same thing, but you can only configure settings for all voices at once
  • Use a kit? (20 dollars + shipping costs) #### YM262 (OPL3)
  • 7.1.31. Lunetta

    7.1.31.1. Oscillators

  • CD40106
  • CD4093 #### Counters #### Sequencers
  • 4017 (baby8)
  • dual 4017, with 16 steps
  • frequency divider with a mux #### Stepped Envelope Generators

7.1.32. Slew Limiter

  • synthcrap's design ### Function generator
  • synthcrap's design ### Gate to Trigger ### Logic Modules
  • Quad AND
  • Quad OR
  • Quad NOT
  • Quad XOR

7.1.33. Parts:

  • sliderpots
  • exponential pots
  • other jacks
  • switched jacks
  • rotary switches
  • YM3812
  • YM2413
  • YMF262

7.2. Books

  • Electronic Music Circuits, chapter on filters
  • Analog days, page 149 ext, 132 int

  • Wireless World, the circuits by Tim Orr