Skip to content

Instantly share code, notes, and snippets.

@nicoder
Last active February 23, 2017 17:41
Show Gist options
  • Save nicoder/7c23d910b41a36ea3e7b49c6d9a15737 to your computer and use it in GitHub Desktop.
Save nicoder/7c23d910b41a36ea3e7b49c6d9a15737 to your computer and use it in GitHub Desktop.
live_loop :m do
sleep 1
end
live_loop :k do
sync :m
sample :bd_tek
end
live_loop :s do
sync :m
with_fx :slicer do
play 60, release: 2.2
play (ring 67, 68).stretch(4).tick, release: 2.2
end
sleep 2
end
live_loop :b do
sync :m
#tick_reset
use_synth :fm
5.times do
play (ring 48, 51, 53, 51, 48).tick
sleep 0.67
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment