Home

Thanks for checking out my website – I will be posting write ups of any projects that I’m working on, alongside extra resources that could help along the way! This is the best place to stay updated on all the different work that I am up to.

My Latest Video

Recent Blog Posts

Building an 8 Step Sequencer in Max

I’ve recently posted about the process of multiplexing 16 potentiometers into Arduino. To start building a step sequencer, I won’t need much more hardware than that – it’s possible to program one with no hardware! I’ve gone over how I put this together here: To start with, I use the serial input patch I covered…

Serial Communications between Arduino and Max

Over the past few posts, I’ve designed an analogue user interface with 16 potentiometers outputting a number between 0 and 1023 to the Arduino through two multiplexers. Now what I want to do is take this data and use it for something purposeful, eventually the ‘Markov Sequencer’! The first step is to decide which program…