Created
March 2, 2017 03:35
-
-
Save nicoder/f8c294bfadc7bbf59d39175612f5eaff 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 :j do | |
play (ring 60, 60, 59, nil).tick | |
sleep 1 | |
end | |
live_loop :k do | |
sync :j | |
sample :bd_fat | |
end | |
live_loop :l do | |
sync :j | |
sleep 0.6 | |
with_fx :echo, mix: (ring 0, 1, 0).tick do | |
sample :bd_fat, rate: 1.2 | |
end | |
end | |
live_loop :m do | |
sync :j | |
use_synth :tb303 | |
with_fx :whammy, mix: rrand(0.2, 0.4) do | |
play chord(60, :major), release: 4, amp: 0.5 | |
end | |
sleep 4 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment