Forked from alistairstead3408/gist:188cc42841535045f113
Last active
August 29, 2015 14:10
-
-
Save samaaron/49fe879e5b937ae9edc0 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 | |
use_synth_defaults release: 0.7 | |
play 91 | |
sleep 0.6 | |
play 94 | |
sleep 0.6 | |
play 93 | |
sleep 0.6 | |
play 86 | |
end | |
with_fx :reverb, room: 1, mix: 1, kill_delay: 4 do | |
mockingjay | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment