Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created February 29, 2020 05:29
Show Gist options
  • Save nicoder/4cb013b0e42414a344a3071062b106eb to your computer and use it in GitHub Desktop.
Save nicoder/4cb013b0e42414a344a3071062b106eb to your computer and use it in GitHub Desktop.
live_loop :a do
sample :drum_bass_soft
sleep 1
end
live_loop :b do
sync :a
with_swing shift: 0.25, pulse: 2 do
2.times do
sleep 0.25
sample :drum_snare_soft
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment