Last active
February 23, 2017 17:41
-
-
Save nicoder/7c23d910b41a36ea3e7b49c6d9a15737 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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