Baby 5 sequencer – Moritz Klein inspired version

So this is my fifth take on the baby (8) sequencer and it is definitely the best featured one, but this time a 5/4/3 step version. I basically used the schematic Moritz Klein provided and tinkered with it until it worked for me but more on that later. The layout is pretty clear I guess. […]

Midi Looper/Sequencer

After finding the YT video I was sure I want this for my korg volcas. I was the first one buildong it besides the creator and I could even help him find smaller bugs and verify the fixes. Most of the content of this post is a copy of the original page. Here is the […]

6 channel trigger sequencer – Hagiwo Build

I built some drum modules but needed a sequencer to trigger them. Until then I used the clock and the divider to build simple drum rhytms and that worked fine, but having something more complex is way more fun I can tell you. Link to the original project page: Here There’s an alternative firmware: Here […]

6 Channel Trigger Sequencer – Hagiwo Build

This Arduino Nano Sequencer is working like a treat and I can’t recommend it enough. Link to the original project page: Here One rotary encoder and a button to interface with the tiny oled display a clock input and 6 channel outputs. ///—————-ライブラリの読み出し————————— //EEPROM用ライブラリ #include <EEPROM.h> //エンコーダ用ライブラリ #define ENCODER_OPTIMIZE_INTERRUPTS //エンコーダノイズ対策 #include <Encoder.h> //OLED用ライブラリ #include<Wire.h> #include<Adafruit_GFX.h> […]

Baby 8 Sequencer

I built 4 of them and two live to this day, one as external and one as module. I cursed so much. If you decide against this build I really congratulate you for doing so. There are soo many better sequencer builds out there. Just don’t. For those that won’t take my warning seriously. Here’s […]