Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created August 28, 2020 19:13
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/b2a034bc4d0c709113e351903346bbc1 to your computer and use it in GitHub Desktop.
Save nicoder/b2a034bc4d0c709113e351903346bbc1 to your computer and use it in GitHub Desktop.
with_fx :echo do
live_audio :in, amp: 3
end
live_loop :a do
sample :bd_808, amp: 2
sleep 1
end
live_loop :b do
sync :a
sleep 0.5
sample :bd_ada
end
live_loop :d do
#sync :a
with_fx :reverb do
play 60, release: 0.3
play (ring 72, 76).tick, release: 0.3
play (ring 69, 71, 67, 67).stretch(8).tick, release: 0.3
end
sleep 0.25
end
live_loop :e do
sync (ring :a, :b).tick
use_synth :fm
play 48 - (ring 5, 3, 7, 7).stretch(4).look, amp: 2
sample :drum_cymbal_closed
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment