Created
November 30, 2014 17:46
-
-
Save alistairstead3408/188cc42841535045f113 to your computer and use it in GitHub Desktop.
This file contains 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
define :mockingjay do | |
with_fx :reverb, room: 1, mix: 1 do | |
play 91, release: 0.7 | |
sleep 0.6 | |
play 94, release: 0.7 | |
sleep 0.6 | |
play 93, release: 0.7 | |
sleep 0.6 | |
play 86, release: 0.7 | |
sleep 5 | |
end | |
end | |
in_thread do | |
mockingjay | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment