(Created page with "{{Project |Name=MIDI, Synths and Arduinos |Status=Planning |Niche=Electronics |Purpose=Use in other project |Tool=No }} == What == I've got some Arduino Pro Nano's and some D...") |
m (Dennis moved page MIDI, Synths and Arduinos to MIDI Synths and Arduinos without leaving a redirect) |
Revision as of 20:31, 12 November 2015
MIDI, Synths and Arduinos | |
---|---|
Participants | Dennis |
Skills | |
Status | Planning |
Niche | Electronics |
Purpose | Use in other project |
Tool | No |
Location | |
Cost | |
Tool category |
MIDI, Synths and Arduinos Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
What
I've got some Arduino Pro Nano's and some DIN5 connectors from Adafruit, so time to do something with it. Some ideas:
MIDI enabled synth
MIDI in
Implement the MIDI protocol and read the notes that are being transmitted from a keyboard or sequencer. Later on information about velocity would also be nice.
Sound output
Multiple possibilities here:
Arduino as synth
The Arduino is capable of producing sound on its own, so write/borrow some code and connect a jack connector to the Arduino and we're done.
Driving the Korg Monotron
I own a Korg Monotron and supposedly they are very easy to modify. It would be awesome to be able to play it with a decent keyboard.
Drive a sound chip
555
- Datasheet: http://www.alldatasheet.net/datasheet-pdf/pdf/161277/TI/NE555P.html
- Example synth: http://blog.makezine.com/2008/12/16/simple-diy-555-synth/
Yamaha OPL2 / OPL3
MIDI player / sequencer
Start with implementing MIDI out and go from there.