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
- Host: GitHub
- URL: https://github.com/bertrik/midisynth
- Owner: bertrik
- License: mit
- Created: 2016-07-17T21:16:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T15:33:10.000Z (almost 10 years ago)
- Last Synced: 2025-06-26T05:06:47.364Z (11 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
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/