Skip to content

Instantly share code, notes, and snippets.

#
# Synth Based Drum Machine by Otto van Zanten
#
use_bpm 93
# 8th notes # 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8
kick_rhythm = [1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0]
snare_rhythm = [0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0]
hh_rhythm = [1,0,1,0,1,0,1,1,0,1,1,0,1,0,2,0,1,0,1,0,1,0,1,1,0,1,2,0,1,0,2,0]