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
Generating Music with AI: Combining Markov Chains with an 8-Step MIDI Sequencer
In my past few posts, I’ve spoken about the process of integrating Max and Arduino. I want to do this because I’m going to be using Max to program an artificially intelligent 8 step sequencer with a physical analog controller that I’m calling the After-Eight-Step! I am using Max for this partially because of a…
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…
