Auduino MIDI Granular Synthesis

I wanted to return to the Auduino project and add MIDI functionality.  This project describes how to add some basic MIDI receiving functionality. https://youtu.be/wBp-Wq_GsrE Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments or gear! These are the key Arduino tutorials … Continue reading Auduino MIDI Granular Synthesis

Toy Keyboard USB Matrix Decode with the Pi Pico – Part 2

Having added USB MIDI to my "Toy Keyboard" - I wanted the option to choose either USB or serial MIDI as the output.  This returns to the Toy Keyboard USB Matrix Decode with the Pi Pico project to add a serial port option. Warning! I strongly recommend using old or second hand equipment for your experiments.  … Continue reading Toy Keyboard USB Matrix Decode with the Pi Pico – Part 2

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