Arduino Mozzi Sample Drum Sequencer

This project combines the Arduino Mozzi Sample Drum Machine with the code from the Arduino VS1003 Drum Machine and the buttons from the Analog Keypad Tone Controller. https://youtu.be/e_hVGe0Z_mE Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials … Continue reading Arduino Mozzi Sample Drum Sequencer

Arduino Mozzi Sample Drum Machine

There is still a lot to explore with the Mozzi synthesis library, so today I wanted to look at the "sample" options - getting the library to play pre-recording samples of sounds. https://youtu.be/eB7vzF_4zxY Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive … Continue reading Arduino Mozzi Sample Drum Machine

Analog Keypad Tone Controller

I've picked up a couple of cheap 3x4 keypads so thought I'd look at its potential as a music controller. https://youtu.be/C1n5NBVvfLg Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials for the main concepts used … Continue reading Analog Keypad Tone Controller

Toy Keyboard USB Matrix Decode with the Pi Pico

I never really got back to looking at my "Toy Keyboard" - I wanted to do the same as the Vintage Phone - create a USB MIDI version with Circuitpython.  Well now I have.  Here is the result. https://youtu.be/VNmp3-mwysI Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not … Continue reading Toy Keyboard USB Matrix Decode with the Pi Pico

Raspberry Pi Pico MIDI Channel Router

Ever since I got hold of a Raspberry Pi Pico microcontroller I wanted to try out the Programmable Input Output (PIO) peripherals.  I've also been on the lookout for microcontrollers with more serial ports than the usual one or two.  The best I've found so far are ATmega2560 boards with four and the Teensy range … Continue reading Raspberry Pi Pico MIDI Channel Router

Arduino USB MIDI Merge

This project uses two off-the-shelf Arduino shields to provide a USB and Serial MIDI merge to a single Serial MIDI OUT. https://youtu.be/AB49UNDIrcM Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials for the main concepts … Continue reading Arduino USB MIDI Merge

Arduino MIDI Logic Analyser

After having a few issues debugging the MIDI connection for my Multi-Mode MIDI Step Sequencer I started wondering about the possibility of building a simple Arduino-based tool to help debug MIDI serial links. I'm thinking something like a MIDI "logic analyser".  This is the result. Warning! I strongly recommend using old or second hand equipment … Continue reading Arduino MIDI Logic Analyser

Multi-Mode MIDI Step Sequencer – CDR Format – Part 2

Part 3 details the design of a panel using a PCB manufacturer. https://youtu.be/YmQ7j-tDudk Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials for the main concepts used in this project: Arduino Analog Input Arduino Digital … Continue reading Multi-Mode MIDI Step Sequencer – CDR Format – Part 2

Multi-Mode MIDI Step Sequencer – CDR Format

When I put together the Multi-Mode MIDI Step Sequencer it was with an eye to creating some kind of "modular" style panel format.  This post documents the building of a "CDR format" (CD Rack Format) panel version. Part 1 (this post) details the build and testing of the panel. Part 2 updated and enhanced the Multi-Mode … Continue reading Multi-Mode MIDI Step Sequencer – CDR Format