Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created April 14, 2020 02:24
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/60a068a158a7d562c17e7442b74000b6 to your computer and use it in GitHub Desktop.
Save nicoder/60a068a158a7d562c17e7442b74000b6 to your computer and use it in GitHub Desktop.
live_loop :a do
sample :bd_808
sleep 1
end
live_loop :b do
sync :a
sleep 0.5
sample :bd_ada
end
live_loop :c do
sync :a
sleep 0.75
sample :bd_boom if one_in 4
end
live_loop :d do
sync :a
use_synth :pluck
play (ring 60, 69, 67, 67).stretch(4).tick
end
live_loop :e do
sync :a
use_synth :piano
play (ring chord(57, :minor),
chord(53, :major),
chord(60, :major),
chord(60, :major)
).stretch(4).tick
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment