Created
March 3, 2017 03:32
-
-
Save nicoder/bb8d826bfb1f10e31dc9cd99c66f6fe1 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 :mel do | |
#sync :m | |
play (ring 60, 61, 60, 61, 60, 58, nil, nil).tick, release: 0.2 | |
sleep 0.25 | |
end | |
live_loop :bass do | |
sync :mel | |
[48, 53, 56, 53, 48, nil].each do |n| | |
play n | |
sleep 0.5 | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment