An open API service indexing awesome lists of open source software.

https://github.com/danielesteban/usynth

The world's smallest/cheapest synthesizer
https://github.com/danielesteban/usynth

Last synced: about 1 month ago
JSON representation

The world's smallest/cheapest synthesizer

Awesome Lists containing this project

README

          

µSynth
======

The world's smallest/cheapest synthesizer

**Parts List:**

- 1x ATtiny84 Microcontroller
- 1x 74HC595 8-Bit Shift Register
- 2x 10KΩ Potentiometers
- 1x Dip Switch
- 1x Photoresistor
- 9x 10KΩ Resistors
- 8x 20KΩ Resistors
- That's it!

**Features:**

- 2 Synths. 4 Square waves each. 8 Bits. 8 Khz.
- Independent Pitch/Chainsaw/Scale selection
- Multiple control options combining the pots and the photoresistor.
- Rocking Electro Sound for ~10$ ;P

**License:**

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the [GNU General Public License](https://github.com/danielesteban/uSynth/blob/master/LICENSE)
along with this program. If not, see .