Hi everyone,
I finally have a prototype build of the step sequencer I’ve been working on. Here’s a video:
It’s a midi sequencer with 8 steps, but it also has variable, quantised step length, quantised notes, and a polyphonic mode. You can pick root notes and scale mode, from major, lydian, mixolydian, minor, dorian, phrygian and a chromatic option.
There’s a harmony mode too, which adds an extra note to the chords.
You can also shift the octave up and down by two, and have the harmony note follow the octave or be an octave higher.
I’m still learning how to code, so it’s a bit inefficient, messy etc and the changes get delayed a bit. I also couldn’t get the buffered screen library to work, both for memory issues and due to incompatibility with midi.h, apparently. There’s stuff to work on anyway…
Thanks to @craigyb too for helping me figure out some earlier issues…!
There’s code and a messy emulation on wokwi
But code on GitHub plus stripboard layout and schematic to follow. Between a young child and a full time job I don’t have a whole lot of time to work on things, but will try to upload those soon.