Skip to content

mazbox/arduino-polysynth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Polysynth

possibly the cheapest polysynth you can make. It doesn't have an interface - you have to plug in a midi keyboard. It has 10 voices, and can do square and pwm voices, no envelopes or filters or anything like that. It supports pitch bend, sustain pedal and mod wheel controls the PWM. You can choose a pin to output each individual voice or you can just make them all come out of the same pin.

Here's a quick video about it: https://www.youtube.com/watch?v=okLkYKz4yeg

IMG_1828

It consists of

  • arduino pro micro,
  • 6N138
  • 1 diode
  • 220 ohm resistor
  • 270 ohm resistor
  • 47nF capacitor
  • MIDI socket
  • Audio jack socket

Total cost of parts should be under $10.

Midi circuit is from here: https://www.notesandvolts.com/2012/01/fun-with-arduino-midi-input-basics.html

Here's the complete circuit:

Untitled_Artwork

About

possibly the cheapest polysynth you can make

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages