Created
December 22, 2015 05:22
-
-
Save nicoder/06a18b5a55234a462bb3 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
#przybiezeli do betlejem pasterze | |
define :p do |n| | |
play 60, release: 0.2 | |
play n, release: 0.2 | |
sleep 0.25 | |
end | |
live_loop :mel do | |
# with_fx :ring_mod do | |
p 60 | |
p 59 | |
p 60 | |
p 62 | |
p 64 | |
p 62 | |
p 64 | |
p 65 | |
p 67 | |
p 67 | |
p 69 | |
p 69 | |
p 67 | |
p 67 | |
p 67 | |
p 67 | |
# end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment