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

https://github.com/bertrik/midisynth

Arduino-based midi-synthesizer
https://github.com/bertrik/midisynth

Last synced: 11 months ago
JSON representation

Arduino-based midi-synthesizer

Awesome Lists containing this project

README

          

This is an experiment for a simple Arduino based synthesizer.
Probably not the first time anyone came up with this idea,
but I just like to play around creating this myself.

The idea is that the arduino receives midi commands over the
serial port and then synthesizes them as simple tones.
I have not decided yet how to output the audio, as PWM
or perhaps through a D/A-converter (like an R-2R ladder
on D2-D7).

I plan to use ttymidi to create a midi device on the PC
to play midi files on, see
http://www.varal.org/ttymidi/