Skip to content

Instantly share code, notes, and snippets.

@alistairstead3408
Created November 30, 2014 17:46
Show Gist options
  • Save alistairstead3408/188cc42841535045f113 to your computer and use it in GitHub Desktop.
Save alistairstead3408/188cc42841535045f113 to your computer and use it in GitHub Desktop.
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