A simple MIDI File Parser which is based on the Midi Parser from Alexandre Bique. The original library has been converted to a Header Only C++ Library. Unlike the original implementation, we can feed ...
If you haven’t already done it, install Arduino IDE. Connect your Arduino board to your computer and check the board is recognized for IDE. Check the functionality of this sketch in working condition ...
This Arduino MIDI sequencer has no shortage of ways to display loop info. The screen above is a touch-sensitive interface that acts as the user input. But if this screen is not visible, you can still ...
There’s a million and one ways to play around with MIDI and an Arduino. It’s trivial to have a ‘duino spit out a scale to a MIDI keyboard, or even respond to SysEx messages to change a lighting or ...
ΔMIDI 001:model D is an Arduino-based MIDI controller inspired by the Minimoog Model D synthesizer first introduced in the early 1970’s, but not in production anymore. The MIDI controller is ...
This Arduino based MIDI volume pedal is capable of reading the position of an analog pedal, translating the A/D value into the proper numerical range, and sending MIDI signals to a synthesizer. A ...