As mentioned when I made my MIDI In-Out Half-Shield, there are some neat opportunities for MIDI related effects, so this is my MIDI delay implementation. https://youtu.be/rnUY4i4nMPE This is marked "beginner" from the point of view of "just download the code and use it", but if you want to dig into the code it is really in … Continue reading Arduino MIDI Delay
Tag: delay
Arduino Relay Bolero
There are a number of add-ons you can get for Arduino projects that make a rather satisfying sound when activated. This project uses a relay board, which is mean to allow an Arduino to switch a higher power load (such as turning on a light bulb or similar), but I'm just using the click as … Continue reading Arduino Relay Bolero