Using the Ardunio R3-compatible SparkFun MIDI Shield, write a simple "midi looper" program
The shield has two potentiometers, three pushbuttons, a MIDI input, and a MIDI output. For this program, only use a single pushbutton and a single potentiometer.
The program should:
pipe midi input to midi output as it occurs
when the button is pressed, MIDI input should begin being recorded
when the button is pressed again, recording should stop
after recording is stopped, the recording should be repeatedly be played back through the MIDI output
MIDI input should continue being sent to MIDI out, even during recording
the potentiometer can be used to adjust playback speed
Also summarize the program in the README
Using the Ardunio R3-compatible SparkFun MIDI Shield, write a simple "midi looper" program The shield has two potentiometers, three pushbuttons, a MIDI input, and a MIDI output. For this program, only use a single pushbutton and a single potentiometer. The program should:
files: midi_looper.ino, README.md