DIY drum machine sequencer with samples: Difference between revisions

From wikiluntti
Line 1: Line 1:
== Introduction ==
== Introduction ==


Arduino/ ESP32 based drum machine/ sequencer with high quality samples. Use MIDI to transfer data from sequencer to synth. / Groovebox.
Teensy / Arduino/ ESP32 based drum machine/ sequencer with high quality samples. Use MIDI to transfer data from sequencer to synth. / Groovebox.




Line 35: Line 35:
NI404 https://www.synthtopia.com/content/2024/01/21/the-ni404-is-an-open-source-diy-hardware-sampler-sequencer/
NI404 https://www.synthtopia.com/content/2024/01/21/the-ni404-is-an-open-source-diy-hardware-sampler-sequencer/
* TOERN new version https://toern.live/
* TOERN new version https://toern.live/
MOTHSYNTH https://www.mothsynth.com/
Samplotron https://hackaday.io/project/205253/components
Pushpin https://pushpin.kinga.dev/


Cosmic Loop https://github.com/kreiff/Cosmic_Loop
Cosmic Loop https://github.com/kreiff/Cosmic_Loop
Line 41: Line 47:


Launchpad https://github.com/pabolojo/DIY-Launchpad
Launchpad https://github.com/pabolojo/DIY-Launchpad
Yorick https://bristol-communal-modular.github.io/yorick/?utm_source=chatgpt.com


== 1 ==
== 1 ==

Revision as of 17:05, 12 May 2026

Introduction

Teensy / Arduino/ ESP32 based drum machine/ sequencer with high quality samples. Use MIDI to transfer data from sequencer to synth. / Groovebox.


https://www.instructables.com/MIDI-Drum-Machine/

ARDUINO 8 STEP KEYBOARD SEQUENCER FOR SYNTHESIZERS https://www.youtube.com/watch?v=9oGlCfwCoCw

Drum trigger sequencer. How To Make Your Own Drum Sequencer DIY The BIG BUTTON https://www.youtube.com/watch?v=6ArDGcUqiWM


https://diyelectromusic.com/2021/06/23/arduino-mozzi-sample-drum-sequencer/

Doof machine

https://github.com/gavD/arduino-drum-machine


Mozzi https://sensorium.github.io/Mozzi/gallery/


The Bastl Microgranny https://www.instructables.com/Microgranny-Sampler-Completely-Home-built-not-a-Ki/

SnapBeat https://www.hackster.io/hiro-akihabara/snapbeat-the-simple-lo-fi-sampler-5a3222

https://www.youtube.com/watch?v=U5Q8chfMglE

https://www.youtube.com/watch?v=YeKsXck8LDY

NI404 https://www.synthtopia.com/content/2024/01/21/the-ni404-is-an-open-source-diy-hardware-sampler-sequencer/

MOTHSYNTH https://www.mothsynth.com/

Samplotron https://hackaday.io/project/205253/components

Pushpin https://pushpin.kinga.dev/

Cosmic Loop https://github.com/kreiff/Cosmic_Loop

OpnBeat https://hackaday.io/project/190273-opnbeat-diy-lo-fi-sampler-with-isd1700-series

Launchpad https://github.com/pabolojo/DIY-Launchpad

Yorick https://bristol-communal-modular.github.io/yorick/?utm_source=chatgpt.com

1