MENU

Fun & Interesting

Arduino MIDI synthesizer (Part 1) - Basic MIDI IN circuit

bitluni 98,520 11 years ago
Video Not Working? Fix It Now

This tutorial shows the most simple MIDI-in implementation for the Arduino. The Amtel mega controller will be used as a synthesizer. It is simple monophonic saw tooth in this part as introduction but will be improved in upcoming parts. It can be easily transferred to any Atmel mega circuit. The Arduino sketch can be found on this page: https://github.com/bitluni/arduinoMIDISynth Arduino sampling tutorial on which this is based: http://www.youtube.com/watch?v=tUapZ_JdHLE http://www.youtube.com/watch?v=zstkw6AEVAE MIDI Organ pedals project: http://www.youtube.com/watch?v=449UbRet27c&list=PLjUbKCHhzPEz8-heBN130AVvVgHStO5b6 The used Arduino MIDI library can be downloaded from here: http://playground.arduino.cc/Main/MIDILibrary How to calculate the MIDI note frequencies can be found here: http://en.wikipedia.org/wiki/MIDI_Tuning_Standard

Comment