Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created January 21, 2021 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoder/e7fadc251f354f4f6356ac7247ccb9f1 to your computer and use it in GitHub Desktop.
Save nicoder/e7fadc251f354f4f6356ac7247ccb9f1 to your computer and use it in GitHub Desktop.
use_bpm 180
live_loop :a do
play 60
play 60 - (ring 12, 12, 5, 7).stretch(8).tick
sleep 1
end
live_loop :b do
sync :a
sample :bd_zum if one_in 3
sleep 0.5
sample :bd_mehackit
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment