Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created April 12, 2016 02:42
Show Gist options
  • Save nicoder/13f9a99230a4bd45e4a5ab0571bdd5b4 to your computer and use it in GitHub Desktop.
Save nicoder/13f9a99230a4bd45e4a5ab0571bdd5b4 to your computer and use it in GitHub Desktop.
live_loop :a do
play rrand_i(48, 72)
sleep 1
end
live_loop :b do
#sync :a
play 60, release: 0.8
sleep 0.5
end
live_loop :c do
#sync :a
sample :bd_ada
sleep 4
end
live_loop :d do
#sync :a
sample :bass_woodsy_c, beat_stretch: (ring 2, nil).stretch(4).tick
sleep 2
end
live_loop :e do
#sync :a
sample :drum_heavy_kick
sleep 0.5
end
live_loop :f do
#sync :a
with_fx :echo do
with_fx :reverb, mix: 0.3 do
sample :drum_cymbal_pedal
sleep 1
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment