As mentioned in my previous post, the Arduino MIDI 7 Segment Controller is ripe for turning into a self-contained module. To keep it all relatively small, I opted to build an add-on board for an Arduino Nano. Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any … Continue reading Arduino MIDI 7 Segment Controller – Part 2
Tag: button
Arduino MIDI 7 Segment Controller
An Arduino is quite capable of driving a seven segment display directly without additional circuitry, but it does use a lot of pins. But the advantage is that you have a much larger range of displays to choose from and you have the option to include it on your own board or shield in the … Continue reading Arduino MIDI 7 Segment Controller
Arduino MIDI Button Controller
Having spent some time recently playing with synth modules it reminded me to revisit my MIDI Patch Button and Arduino Simple MIDI Controller to produce something a little more useful. As a start I wanted up/down buttons to change the patch number and ideally a display to show which number is active. This is how I did … Continue reading Arduino MIDI Button Controller
WS001 – Tones, Notes and MIDI Out
This is the first of my worksheets collecting together a number of related projects with a single list of parts and a suggested "building order". This worksheet links together the following projects: Arduino Tone Generator Arduino Note Generator Simple Arduino Music Keyboard Arduino Simple MIDI Controller MIDI Patch Button Arduino LDR Pianola Arduino Piezo MIDI … Continue reading WS001 – Tones, Notes and MIDI Out
Arduino MP3 Piano
This is the first of a series of projects I hope to do based on an MP3 Audio Shield based on the VS1053 chip. There are so many possibilities with this device, but to start with I gone for a simple "piano" device (five notes only) that will play an MP3 file for each note. … Continue reading Arduino MP3 Piano
MIDI Patch Button
This project uses the Arduino MIDI Library again, as described in my previous project Arduino Simple MIDI Controller, alongside a button as input to provide a "hotkey" patch change message to your keyboard or synth. These are the key Arduino tutorials for the main concepts used in this project: Arduino Button The Arduino MIDI Library … Continue reading MIDI Patch Button