XIAO SAMD21, Arduino and MIDI – Part 6

This post looks at a series of relative straight forward MIDI control projects using the Seeedstudio XIAO SAMD21 and the XIAO Expansion Board.  The projects should work with either USB MIDI or serial MIDI via an external MIDI module. Other parts in this series: Part 1 - Introduction to the XIAO SAMD21 and some projects … Continue reading XIAO SAMD21, Arduino and MIDI – Part 6

Arduino Touchscreen X-Y MIDI Controller

I have a list of other projects I'd like to use my cheap touchscreen MIDI controller for.  For details see the original discussion here: Arduino Touchscreen MIDI Controller. In this project I turn it into an "X-Y" controller - essentially a two-dimensional potentiometer.  Moving in the Y direction changes one value and moving in the X … Continue reading Arduino Touchscreen X-Y MIDI Controller

Arduino Serial MIDI Program and Control Messenger

I believe I have all the components of both sending and receiving MIDI Program and Control messages over the full range of serial interfaces from previous projects, but I'm not sure I've ever written it down in those terms.  So this project aims to put that right! Warning! I strongly recommend using old or second … Continue reading Arduino Serial MIDI Program and Control Messenger

Vintage Rotary Phone MIDI Controller – Part 7

Having built my adaptor into a small box, I've gone back to add a mode button so I can include all the different applications into a single sketch. This builds on the previous parts in this series. Part 1 - Understanding the telephone hardware and interfacing to an Arduino. Part 2 - Decoding the rotary … Continue reading Vintage Rotary Phone MIDI Controller – Part 7

Arduino Touchscreen MIDI Controller – Part 2

Here is another format for my newly found cheap touchscreen MIDI controller.  This time, presenting twelve virtual "slider pots" for use as MIDI controllers. https://youtu.be/FHu0BoCBEAw 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 … Continue reading Arduino Touchscreen MIDI Controller – Part 2