Created
February 29, 2020 05:29
-
-
Save nicoder/4cb013b0e42414a344a3071062b106eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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