Arduino MIDI Slider R2R Waveform Generator

When I first started looking at using fader/slider potentiometers I always anticipated using it to generate waveforms for my Arduino MIDI R2R Digital Audio board.  But as that is currently part of the Lo-Fi Orchestra, I decided I'd build a new one, hence the diversion into using PWM first whilst I decided exactly what to do. … Continue reading Arduino MIDI Slider R2R Waveform Generator

Arduino MIDI Slider PWM Waveform Generator

This is a short update, to demonstrate the MIDI version of my Arduino Slider PWM Waveform Generator. A future project shows a similar system using an R2R ladder. https://youtu.be/chMNcMcGbXY 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 … Continue reading Arduino MIDI Slider PWM Waveform Generator

Arduino Slider PWM Waveform Generator

Having finally been through the details of PWM audio output, I can now link this up with my 16 slider potentiometers and start creating more complex waveforms by actually "drawing" out the wave with the pots. https://youtu.be/PbkMxU_cBL0 Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for … Continue reading Arduino Slider PWM Waveform Generator

Arduino Phased Step Sequencer

After using my slide potentiomers to control the timing and phase of rhythm, I wanted to turn my hand to pitch.  This is my first experiment. https://youtu.be/AWbLFKj6VMk 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 … Continue reading Arduino Phased Step Sequencer

Arduino Multi-Slider MIDI Controller – Part 3

This is an expansion of the multiplexer version of my Arduino Multi-Slider MIDI Controller from Part 2 to add a further 8 potentiometers. In a future project, I build a "shield" to make linking to the pots easier. Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for … Continue reading Arduino Multi-Slider MIDI Controller – Part 3

Arduino Multi-Slider MIDI Controller – Part 2

This is the multiplexer version of my Arduino Multi-Slider MIDI Controller. In part 3, I extend it to 16 potentiometers. 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 … Continue reading Arduino Multi-Slider MIDI Controller – Part 2

Arduino MIDI Mux Step Sequencer – Part 2

By way of completing this initial look at multiplexing potentiometers, this is how I used a Sparkfun 16 port multiplexer in my Arduino MIDI Step Sequencer. https://youtu.be/MiPyJrPlmVs Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments.  I am not responsible for any damage to expensive instruments! These are the key Arduino … Continue reading Arduino MIDI Mux Step Sequencer – Part 2

Arduino MIDI Mux Step Sequencer

If you keep using single IO ports of the Arduino for your controls you reach the limits pretty quickly.  In terms of analog IO that is six inputs for an Uno and eight for a Nano.  The solution is relatively straightforward however, use a multiplexer. This project inserts a 74HC4051 eight port multiplexer into the Arduino … Continue reading Arduino MIDI Mux Step Sequencer